div.wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-family: Veranda, Arial, Sans-Serif;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
	color: #006600;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	padding: 10px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: grey;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
div.header{
	background-color: #333333; 
	color: #9999FF; 
	position: center;
	height: 30px;
	padding: 20px; 
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-align: center;
}
div.blog-header{ 
	background-color: #000000; 
	font-family: Veranda, Arial, Sans-Serif;
	font-size: 12px;
	color: #FF9933;
	text-decoration: none;
	font-weight: normal;
	vertical-align: bottom;
	padding: 5px;
	padding-left: 10px;
	padding-top: 10px;
}
div.entry{ 
	background-color: #000000; 
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	vertical-align: bottom;
	padding: 10px;
}
div.navigation{
	background-color: #333333;
	font-size: 12px;
	color: #FFFFFF;
	height: 40px;
	text-align: center;
}
div.blog-nav{
	background-color: #333333;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	vertical-align: bottom;
	padding: 5px;
	text-align: right;
}
a {
	color: #008800;
}
a.blog-nav {
	color: #000000;
}

div.blog {
	position: float;
	background-color: black; 
	color: black;
	padding: 0px;
	border-color: #333333; 
	border-width: 2px;
}
div.entry {
	position: float;
	background-color: black; 
	font-size: 12px;
	color: white;
	padding: 10px;
	border-style: solid dashed;
	border-color: #333333; 
	border-width: 2px;
}
div.commentcount {
}
div.comment {
	position: float;
	background-color: black; 
	color: white;
	padding: 10px;
	font-size: 12px;
	border-style: solid dashed none;
	border-color: #333333; 
	border-width: 2px;
}
	
div.commentbox {
	position: float;
	background-color: black; 
	color: white;
	padding: 10px;
	border-style: solid none;
	border-color: #333333; 
	border-width: 2px;
	font-size: 12px;
}
	
TABLE{
	background-color: #6666FF; 
	width: 460px;
	padding: 0px;

}
TD{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	vertical-align: bottom;
}
UL{ 
	margin: 5px 5px 5px 10px; 
	padding: 5px 5px 5px 5px;
}
IMG.centeredimage{ 
	border-style: solid;
	border-color: grey;
	display: block;
	margin-left: auto;
	margin-right: auto; 
}
IMG{ 
	margin: 10px -5px; 
	border-style: solid;
	border-color: grey;
}
BODY{
	background-color: #330000;
	color: white;
	text-align: center;
}

