body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #fff;
	background-color: #D6D6D6;
	
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h2
{
	color: #fff;
	font-family: 120% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #ffffff;
	font: 106% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

h3 a { text-decoration:none; 
		color: #fff;}

#container
{
	margin: 1em auto;
	width: 948px;
	text-align: left;
	background-color: #000;
	border: 1px none #000;
}

#header
{
	height: 185px;
	width: 100%;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #000;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #000;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#singleColumn
{
margin-left: 50px;
margin-right: 50px;
padding: 15px;
}
#bottomColumn
{
margin-left: 50px;
margin-right: 50px;
padding: 15px;
}
#rightColumn
{
	float: right;
	width: 400px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
	margin-right: 50px;
}
#rightColumnNarrow
{
	float: right;
	width: 250px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
	margin-right: 50px;
	}
	
#content { 
width: 400px;
margin: 0 450px 40px 50px; }
#contentWide {
width: 600px;
margin: 0 250px 20px 20px; }

#content p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }

#rightColumn2
{
	
	float: right;
	width: 350px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
	margin-right: 0px;
}
#content2 {
float:left;
background-color:#e8233b;
width: 400px;
margin: 0 400px 40px 50px; }

#content2 a{
color:#FFFFFF}
#bottom {

#content p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }
.imagefloatdown (float: right;
	padding: 100px;}
#footer
{
	clear: both;
	color: #fff;
	text-align: right;
	font-size: 90%;
}

.imagecenter { text-align: center; margin: 15px; }

.imageleft { float: left; margin: 15px; }

.imageright { float: right; margin: 15px; }

.style1 {color: #FF0000}
.style2 {color: #FFFFFF}


