/* positioning */

#container
{
	width: 950px;
	margin: 0px auto;
	background-color: #fff;
	color: #727272;
}

.alignright {float: right; padding: 0; margin: 0 5px 0px 5px;}
.alignleft {width: 150px; float: left; padding: 0; margin: 0 15px 10px 0px;}

#top
{
	height: 173px;
	background: #fff url("/images/feraheader.gif") top left no-repeat;
	text-align: left;
}

#top h1
{
	padding: 0;
	margin: 0;
}

#top a
	{
	float: right;
	color: #D16D17;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 10px 0 0;
	}
	
#top a:hover
	{
	color:#778E02;
	text-decoration:underline;
	}

.navcontainer
{
	float: left;
	text-align: center;
	width: 160px;
	margin: 0 0 0 5px;
}


.navcontainer img{
	text-align: center;
	padding-bottom: 10px;
}

#rightnav
{
	float: right;
	width: 170px;
	margin-top: 1px;
}

#rightnavcontainer
{
	width: 160px;
	margin: 20px 0;
	padding: 10px 0 0 0 ;
	background: #fff;
}

#content
{
	margin-left: 170px;
	padding: 1.5em;
	text-align: left;
	min-height: 350px;
	background: #fff;
}

* html #content {
	height: 350px;
}

.image
{
	float: right;
	margin: 0 10px 0 0;
}

#footer
{
	clear: both;
	position: relative;
	margin: 0px;
	padding: 5px 10px 0 10px;
	color: #fff;
	background: #fff url("/images/ferafooter.gif") top left no-repeat;
	height: 76px;
	width: 950px;
}

#navcontainer p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 1em 0;  font: bold 16px "century gothic","trebuchet ms", arial, sans-serif ; color: #d16d17}

#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 #52825B;
}

.greyline {
	padding: 0px;
	border-bottom: 1px solid #52825B;
}

.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;
}
