body {
 margin: 0;
 padding: 0;
 background-color: #000000;
 font: small Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
 width: 840px; 
 margin: 0 auto; 
 background-color: #CCCC99; 
 padding: 10px; 
}	 
	
#main {
 position: relative;
 top:0;
 left:  0;
 width: 100%;
 margin-top: 10px;
 color: #ECE9D8;
}

#content { 
 margin: 0 200px 0 0; 
 border: 1px solid #801E1B; 
 background-color: #FAF4DB; 
 color: black; 
}

#mainfeature { 
 background-repeat: no-repeat; 
 background-color: #E1D7A9; 
 color: black; 
 padding: 2em 1em 2.5em 1em;
 height:150px;
 }
 
#mainfeature h2 { 
 margin: 0; 
 font-weight: normal; 
 font-size: 140%; 
} 
#mainfeature p { 
 font-size: 100%; 
}

#mainfeature p.more { 
 margin-top: 0; 
 text-align: right; 
} 
#mainfeature p.more a:link, #mainfeature p.more a:visited { 
 color: #990033; 
 background-image: url(more-bullet.gif); 
 background-repeat: no-repeat; 
 background-position: center left; 
 padding-left: 14px; 
}

#content .inner { 
 margin: 5px 5px 10px 10px; 
}

#content .inner h2 { 
 color: #000000; 
 padding-bottom: 0.2em; 
 border-bottom: 1px solid #801E1B; 
 font-size: 140%; 
}

#content .inner ul.features {
	margin: 0;
	padding:5px;
	list-style: none;
	width: 100%;
}

#content .inner h3 { 
 font-size: 130%; 
}

#content .inner h3 a:link, #content .inner h3 a:visited { 
 color: #6E1916; 
}

#content .inner p { 
 color: #000000; 
 font-size: 100%; 
}

#sidebar {
 position: absolute;
 top: 0;
 right: 0;
 width: 180px;
 background-color: #990033;
 color: white;
 margin: 0;
 padding: 10px;
}

#sidebar h3 {
 font-size: 110%;
 margin: 0;
 padding: 0 0 0 0;
 font-weight: bold;
}

#sidebar ul {
 margin-left: 0;
 padding-left: 20px; 
}

#sidebar p, #sidebar li {
 font-size: 100%;
 line-height: 1.4em;
}

#sidebar a:link, #sidebar a:visited {
	color:  #E1D7A9;
	font-weight: bold;
}

#dateupdate {
 width: auto
 color: #000000;
 font-weight: normal;
}

#footer {
	border-top: 1px solid #751516;
	border-bottom: 1px solid #751516;
	height: 1.5em;
	background-color: #E1D7A9; 
}

#footer ul { 
 margin: 0; 
 padding: 0 30px 0 0; 
 padding: 0 30px 0 0; 
 text-align: center; 
} 

#footer li { 
 display: inline; 
 background-color: #E1D7A9; 
} 

#footer a:link, #header-bottom a:visited { 
 text-decoration: none; 
 background-color: #E1D7A9;  

} 


