* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #101010;
	color: #ffffff;
}
h1 {
	font-size:30px;
	color:#FFFFFF;
	font-weight:inherit;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c38b30;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #904b0f;
	border-right: 1px solid #904b0f;
} 
#header {
	width:1000px;
	height:331px;
	background:url(images/backgroundHeader3.jpg) no-repeat left top;
} 
#header h1 {
	padding:272px 0 0 29px;
}
#header p {
	padding:0 0 0 29px;
}
#header a, #mainContent a, #footer a {
	color:#fea80e;
	text-decoration:underline;	
}
#header a:hover, #mainContent a:hover, #footer a:hover {
	color:#ffffff;
	text-decoration:none;	
}
#allContent {
	background: #c38b30 url(images/siteBackground.jpg) repeat-x;
	padding:29px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#sidebar1 .sideContainer ul, #sidebar1 .sideContainer p {
	background:#372b17;
	padding:15px 15px;
}
#sidebar1 .sideContainer li {
	list-style:none;
	background:#372b17;
	padding:4px 0;
}
#sidebar1 .sideContainer li a {
	background:url(images/p.jpg) no-repeat left 3px;
	padding-left:25px;
	color:#FFFFFF;
}
#sidebar1 .sideContainer li a:hover {
	background:url(images/p.jpg) no-repeat 10px 3px;
	padding-left:35px;
	color:#fea80e;
	text-decoration:none;
}
.sideConTitle {
	background:#4d2b0b;
	padding:10px;
}
#mainContent { 
	margin: 0 0 0 258px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
#mainContent b {
	color:#fea80e;	
}
#mainContent p {
	margin:20px 0;
}
#footer {
	background:#020201 url(images/footerBackground.jpg) repeat-x;
	height:66px;
}
#footer p {
	text-align:center;
	padding-top:20px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin main menu*/
#navcontainer {
	padding:20px 0;
	background:url(images/menuBackground.jpg) no-repeat left top;
	width:942px;
	height:70px;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
text-align:center;
}

#navlist li
{
display: inline;
list-style-type: none;
height:70px;
}

#navlist a {
	padding:21px 30px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
font-size:24px;
}

#navlist a:hover
{
background:url(images/menuActive.jpg) repeat-x;
text-decoration: none;
font-size:24px;
color:#fea80e;
}
#navlist #active a
{
background:url(images/menuActive.jpg) repeat-x;
text-decoration: none;
font-size:24px;
color:#fea80e;
}
/*end main menu*/