body {

	font-family:verdana;
	font-size:11px;
	text-align:center;
	/*background-image:url('../images/background.png');*/
	background-repeat:repeat-x;
	background-color:#f3f3e8;
	margin:0px;
	xmargin-top:15px;
	margin-bottom:15px;
	margin-left:1px;
}



#container {
	
	width:768px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	border:1px solid #003E84;
	background-color:#ffffff;
}

#header {

	background-image:url('../images/header-logo3.jpg');
	background-repeat:no-repeat;
	border:0px;
	margin:0px;
	width:766px;
	height:102px;
			
}

#header-slogan {
	
	background-image:url('../images/header-slogan4.jpg');
	background-repeat:no-repeat;
	border:0px;
	margin:0px;
	width:766px;
	height:176px;	
	
}

#menu-container {
	
	width:766px;
	margin:0px;
	border:0px;
	height:44px;
	position:relative;
	
}

.menu-spacer-left {

	background-image:url('../images/menu-spacer-left.jpg');
	background-repeat:no-repeat;
	height:44px;
	width:65px;
	position:absolute;
	left:0px;
	top:0px;
	
}

.menu-spacer-right {

	background-image:url('../images/menu-spacer-right.jpg');
	background-repeat:no-repeat;
	height:44px;
	width:57px;
	position:absolute;
	top:0px;
	left:709px;
	xborder:1px solid black;

}


#cbody {
	width:766px;
	margin:0px;
	border:0px;
	height:auto;	
	background-image:url('../images/body-bg.jpg');
	background-repeat:repeat-y;
	height:auto;
	padding-top:20px;	
	
}

#body-container {
	
	xbackground:red;
	padding-left:65px;
	padding-right:58px;	

}


#left-column {
	
	width:208px;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #b4b4b4;
	vertical-align:top;
	text-align:left;


	
}

#center-column {

	width:210px;
	height:100px;
	xbackground:blue;
	vertical-align:top;
	text-align:left;
	background-image:url('../images/center-col-bg.jpg');
	xbackground-position:0 0;
	background-repeat:repeat;
	padding-right:10px;
	border:1px solid #b4b4b4;
	border-left:0px;
}	
	
#right-column {
	
	width:205px;
	height:100px;
	xbackground:orange;
	vertical-align:top;
	text-align:left;
	xbackground-image:url('../images/right-col-bg.jpg');
	xbackground-position:0 0;
	xbackground-repeat:repeat;
	padding:0px;
}

#footer {
	
	background-image:url('../images/footer-bg.jpg');
	background-repeat:repeat-y;
	width:766px;
	height:48px;	
	clear:both;
	
	
	
	
}
