/* --------------------------------------------------------------------------------------------Large Animals */
#ocontainer{
	background: url('../images/bg-birds.png') repeat-x;
	overflow: visible;
}

h2{
	margin: 0px;
	color: #666666;
}

a, a:visited{
	text-decoration: underline;
	color: #009900;
}

a:hover{
	color: #5fb646;
}

.tabalt{
	background-color: #CCCCCC;
}

/* ----------------------------------------------------------------------------------------Sidebar Content (Articles) */

#sidebar{
	float: right;
	width: 219px;
	background:  #c3e4a3 top no-repeat url('../images/related.png');
	padding: 30px 10px 10px 10px;
}


sidebar ul{
	list-style: none;
}

#sidebar li{
	display: block;
	padding: 15px 0px;
	width: 200px;
	border-bottom: 1px solid #999;
	list-style: none;
	margin-left: -30px;
}

#sidebar li a{
	color: #003366;
	font-size: 11px;
	font-weight: bold;
}

#sidebar li a.sidelink{
	color: #CC3300;
}

/* --------------------------------------------------------------------------------------------Front Page Stuff*/

#main{ /*front page main*/
	width: 939px;
	background: bottom #fff repeat-x url('../images/main/birds/bar.png');
	height: 331px;
}

#featurediv{
	float: left;
	width: 467px;
	height: 303px;
}


#video{
	float: left;
	height: 304px;
	width: 238px;
}
#videoheader{
	width: 238px;
	height: 53px;
	background: url('../images/main/birds/videoheader.jpg');
}
#videocontent{
	width: 238px;
	height: 249px;
	background: repeat-x url('../images/main/birds/videobg.png');
}


#iwant{
	width: 234px;
	float: left;
}
#iwanttop{
	height:304px;
	width:234px;
}
#iwanttop img{
	width: 100%;
	height:100%;
}
#iwantbottom{
	height:27px;
	width:70px;
	background: no-repeat url('../images/main/birds/iwant2.png');
	margin: -1px 0px 0px 35px;
}


/* --------------------------------------------------------------------------------------------Footer Stuff */

#footerbox{
	width: 704px;
	height: 260px;
	background: url('../images/main/birds/articles.jpg');
	padding-top: 14px;
	font-size: 12px;
}

#realfooter{
	font-size: 13px;
	width: 100%;
	height: 140px;
	background: url('../images/main/birds/realfooter.png');
	color: #fff;
	margin-top: 40px;
}
#realfooter a{
	color: #006600;
}

#finalfooter{
	width: 900px;
	height: 120px;
	padding-top: 20px;
	font-size: 10px;
	background: url('../images/main/birds/realfooter.png');
	overflow: visible;
	margin: 0px auto;
}
