body {
	margin: 0;
	padding; 0;
	font-family: arial;
	background: #3D3C28;
}

#top {
 	background: #fff url(../images/topheader.png) 0 0 repeat-x;
 	height: 403px;
}

#top_sec {
 	background: #fff url(../images/topheader.png) 0 0 repeat-x;
 	height: 200px;
}

#header {
	margin: 0 auto;
 	width: 900px;
 	height: 400px;
 	padding-top:15px;
 	text-align:right;
}

#header_sec {
	margin: 0 auto;
 	width: 900px;
 	height: 200px;
 	padding:20px 0 0;
 	text-align:right;
}

#nav {
	margin: -376px 18px 0 50px;
}

#nav_sec {
	margin: -173px 18px 0 50px;
}

ul {
	margin-top: 2px;
}

#header a {
	text-decoration: none;
	color: #33321E;
}

#header a:visted {
	text-decoration: none;
	color: #33321E;
}

#header a:hover {
	text-decoration: none;
	color: #cecece;
}

#header_sec a {
	text-decoration: none;
	color: #33321E;
}

#header_sec a:visted {
	text-decoration: none;
	color: #33321E;
}

#header_sec a:hover {
	text-decoration: none;
	color: #cecece;
}

#visual_home {
 	height: 403px;
 	margin-top: -14px;
 	background: #fff url(../images/bridge_visual.png) 0 0 no-repeat;
}

#visual_sec {
 	height: 200px;
 	margin-top: -19px;
 	background: #fff url(../images/bridge_visual.png) 0 0 no-repeat;
}

#seperator {
	background: url(../images/border.png) 0 0 repeat-x;
	height:18px;
}

#content_home {
	width:900px;
	margin: 0 auto;
	color:#fff;
	padding: 10px 0 0 43px;
}

.title {
	line-height: 24px;
	font-size: 16px;
	color: #C1C1C1;
}

.marketing_home {
	width:400px;
	line-height:24px;
	font-size: 16px;
	float: left;
	color: #C1C1C1;
}

.marketing_sec {
	width:300px;
	float: left;
	text-align:right;
	padding-right: 40px;
	padding-top: 15px;
}

.sup_content {
	float: left;
	width: 450px;
	font-size: 12px;
}	

#footer {
	margin: 0;
	padding-top: 50px;
	margin-bottom: 20px;
	clear: both;
	font-size: 10px;
	color:#666;
	text-align:center;
}

#footer a {
	color: #666;
}
	
