html, body 
{
	background: #8FBC8F;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, Verdana, sans-serif;
}

li
{
	list-style: none;
}

#sidebar
{
  width: 28%;
  /*margin-left: 72%;*/
  float:right;
  font-size: 0.7em;
  background: #D3D3D3;
}

#footer
{
  text-align:center;
  clear: both;
  background: #8FBC8F;
  font-size: 0.7em;
}

 #content
{
  width: 70%;
  float: left;
} 

 #wrapper
{
	margin: 0 auto;
	overflow: hidden;
	width: 760px;
	background: #FFFFFF;
	padding:10px;
} 

hr
{
  display: none;
}

#header
{
	width: 740px;
	text-align: center;
	background: #8B0000;
	color:#FFFFFF;
	padding:10px;
}

#header a
{
	color: #FFFFFF;
	text-decoration: none;
}

#ie_warning
{
	background:#D3D3D3;
}

h2 a
{
	color:#000000;
	text-decoration:none;
}

p.postmetadata
{
	font-size:0.7em;
}

blockquote
{
	font-style: italic;
}

small
{
	font-size: 0.7em;
}

#navcontainer
{
width:100%;
}

#navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#navcontainer A
{
display: block;
width: auto;
text-decoration: none;
background: #8B0000;
color:#FFFFFF;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active 
{ 
	background: #B22222; 
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #8B0000;
color:#FFFFFF;
font-weight: bold;
}
#comment
{
width:100%;
}