
body {
	background-image:url(../images/Layout/backdrop.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
	background-color:#eaece9;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#header {
	width:929px;
	height:272px;
	padding:0px;
	margin:0px;
	text-align:center;
}
#mainbody {
	width:659px;
	padding:1px 130px 10px 140px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/Layout/body_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
}
html > body #mainbody {
	width:659px;
	padding:1px 129px 10px 140px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/Layout/body_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
}
#footer {
	width:929px;
	height:20px;
	padding:0px;
	margin:0px;
	text-align:center;
}
html > body #footer {
	width:929px;
	height:20px;
	padding:0px 0px 0px 1px;
	margin:0px;
	text-align:center;
}

#footerlinks {
	color:#213258;
	width:100%;
	text-align:center;
}
#footerlinks a{
	color:#213258;
	text-decoration:none;
}
#footerlinks a:hover{
	color:#32497e;
	text-decoration:underline;
}

.clear{
	clear:both;
}