body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('http://www.thehecatomb.com/images/main/bgtile.gif');
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	height: 100%;
}

#page {
	background-color: #000000;
	border: 1px solid #000000;
	text-align: left;
	width: 960px;
	height: 80%;
	padding: 0;
	margin: 0px 0px 0px 0px;

}


#header {
	background-color: #000000;
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	height: 50px; 
	width: 100%px;
}

#headerimg {
	margin: 0px;
	padding: 0px; 
	height: 50px;
	width: 100%;
	background: url('http://www.thehecatomb.com/images/main/top_head.jpg');
}

#sidebar_container {
	height: 100%;
	width: 140px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#sidebar {
	color: #FFFFCC;
	padding: 0px 0px 0px 0px;
	width: 140px;
	float: left;
	background: url('http://www.thehecatomb.com/images/main/bgtile.gif');
}



#content {
	font-size: 1.2em;
	width: 810px;
	height: 100%;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #CCCCCC;
	line-height: 1.4em;
	float: right;

}


#footer {
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 960px;
	height: 50px;
	background: url('http://www.thehecatomb.com/images/main/footer_panel.jpg');
	clear: both;
	text-align: center
}

.footer-content {
	padding: 20px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}


/* sweat the small stuff */
#sidebar h2 {
	color: #CCCCCC;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 0px 0px 0px 3px;
}

#menu-block {
	padding: 0px 0px 0px 10px;
	font-size: 11px;
}



#menu-block a, #menu-block a:visited {
	color: #CCCCCC;
	text-decoration: none;
	
}

#menu-block a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	
}


#content ul {
/*
	list-style-type: none;
	list-style-image: none;
*/

	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	
}

#content ul li {
/*
	list-style-type: none;
	list-style-image: none;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	*/
}




/* sweat the small stuff */
#content h3 {
	color: #000000;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 0px 0px 0px 0px;
}


.content-page-title {
	color: #000000;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.4em;
	margin: 0px 0px 20px 0px;
}

