* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #360c06;
	color: #bb140b;
}
a {
	color:#FFF;
	text-decoration:underline;
}
a:hover {
	color:#FFF;
	text-decoration:none;
}
#container { 
	width: 847px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header {
	height:421px;
}
.logo {
	float:left;
	color:#be0100;
	font-size:72px;
}
.author {
	position:absolute;
	font-size:12px;
	padding:70px 0 0 0;
}
.author a {
	color:#be0100;
}
.search {
	float:right;
	padding-top:20px;
}
.search input {
	float:left;
	margin-top:20px;
	margin-right:10px;
	background:#940604;
	border:1px solid #be0100;
	color:#FFF;
}
.search img {
	margin-top:10px;
}
#navcontainer {
	background:url(images/menuBackground.gif) no-repeat left top;
	height:40px;
	padding-top:1px;
	margin-top:20px;
}
ul#navlist {
	margin-left: 0;
	padding-left: 35px;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 3px 20px; 
	font-size:30px;
}
#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}
#navlist a:hover {
	color: #fff;
	background:url(images/buttonBackground.gif) repeat-x left top;
	text-decoration: none;
}
#navlist #active a {
	color: #fff;
	background:url(images/buttonBackground.gif) repeat-x left top;
	text-decoration: none;
}
.headerPic {
	padding:20px 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 194px; /* 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 */
	padding-top:20px;
}
#sidebar1 li {
	background:url(images/p.gif) no-repeat left 2px;
	padding-left:20px;
	list-style:none;
	margin:10px 0;
}
.sidebarTitle {
	background:url(images/sidebarTitle.gif) no-repeat left top;
	height:39px;
	color:#ffffff;
	font-weight:bold;
	padding:12px 0 0 55px;
}
#mainContent { 
	margin: 0 0 0 247px; 
	padding-top:20px;
} 
.contentTop{
	background:url(images/mainTop.gif) no-repeat left top;
	height:20px;
}
.contentBody {
	background:#550804;
	padding:20px;
}
.contentBottom {
	background:url(images/mainBottom.gif) no-repeat left top;
	height:20px;
}
.picThumb {
	width:194px;
	float:left;
	padding:10px 7px;
}
.picThumb span {
	color:#ffffff;
	font-weight:bold;
}
.picThumb img {
	padding-bottom:10px;
}
#footer {
	height:98px;
	background:url(images/footerBackground.gif) no-repeat left top;
	padding-top:30px;
	margin:10px 0;
} 
#footer p {
	text-align:center;
	color:#FFF;
}
.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;
}