body{
	background-color: #FCE5BA;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#container{
	width:780px;
	margin:auto;
	margin-top:15px;
	margin-bottom:25px;
	padding:0px;
}

#head_t{
	width: 100%;
	margin: 0px;
	padding: 0px;
	
	background-image: url(images/topbox.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;

}

#head_b{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/topbox_reverse.png);
	background-position: bottom;
	background-repeat: no-repeat;

}

#menu_t{
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-image: url(images/menutop.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #a65d1d;
}

#menu_b{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menubottom.png);
	background-position: bottom;
	background-repeat: no-repeat;


}


#main_t{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/maintop.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	clear: both;
}

#main_b{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainbottom.png);
	background-position: bottom;
	background-repeat: no-repeat;


}


#header{
	padding: 20px 40px 25px 40px;
	color: #a65d1d;
}
#header h1{
	margin: 0px;
	font-size: 250%;
}
#header h1 a{
	color:#a65d1d;
	text-decoration: none;
}
#header h2{
	margin: 0px;
	font-size: 130%;
}
.menuitem{
	color: white;
	line-height: 140%;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	font-weight: bolder;
	font-size: 120%;
	float: left;
	
}
.menuitem a{
	text-decoration: none;
	color: White;
}
.menuitem a:hover{
	text-decoration: underline;
}
#maincontent{
	padding: 10px 15px 15px 30px;
}
#maincontent a, #maincontent a:visited{
	color: #7D3400;
}
#maincontent a:hover{
	color: #E48028;
}
#maincontent h1{
	color:#a65d1d; 
	margin: 6px 0px 0px 0px;
}
#footer{
	text-align: center;
}

#login, #login a, #login a:visited{
	color: #F9E2B7;
	text-decoration: none;
}

#login a:hover{
	color: Gray;
	text-decoration: underline;
}
