/* Screen layout: */
/***** Body and main container *****/
body {
	background-color:#DFEAF2;
	margin-bottom:0;
	margin-top:0;
	text-align:center;
}
div
{
	margin: 0;
	padding: 0;
}
#wrap
{
	margin: 0 auto;
	width: 988px;
	
}
.shadowMain
{
	background: #dfeaf2 url(img/shadowAlpha.png) no-repeat scroll right bottom !important;
	margin: 0px 0px 0px 3px !important;
	padding-bottom: 8px;
	width: 986px;

}

.MainContent
{
	margin:0 auto;
	margin:0px 0px 0px 0px !important;
	background-color:White;
	width:979px;
	position:relative;
}
#siteHeader 
{
	background-image:url('img/Gradation_1_PX.jpg');
	background-repeat:repeat-x;
	width:100%;
	height:93px;
}
#logoSide
{
	float: left;
	height: 93px;
}
#searchSide 
{
	background-image:url('img/Ghosted Logo_Upper Right.jpg');
	background-position:top right;
	float:right;
	height:93px;
	width:364px;
}
/***** ContentPane *****/
#full_content
{
	float: left;
	width: 960px;
	padding-left: 5px;
}
/***** Footer *****/
#footer
{
	clear: both;
	padding: 5px;
	text-align: center;
}
