* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000000;
	color: #838382;
}
img {
	border:0;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3a3a3a url(images/siteBackground.jpg) repeat-x left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #fec75a;
	border-right: 1px solid #fec75a;
} 
#header { 
	background: #DDDDDD;
	margin:0 24px;
	width:952px;
	height:305px;
	background:url(images/headerPic.jpg) no-repeat left top;
}
.logo {
	text-align:center;
	width:280px;
}
.logo h1 {
	margin:0;
	color:#FFFFFF;
	font-size:36px;
} 
.logo span {
	margin:0;
	color:#e5b23f;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 476px; /* 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 */
	margin-left:24px;
}
#sidebar1 p {
	margin:10px 40px 0 0;
}
#sidebar1 h2 {
	font-size:24px;
	color:#e5b23f;
}
#sidebar1 a {
	color:#e5b23f;
	text-decoration:none;
}
#sidebar1 a:hover {
	color:#e5b23f;
	text-decoration:underline;
} 
#mainContent { 
	margin: 0 24px 10px 476px; /* 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. */
	padding:20px;
	background:#838382;
	color:#FFFFFF;
} 
#mainContent h2 {
	font-size:24px;
	color:#000000;
}
#mainContent p {
	margin:10px 0;
}
#mainContent .templatePreview {
	float:left;
	margin:0 20px 20px 0
}
#mainContent a {
	color:#fff550;
	text-decoration:none;
	font-weight:bold;
}
#mainContent a:hover {
	color:#fff550;
	text-decoration:underline;
	font-weight:bold;
} 
#footer { 
	background:#000000;
	height:80px; 
}
.ftt {
	float:left;
	margin-left:24px;
}
.rss {
	float:right;
	margin-right:24px;
}
.copyright {
	text-align:center;
	padding-top:25px;
}
#footer a {
	color:#e5b23f;
	text-decoration:none;
}
#footer a:hover {
	color:#e5b23f;
	text-decoration:underline;
} 
.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*/
#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li {
	padding-left: 20px;
	background:url(images/p.jpg) no-repeat left 3px;
	background-repeat: no-repeat;
	margin:7px 0;
}
#navlist li a {
	font-size:18px;
	color:#e5b23f;
	text-decoration:none;
}
#navlist li a:hover {
	font-size:18px;
	color:#000000;
	text-decoration:none;
	background: #CCCCCC;
}
/*end main menu*/