@charset "UTF-8";
/* CSS Document */

body {
	background-color:#efecbc;
	font-family: Arial, Helvetica, sans-serif;
	
}h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin-top:0px;
}h2{
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
		color: #222;

}#text {
	width:500px;
	float:left;
}#menu{
	width: 240px;
	float:right;
	margin-top:300px;
	margin-right:20px;
}.menuItem{
	width: 232px;
	height: 54px;
	background-image: url(images/buttonBG.gif);
	text-align: center;
	padding-top: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	background-repeat: no-repeat;
	font-weight: bold;
}.menuItem a{
	color:#900;
	text-decoration: none;
	text-align: center;
}.menuItem a:hover{
	color:#C66;
}.menuItem #current a{
	color:#7B563B;
}
.mainTable {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}#footer{
	clear:both;
	background-color:#333333;
	font-size:14px;
	color: #FFFFFF;
	text-align: center;
 }
