#MainLayer {
	width:960px;
	margin:30px auto 0 auto;
}

#Header {
	width:960px;
	height:172px;
	background: url(../images/site/headerimage.jpg) no-repeat;
}

#Menubar {
	width:960px;
	height:70px;
	background: url(../images/site/menuimage.jpg) no-repeat;
}

#Contentarea {
	width:960px;
	background:url(../images/site/backgroundimage.jpg) repeat-y;
}

#LeftCorner {
	float:left;
	width:36px;
	height:42px;
	background: url(../images/site/bottomleft.jpg);
}

#RightCorner {
	float:right;
	width:36px;
	height:42px;
	background: url(../images/site/bottomright.jpg);
}

#Bottomarea {
	height:42px;
	background: url(../images/site/bottomline.jpg) repeat-x;
	width:960px;
	margin: 0 auto 0 auto;
}

#Footer {
	width:960px;
	margin:0 auto 0 auto;
	text-align: center;
	color: #FAF8DF;
	font-size:0.7em;
}

#Footer #Textfield span{
	width:300px;
}

#Footer #Imagefield {
	margin-top:8px;
	margin-bottom:10px;
}

#Footer #BottomMenu {
	margin:10px 0 10px 0;
}

#Footer #BottomMenu a {
	margin:0 5px 0 5px;
	color: #ffffff;
	text-decoration: none;
}

#Footer #BottomMenu a:hover {
	color: #FAF8DF;
	text-decoration: underline;
}