body {
	background-color: #666666;
	margin-left: -400px;
	padding-left: 50%;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
a:link {
	color: #BBDB88;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BBDB88;
}
a:hover {
	text-decoration: underline;
	color: #BBDB88;
}
a:active {
	text-decoration: none;
}

#header {
	background: #333;
	width: 800px;
	height: 100px;
	margin-bottom: 0;
	padding-bottom: 2px;
	border-bottom: #999 2px solid;
}

#header a, #header a:visited, #header a:active,  #header a:link,  #header a:hover {
	border:none;
	background:none;
	color: #333333 ;
}

#footer {
	background: #555;
	clear:both;
	width: 798px;
	/*height: 1.5em;*/
	margin: 0 0px 12px 0;
	padding: 4px 12px 8px 6px;
	text-align:right;
	border: none;
}

#footer a {
	/*float:right;*/
}

#header img {
	margin:0;
}

#header ul {
	float:right;
	list-style:none;
	background: #333;
	margin-left: 0;
	padding-left: 0;
}
#header ul li {
	font-size: 1.15em;
	display:inline;
	color: #CCC;
	/*border-top: #CCC solid 3px;*/

	margin: 0px 10px 10px 14px;
	/*padding: 4px 8px 0px 8px;*/
}

/*
#header ul li:hover {
	background: #555;
	border-top: #CC9966 solid 3px;
}*/

#header ul a, #header ul a:link, #header ul a:visited{
	color: #CCC;
	text-decoration:none;
	border-top: #CCC solid 3px;
	padding-top: 4px;
}

#header ul li a:hover{
 	color: #CC9966;
	border-top: #CC9966 solid 3px;
}


#content {
	width:800px;
	background: #333;
	margin:0px;
	float:left;
	padding: 8px;
}

#content h1 {
	font-weight:normal;
	letter-spacing: .1em;
	/*font-family:'Lucida Grande', 'Trebuchet MS', Geneva, Helvetica, sans-serif;*/
	text-transform:uppercase;
	padding-left:14px;
	padding-top: 16px;
}

#blogfeedbox {
	width: 300px;
	float: right;
	margin:12px 0 0 0;
	padding: 12px;
	padding-top: 0;
}

#blogfeedbox ul{
	list-style:none;
	margin: 0;
	padding:0;
	font-size: 1.2em;
}

#blogfeedbox ul li {
	list-style:none;
	margin-bottom: 12px;
}

#blogfeedbox a {
	display:block;
	color: #CC9966;
	font-weight: bold;
	letter-spacing: .05em;
	margin-bottom: 2px;
	padding: 10px 0 0 0;
	border-top: #CCC solid 1px;
}

#featuredbox {
	margin:12px 0 0 0;
	float:left;
}

.featuredItem {
	padding-bottom:12px;
}