* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:url(images/main-bg.jpg) no-repeat 50% 0 #000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#000;
}
html {
	min-width:856px;
}
.container { 
	width:100%;
}
/*==== GLOBAL =====*/
#main {
	width:856px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	height:249px;
	overflow:hidden;
	position:relative;
}
#content {
	height:600px;
	background:url(images/content-bg.jpg) no-repeat 0 0;
	overflow:hidden;
	position:relative;
}
/*===== header =====*/
#header .logo {
	position:absolute;
	left:239px;
	top:62px;
}
#header .nav {
	position:absolute;
	left:200px;
	bottom:0;
	background:url(images/nav-bg.jpg) no-repeat 0 0;
	width:450px;
	height:52px;
	text-align:center;
	overflow:hidden;
}
	#header .nav ul {
		padding:0 0 0 50px;
	}
		#header .nav ul li {
			display:inline;
			background:url(images/divider.gif) no-repeat 0 23px;
			float:left;
		}
		#header .nav ul li.first {
			background:none;
		}
			#header .nav ul li a {
				display:inline-block;
				padding:20px 15px 20px 15px;
				font-size:20px;
				line-height:1.2em;
				color:#fff;
				text-transform:uppercase;
				text-decoration:none;
				letter-spacing:1px;
				background:url(images/nav-splash.png) no-repeat 50% 50%;
			}
			#header .nav ul li a:hover {
				text-decoration:none;
			}
		

/*===== content =====*/
#content .indent {
	padding-left:10px;
	padding-top:10px;
	
}
.one{
	width:876px;
	line-height:2em;
	}
.two{
	width:876px;
	line-height:3em;
	}
.three{
	width:876px;
	line-height:3em;
	}	

