/* positioning */

#container
{
	width: 780px;
	margin: 0 auto;
	background-color: #fff;
	color: #000;
	border: 10px solid #fff;
}

#top
{
	height: 80px;
	background: #fff url("/images/header.jpg") top left no-repeat;
	text-align: left;
}

div#header_img
{
	float: left;
	padding: 17px 0px 0 0;
}

#top h1
{
	padding: 0;
	margin: 0;
}

.navcontainer
{
	float: left;
	text-align: center;
	width: 142px;
}

.navcontainer img{
	text-align: center;
	padding-bottom: 10px;
}

#rightnav
{
	float: right;
	width: 136px;
}

#rightnavcontainer1
{
	width: 136px;
	margin: 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 18px solid #fff;
	background-color: #B60810;
	color: white;
}

#content
{
	margin-left: 142px;
	margin-right: 136px;
	padding: 5px;
	text-align: left;
	min-height: 280px;
	background: #fff;
}

.content1
{
padding: 1em;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE;
}

.image
{
float: left;
margin: 0 10px 0 0;
}

#footer
{
	clear: both;
	margin: 0 85px 0 85px;
	padding: 0;
	color: #CCC;
	border-top: 1px solid #808080;
	height: 15px;
}

#navcontainer p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 1em 0; }

#newsfeed{
	width: 100%;
	border: 1px solid #255F82;
	padding: 1px 0 2px 2px;
	margin-left: -3px;
}
div#newsfeed_left{
	position: relative;
	float:left;
	width: 180px;
	text-align: right;
	padding: 3px 3px 3px 0;
}
div#newsfeed_right{
	position: relative;
	float:left;
	width: 350px;
	padding: 3px 3px 3px 0;
}

#cpv {
	width: 400px;
	border: 1px solid #237B4F;
	}

#greyline {
	padding: 0px;
	border-bottom: 1px solid #EEE;
}

.greyline {
	padding: 0px;
	border-bottom: 1px solid #EEE;
}

.menuimage {
	vertical-align: middle;
	padding: 0 10px 10px 10px;
}

.center {
	text-align: center;
}

.content_left 
{
	position: relative;
	float: left;
	padding: 10px;
	margin: 0;
	width: 210px
}

.w3c{
	width: 305px;
	min-height: 80px;
	border-top: solid 1px #ccc;
	padding: 10px 0 10px 150px;
}
#r1.w3c {
	background: transparent url("/images/xhtml.gif") 5% 50% no-repeat;
}
#r2.w3c {
	background: transparent url("/images/css.gif") 5% 50% no-repeat;
}
#r3.w3c {
	background: transparent url("/images/bobby.gif") 5% 50% no-repeat;
}
