
/* 
	This controls the whole page (like an extraneous BODY element)
	set this to 100% if you want a full width page 
*/
body {
	/*background-image:url(../gfx/build/background_blue.jpg);*/
	background-repeat:repeat-x;
	background-position:0 87px;
}

.central 
{
    text-align:center;
	}
.separator
{
	}

#mast,
#mast2,
#nav1,
#content,
#foot {
	width:956px;
	margin:0 auto 0 auto;
	border:none;
	
}
#nav1
{ text-align:center;}

	
#page {
	text-align:center;/*
	wwidth:956px;
	margin:0 auto 1em auto;
	border: 1px solid #f00;*/
}
#mast 
{
    text-align:left;
	height:87px;
}

#corplogo {
	margin:10px 0 0 10px;
	border:none;
}
#sitesearch,
#sitesearch fieldset {
	margin:0;
	padding:0;
}
#sitesearch {
	border:0px solid #f00;
	margin:20px 0 0 0;
	width:215px;
	float:right;
	background-image:url('../gfx/build/site_search_box.gif');
	background-repeat:no-repeat;
	text-align: right;
	font-weight: 700;
	font-size: large;
}
#sitesearch input.txt {
	
}
#sitesearch input.btn {

}
#content-wrapper 
{
	background-color:#82C0D9;
	background-image:url(../gfx/build/background_blue.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	border-top:2px solid #A3C9D6;
	border-bottom:2px solid #A3C9D6;
	min-height:440px;
}
#content {
	padding:0 0 10px 0;
	clear:both;
	text-align:left;
	/*
	background-image:url(/assets/gfx/bg_col.gif); 
	background-repeat:repeat-y;
	background-position: -2% 0;
	*/
}
body.error-pages #content {
	background-image:none; 
}
#main-wrapper {
	width:770px;
	min-height:440px;
	float:right;
	border:3px solid #6DACDA;
	background-color:#fff;
}
#main-wrapper2 {
	width:956;
	min-height:440px;
	border:3px solid #6DACDA;
	background-color:#fff;
}
#adfoot {
	width:776px;
	float:right;
	margin-top:3px;
	text-align:center;
}
#main {
	padding:17px;
	background-color:#fff;
}

.advert {
	margin-top:8px;
}
#adcol {
	clear:left;
	width: 172px; 
	float:left;
}
#adcol div.advert img {
	border:0px solid #6DADDD;
}
#adcol div.advert {
	margin:0 0 8px 0;
}

/*
#subcontent {
	float:left;
	width:30%;
	background-color:#ccc;
	clear:left;
}
*/


#foot 
{
	font-size:0.9em;
	font-size:0.85em;
	line-height:1.8em;
	clear:both;
	padding:0 0 0 0;
}
#foot #copyright {
	float:left;
	padding:0;
}

#foot #links {
	float:left;
	text-align:left;
}
#foot #links ul,
#foot #links ul li ,
#foot #links ul li a {
	padding:0;
	margin:6px 5px 0px 0;
	text-align:left;
}
#foot #netxtra {
	float:right;
	text-align:right;
	margin:6px 0px 0px 0;
}

#foot a img {border:0;}



.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}
.clearer {
	clear:both;
}

