@charset "utf-8";
/* CSS Document */

body{
	background:url(contentBG2.jpg) center repeat-y;
	margin:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header {
	background:url(header2BG.jpg) center top no-repeat;
	width:100%;
	height:175px;
}
#header h1{
	color:#711e20;
	font-size:14px;
}
#header h2{
	color:#891d15;
	font-size:12px;
	margin-top:-10px;
}
#menu a{
	color:#de6e31;
	line-height:2.2;
	font-size:15px;
	padding:10px;
	text-decoration:none;
}
#menu a:hover{
	color:#FFFFFF;
	line-height:2.2;
	font-size:15px;
	padding:10px;
	text-decoration:underline;
}
#menu {
	color:#de6e31;
}
#content {
	background:url(contentBG.jpg) center top no-repeat;
	color:#FFFFFF;
	min-height:526px;
}
#content img{
	border:solid #FFFFFF 4px;
}
#content h1{
	font-size:16px;
}
#content p{
	font-size:12px;
}
#footer { 
	background:url(footerBG.jpg) repeat-x;
	color:#FFFFFF;
	width:100%;
	height:282px;
}
#footer h1{
	font-size:14px;
	font-weight:100;
	color:#aab300;
}
#footer a{
	text-decoration:none;
	color:#FFF;
}
#footer a:hover{
	text-decoration:underline;
	color:#FFF;
}