﻿/* CSS layout main

Copyright © 2009 Innovative Underwater Solutions, Inc.    ver 2.0
 */


body {
	margin: 0;
	padding: 0;
	background-image: url('images/horizon_full.jpg');
}


#container {
	min-width: 800px;
}

#banner {
	width: 960px;
	float:inherit;
	margin-left:auto;
	margin-right:auto;
}

#left_col {
	width:auto;
	float: left;
}

#right_col {
	width: auto;
	float: right;
}

#page_content {
	width: 960px;
	position: relative;
	float: inherit;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	clear: both;
}
/* main style */
.style1 {
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}

/* copyright at footer style */
.style11 {
	vertical-align: middle;
	text-align: center;
	font-size: xx-small;
}

/* right be a diver logo style */
.style12 {
	border-width: 0;
	margin-right: 10px;
	float:none;
}

