@charset "UTF-8";


#container {
	width: 95%;
	background-color: #FFC;
	border-bottom: 1px solid #EFEFEF;
	
	margin: 0 auto; 
	-moz-box-shadow: 0 0 30px 5px #999;
	-webkit-box-shadow: 0 0 30px 5px #999;
}

	

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


.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: 40px;
	
}
.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 h1 {
	font-size:20px;
	margin-left:10px;
	line-height:16px;
}


	
	






