html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	color: #0d508f;
	font-family: Arial, Helvetica, Verdana, sans;
	background: url(../images/main_bk.jpg) repeat-x;
	background-color: #6acfee;
	position: relative;
}

#wrapper {
	width: 906px;
	margin: 0 auto;
	background: url(../images/bubbles.png);
	
}

#aquatic-creations-inc {
	padding-top: 60px;
	width: 751px;
	height: 57px;
	margin: 0 auto;
}

#header {
	width: 906px;
	height: 301px;
	margin: 0 auto;
	background: url(../images/header.png);
}

#header .main_img {
	width: 900px;
	height: 223px;
	padding: 3px;
}

#header ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header ul#nav li {
	float: left;
	height: 30px;
	margin: 10px 25px 0 25px;
}

#header ul#nav li a {
	width: 100%;
	height: 100%;
	display: block;
}

#header ul#nav li span {
	display: none;
}

#header ul#nav li.home {
	width: 94px;
	background: url(../images/btn_home.png);
	margin-left: 40px;
}

#header ul#nav li.services {
	width: 132px;
	background: url(../images/btn_services.png);
}

#header ul#nav li.products {
	width: 144px;
	background: url(../images/btn_products.png);
}

#header ul#nav li.photos {
	width: 111px;
	background: url(../images/btn_photos.png);
}

#header ul#nav li.contact {
	width: 127px;
	background: url(../images/btn_contact.png);
}

#content_wrapper {
	float: left;
	width: 906px;
	padding: 40px 0 0 0;
}

#content_left {
	float: left;
	width: 581px;
}

#content_left_top {
	width: 581px;
	height: 87px;
	background: url(../images/content_top.png);
}

#content_left_top h1 {
	margin: 0;
	padding: 15px 0 0 15px;
	width: 319px;
	height: 38px;
}

#content_left_body {
	width: 541px;
	background: url(../images/content_bk.png);
	padding: 0 20px;
}

#content_left_body p {
	margin: 0;
	padding: 5px 0;
}

#content_left_btm {
	width: 581px;
	height: 46px;
	background: url(../images/content_btm.png);
}

#content_right {
	float: left;
	width: 278px;
	margin-left: 40px;
}

#content_right_top {
	width: 278px;
	height: 14px;
	background: url(../images/photo_top.png);
}

#content_right_body {
	width: 258px;
	background: url(../images/photo_bk.png);
	padding: 0 10px;
}

#content_right_btm {
	width: 278px;
	height: 14px;
	background: url(../images/photo_btm.png);
}

#text_links {
	clear: left;
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

#text_links a:link, #text_links a:visited {
	margin: 0 10px;
	color: #ffffff;
	text-decoration: none;
}

#text_links a:hover, #text_links a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer {
	width: 826px;
	height: 16px;
	padding: 35px 40px 0 40px;
	background: url(../images/ftr_bk.png);
	font-size: 12px;
	color: #0a457c;
	font-weight: bold;
}

#footer #copyright {
	float: left;
	width: 250px;
}

#footer #credits {
	float: right;
	width: 200px;
	text-align: right;
}

#footer #credits a:link, #footer #credits a:visited {
	color: #0a457c;
	text-decoration: none;
}

#footer #credits a:hover, #footer #credits a:visited:hover {
	color: #0a457c;
	text-decoration: underline;
}

ul {
	margin-bottom: 0;
	padding-bottom: 15px;
}

dl.contact-form dt {
	margin: 0;
}

dl.contact-form dd {
	margin: 0;
	padding-bottom: 10px;
}

.gallery_thumb {
    float: left;
	position: relative;
	width: 128px;
	height: 100px;
	text-align: center;
}

.clear {
	clear: both;
}