/*  
Theme Name: East Bay CREW 2008
Theme URI: http://eastbaycrew.org/
Description: The theme for East Bay CREW, designed by Mike Daniels and Coded by Paul Hulett
Version: 0.1
Author: Mike Daniels and Paul Hulett
Author URI: http://43kb.com/

	Copyrite 2008, East Bay CREW

*/

body{
	background: #ffffff;
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
	position: relative;
}
h2 {
	font-size: 16px;
	line-heigh: 16px;
}
#top_container{
	margin: 0 auto;
	text-align: center;
	width: 884px;
	position:relative;
}
#main_container{
	position: absolute;
	top:-15px;
	left:0px;
	padding-left:10px;
	background: url(images/back-edges.jpg) repeat-y;
	color: #777777;
	width: 884px;
	height:800px;
	text-align: left;
	font-size:12px;
	line-height:14px;
}
#logo{
	background: url(images/east_bay_crew_logo.jpg) no-repeat;
	width: 240px;
	height: 63px;
	position: absolute;
	/*position: relative;*/
	top: 32px;
	left: 42px;
	cursor: hand;
	cursor: pointer;
}
#top_menu{
	position: absolute;
	top: 80px;
	text-align: right;
	left: 300px;
	width: 543px; /* was 500, then adjust for a 42px offset */
	overflow: hidden;
	color: #333333;
	font-weight: bold;
}
#top_menu a, #top_menu a:visited, #top_menu a:link{
	color: #FFFFFF;
	margin-right:10px;
	text-decoration: none;
}
#top_menu a:hover{
	color: #FFFFFF;
	margin-right: 10px;
	text-decoration: none;
}
#banner{
	position: absolute;
	top: 122px;
	width: 866px;
	height: 196px;
	padding-top:13px;
	background: url(images/back-banner.jpg) repeat-x;
}
#left_bar{
	position: absolute;
	top: 335px;
	left: 42px;
	width: 157px;
	font-size: 11px;
	font-weight: bold;
}
#left_bar a, #left_bar a:visited, #left_bar a:link{
	color: #333333;
	line-height:20px;
	text-decoration:none;
}
#left_bar a:hover{
	color: #0099CC;
	line-height:20px;
	text-decoration:none;
}
#center_content{
	position: absolute;
	top: 335px;
	left: 223px;
	width: 406px;
	text-align:justify;
	margin-top: -10px;
}
#center_content h1{
	text-transform: uppercase;
	font-size: 11px;
}
#center_content p{
	color: #6E6E6E;
}
#center_content a, #center_content a:visited, #center_content a:link, #center_content a:hover{
	color: #00789C;
	text-decoration: none;
}
#right_bar{
	position: absolute;
	top: 335px;
	width: 189px;
	left: 652px;
	color: #777777;
	font-weight: bold;
}
#legal_container{
	position: absolute;	
	height: 25px;
	width: 884px;
	left:0px;
	text-align: left;
	color: #e4e4e4;
	top:775px;
	background: url(images/back-edges.jpg) repeat-y;
}
#legal_container p{
	margin-top: 0px;
	margin-left: 42px;
}
.sponsor_left{
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	border-top:0px;
	border-left:0px;
	float: left;
	clear:both;
}
.sponsor_right{
	border-bottom: 1px solid #b7b7b7;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	float:left;
}
