#outbody {
	height: 800px;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
#leftside {
	float:left;
	height: 880px;
	width: 10px;
	margin-left:0;
	background-image:url(../_images/_common/whiteshadow_left.jpg)
}
#middle {
	float:left;
	height: auto;
	width: 978px;
	background-color:#FFFFFF;
}
#rightside {
	float:left;
	height: 880px;
	width: 10px;
	margin-left:0;
	background-image:url(../_images/_common/whiteshadow_right.jpg)
}


#topgrey {
	float:left;
	height: 100px;
	width: 980px;
	background-color:#E5E9E4;
}

#logo {
	float:left;
	margin-left:19px;
	margin-top:21px;
	height: 60px;
	width: 150px;
}