body {
	margin: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#adb2b6 url('images/bg.jpg');
	background-repeat:repeat-x;
}
#content {
	background-color:#fff;
	background:url('images/content-bg.jpg') repeat-x ;
	background-position:bottom
}
a:link, a:active, a:visited { color:#0071bd; }
a:hover { color:#0cb7f6; }
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#992135;
}
#footer {
	font-size:10px;
	color:#fff;
	width:770px;
	text-align:right;
	padding-right:30px;
	padding-bottom:20px;
}
hr { border:0px; background-color:#eee; color:#eee; height:1px; width:100%; }

textarea, input { background-color:#eee; }
.bodybutton { background-color:#992135; color:#FFF; border: 1px solid #7d1b2b; }
.radio { background-color:#FFF; }