/* positioning */

#container
{
	width: 780px;
	margin: auto;
	background-color: #fff;
	color: #727272;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	min-height: 800px;
}

#top
{
	height: 132px;
	background: #fff url("/images/header_n.jpg") top left no-repeat;
	text-align: left;
}

#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: 142px;
	margin-top: 1px;
}

#rightnavcontainer
{
	width: 142px;
	margin: 1px 0;
	padding: 10px 0;
	background-color: #E9F7EA;
}

#content
{
	margin-left: 142px;
	margin-right: 150px;
	padding: 1.5em;
	text-align: left;
	min-height: 350px;
	background: #fff;
}

* html #content {
	height: 350px;
}

.image
{
	float: left;
	margin: 0 10px 0 0;
}

#footer
{
	clear: both;
	margin: 0 85px 2em 85px;
	padding: 0;
	color: #CCC;
	border-top: 1px solid #005A52;
	height: 25px;
}

#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 #005A52;
}

.greyline {
	padding: 0px;
	border-bottom: 1px solid #005A52;
}

.menuimage {
	vertical-align: middle;
	padding: 0 10px 10px 10px;
}

.center {
	text-align: center;
}

.content_left 
{
	position: relative;
	float: left;
	padding: 10px;
	margin: 0;
	width: 200px
}

.w3c{
	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;
}
