/* ------------ RESET ------------------*/
*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,img {
	border:0;
	margin:0;
}
/* ------------ NAVIGATION ------------------*/
body {
	
}
#nav_bar {
	background-color:#202020;
	height:42px;
	border-bottom:#404040 solid 1px;
	
}
#nav_container {
	width:1000px;
	margin:0 auto;
	overflow:auto;
}
#logo {
	float:left;
	width:300px;
	padding:7px 0px 0px 0px;
}

