@charset "utf-8";
/* CSS Document */

body{
				background: #000 url(top_bg_img.jpg) no-repeat top;
				font: Arial, Helvetica, sans-serif;
				color: #fff;
				height: 375px;
			}
			a {
			color: #fff;
			text-decoration: none;
			}
			
			#top-left {
			float: left;
			padding-left; 20px;
			font-size: 18px;
			}
			
			#top-right {
			float: right;
			padding-right: 20px;
			}
			
			/* Center the website */
			#wrapper{
				width:920px;
				margin:0 auto;
				
			}
			
			/* Give the header a height and a background image */
			#header{
				height:200px; 
				text-align:center;
			}
			
			/* Create a Shadow Overlay */ 
			#header div{
				width:920px;
				height:200px;
				background: transparent url(overlay.png) no-repeat scroll left top;
			}
			
			top{
			vertical-align: middle;
			margin-top: 1px;
			}
			
			/* Vertically position header text and style it*/
			#header h1{
				padding-top:50px;
				font-family: Arial, "MS Trebuchet", sans-serif;
				color:white;
			}
			
			/* Give basic styles to the body and the navigation */
			#body{
				background-color:#000;
				height:425px;
			}
			#nav{
				height:35px;
				font-family:"Century Gothic", Tahoma, Verdana;
				background-color: #111;
				color: #FFFFFF;
				text-align: center;
				padding-top: 10px;
				text-transform: uppercase;
				width: 920px;
			}
			img {
			border: none;
			}