*{ margin:0; padding:0; }
body{
	background-color:#343611;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
}
strong{
	color:#9CA254;
}
img.cc{
	float:right;
	padding-top:5px;
}
img.floatLeft{
	padding:5px 10px 0 0;
	float:left;
}
img.floatRight{
	padding:5px 0 0 10px;
	float:right;
}
#headerCont{
	width:100%;
	height:266px;
	background:url(../images/header.jpg) repeat-x left top;
}
#header{
	width:800px;
	height:266px;
	background:url(../images/header1.jpg) no-repeat center top;
}
#header h1{
	font-size:16px;
	font-style:italic;
	float:right;
	padding:10px 5px 0 0;
	text-align:right;
	font-weight:bold;
	color:#DC7C03;
}
#menu{
	width:400px;
	height:50px;
	float:right;
	clear:right;
}
#menu p{
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	line-height:200%;
	text-align:right;
}
#menu a{
	text-decoration:none;
	color:#fff;
	padding:0 10px;
}
#menu a:hover{
	text-decoration:none;
	color:#000;
}
#content{
	width:800px;
	height:inherit;
	background:url(../images/bgContent.png) repeat-y center top;
	margin-top:20px;
	text-align:left;
}
#content h1{
	font-size:18px;
	font-weight:bold;
	color:#9CA254;
	padding:10px 20px;
}
#content p{
	padding:10px 20px;
	line-height:150%;
}
#content ul{
	padding:10px 20px 10px 50px;
}
#content li{
	line-height:150%;
	list-style-image:url(../images/bluebullet.gif);
}
#content .top{
	width:800px;
	height:20px;
	background:url(../images/bgContentTop.png) no-repeat center top;
}
#content .bottom{
	width:800px;
	height:20px;
	background:url(../images/bgContentBottom.png) no-repeat center top;
}
#footer{
	width:100%;
	height:inherit;
	background:url(../images/bgFooter.jpg) repeat-x left top;
	margin-top:20px;
}
#footer p{
	padding:10px 0;
	color:#fff;
	font-size:12px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#CD300D;
	text-decoration:underline;
}
