﻿/* COLORS 
	green 								#0fb923  
*/
#banner{   
	background:url(../images/banner_rio94.png) no-repeat #000;
} 
#container{
	width:1000px;
} 
#content{
	width:375px;
	float:left;
} 
#page_content{
	width:1000px;
} 
#sidebar{
	width:375px;
	float:left;
}
ul{
	width:350px;
}
/* Link Styles */
#page_content a {
 	color:#0fb923;
	text-decoration: underline;
}
#page_content a:hover {
	color: #FFF;
} 
.heading{
	margin-bottom:-30px;
}
#content a{
	text-decoration: none;
} 
#navigation { 
	border-top-color: #0fb923;
	border-bottom-color: #0fb923;
}
#navigation li a:hover {  
	color: #0fb923;
}
#navigation li a.selected {  
	color: #0fb923;
}
h1{
	color:#0fb923;  
}	
h2{  
	margin-top:10px;
	color:#0fb923;  
}
span{
	color:#0fb923;  
} 
#videos{
width:1000px;
clear:both;
}
#firstVidContainer{
	clear:both;
}
.vidContainer{
	width:325px;
	margin-left: 70px;
  float:left;
}
.vidCaption{
	margin-bottom:25px; 
	color:#0fb923;
	width:325px;
}
#footer{
	width:1000px;
}