

#MainLayer {
	width:960px;
	margin:20px auto 0 auto;
}

#HeaderLayer {
	width:960px;
	height:190px;
	background:url(../images/site/header.jpg) no-repeat;
}

#Menubar {
	width:960px;
	height:69px;
	background:url(../images/site/menubackground.jpg) no-repeat;
}

#ContentLayer {
	width:960px;
	min-height:500px;
	background:url(../images/site/contentbackground.jpg) repeat-y;
	padding:4px;
}

#FooterLayer {
	width:960px;
	height:35px;
	background:url(../images/site/bottomcenter.jpg) repeat-x;
}

#FooterLeft {
	float:left;
	width:195px;
	height:35px;
	background: url(../images/site/bottomleft.jpg) no-repeat;
}

#FooterCenter {
	float:left;
	width:510px;
	height:35px;
	text-align: center;
}

#FooterCenter a {
	margin:0 10px 0 10px;
	text-decoration: none;
	color:#004d88;
	font-weight:bold;
	font-size:0.9em;
}

#FooterRight {
	float:right;
	width:33px;
	height:35px;
	background:url(../images/site/bottomright.jpg) no-repeat;
}