body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	background:#1c0101;
}

a:link {
	text-decoration:none;
	color:#990000;
}

a:visited {
	text-decoration:none;
	color:#990000;
}

a:hover {
	text-decoration:underline;
	color:#990000;
}

a:active {
	text-decoration:underline;
	color:#990000;
}


#main {
	background:#FFFFFF;
	margin: auto;
	width:680px;
	padding:5px;
}

#header {
	background:#ecdeaf;
	height: 90px;
	width:680px;
}

#navigation {
	background:#000000;
	color:#FFFFFF;
	text-align:right;
	width:680px;
}


#sidebar {
	background:#f8f2e0;
	width:200px;
}

#sidebar_alternate{
	background:#ddd0a2;
	width:200px;
	margin-bottom:5px;
}

#sidebar_alignment {
	width:180px;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
}

#content_alignment {
	width:426px;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
}
	
#footer {
	background:#e7debd;
	height: 50px;
	width:680px;
	color:#666600;
}

h1 {
	font-size:22px;
	margin-top:2px;
	margin-bottom:2px;
	}

h2 { 
	font-size:20px;
	color:#990000;
	margin-top:2px;
	margin-bottom:2px;
}

h3 {
	color:#990000;
	margin-top:2px;
	margin-bottom:2px;
}

h4 {
	color:#554b28;
	margin-top:2px;
	margin-bottom:2px;
}

h5 {
	font-size:14px;
	color:#999966;
	margin-top:2px;
	margin-bottom:2px;	
}

.date_time {
	font-weight:bold;
	color:#333300;
	padding-right:10px;
	padding-top:10px;
	font-size:11px;
	}
