body
{
	margin: 0;
	padding: 0;
	font: 85% verdana, arial, helvetica, sans-serif;
	text-align: center;
	color: #808080;
	background-color: #D6D6D6;
	background-image: url(images/body_bg.gif);
}

a:link 
{	
	color: #B52C07;
	text-decoration: none;
}

a:visited
{
	color: #800000;
	text-decoration: none;
}

a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h2
{
	color: #B52C07;
	font: 120% verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 1em 0;
	text-indent: 2px;
	background-color: #202020;
	border-bottom: 1px dotted #C5C877;
	border-top: 1px dotted #C5C877;
	width: 70%;
	/*clear: both;*/ /*IE bug*/
}

h2 a { text-decoration: none; }

h3
{
	color: #8B8E0E;
	font: 106% verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	/*clear: both;*/ /*IE bug*/
}

#container
{
	margin: 1em auto;
	width: 780px;
	text-align: left;
	background-color: #000000;
	border: 1px none #fff;
}

#header
{
	height: 45px;
	width: 100%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}

#header h1
{
	font-size: 12px;
	text-align: right;
	color: #C5C877;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 150px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#rightcol
{
	float: right;
	width: 150px;
	border-left: 1px dashed #C5C877;
	padding-left: 15px;
	clear: right;
}

#contents
{
	margin: 0 180px 40px 20px;
}

#contents p 
{
	line-height: 165%;
	text-align: justify;
}

#contents a:link 
{	
	color: #B52C07;
	text-decoration: none;
	border-bottom: 1px dashed;
}

#contents a:visited
{
	color: #800000;
	border-bottom: 1px dashed;
	text-decoration: none;
}

#contents a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

#footer
{
	clear: both;
	color: #666;
	text-align: right;
	font-size: 90%;
}

.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat
{
	float: right;
	/*clear: right;*/ /*IE bug*/
}

p { margin-top: 0; }

.clearright { clear: right; }

