body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;	
	background-color: #030;					
	padding: 0;
	margin: 0;	
	text-align: center;
}

h1 {
	font-size: 1.1em;
	color: #030;
}

img { border: 0; }

a:link {
	color: #393;
	text-decoration: none;
}

a:visited {
	color: #393;	
	text-decoration: none;
}

a:hover {
	color: #3C3;
	text-decoration: none;
}

a:active {
	color: #3C3;	
	text-decoration: none;
}

#wrapper1 {
	width: 800px;
	margin-left: auto;				
	margin-right: auto;	
}

#logo {
	width: 333px;
	height: 124px;
	float: left;
	background-image: url(./images/logo.jpg);
}

#nav {
	width: 467px;
	height: 84px;
	float: right;
}

#banner_top_right {
	background-image: url(./images/banner_top_right.jpg);
	width: 467px;
	height: 91px;
}

#btn_home {
	width: 64px;
	height: 33px;
	float: left;
}

#btn_business {
	width: 156px;
	height: 33px;
	float: left;
}

#btn_marine {
	width: 143px;
	height: 33px;
	float: left;
}

#btn_contact {
	width: 104px;
	height: 33px;
	float: left;
}

#banner_bottom {
	background-image: url(./images/banner_bottom.jpg);
	width: 800px;
	height: 26px;
	clear: both;
}

#hdr {
	width: 248px;
	height: 26px;
	float: left;
}

#hdr_right {
	width: 552px;
	height: 26px;
	float: left;
	background-image: url(./images/hdr_right.jpg);
}

#center_top {
	width: 800px;
	height: 12px;
	float: left;
	background-repeat: no-repeat;	
	font-size: 1px;
	background-image: url(./images/center_top.jpg);
	clear: both;
}

#center {
	background-image: url(./images/center_bg.jpg);	
	width: 680px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	float: left;
	clear: both;
}

#center_left {
	width: 335px;
	text-align: left;
	float: left;
	padding-right: 5px;
}

#center_right {
	width: 335px;
	text-align: left;
	float: right;
	padding-left: 5px;
}

#bottom {
	width: 800px;
	height: 68px;
	background-image: url(./images/bottom.jpg);
	float: left;
	clear: both;
}

#footer {
	font-size: .8em;
	color: #996;	
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.imgBorder {
	border: 2px solid #633;
}

.clear {
 	height:1px;
	font-size:1px;
	float:none;
	clear: both;
}