@charset "UTF-8";

#container {
	width: 95%;
	background-color: #FFC;
	margin: 0 auto; 
	height:100%;
	
}



#content {
	background-color: #EFEFEF;
	width: 100%;
	float:left;
	
	 
}

.logo {
	background-color:#FFF;
	height:30px;
	
}


.menu_bar {
	font-family: "Lucida Grande", "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #FFF;
	background-color: #333;
	width: 100%;	
	height: 30px;
	
}
	
.menu_bar a:hover, .menu_bar a:active, .menu_bar a:focus {
	color:#FFFF00; text-decoration:underline;
}

.menu_bar a, .menu_bar2 a:visited {
text-decoration:none;
color:#FFFF00;	
}

.menu_bar {
	font-family: "Lucida Grande", "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 8px;
	font-weight: 500;
	color: #FFFF00;
	background-color: #000;
	width: 100%;	
	height: 35px;
	
}

.menu_bar h1 {
	font-size:14px;
}



