body {
	font-family: verdana;
	margin: 0 auto;
	color: #999;
	background-color: #111;
}

a img { 
	border: none
}

img {
	border: none
}

a:link {
	color: #3391cc;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #3391cc;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #fff;
	cursor: crosshair;
	text-decoration: none;
	font-weight: bold;
}

a.linkopacity img {
	filter:alpha(opacity=30);
	opacity: 0.3;
}

a.linkopacity:hover img {
	filter:alpha(opacity=100); 
	opacity: 1.0;
}

#main {
	width: 430px;
	height: 60px;
	padding-bottom: 25px;
	padding-top: 50px;
}

#social {
	line-height: 1.5em;
	font-size: 11px;
	font-family: verdana;
	color: #999;
	margin: 0 auto;
	text-align: left;
	width: 500px;
	display: block;
}

ul {
	list-style:none;
    margin:0 auto;
	padding: 10px;
    width: 600px;
}

li {
    display: inline;
    text-align: center;
    padding:5px;
}

B {
	color: #CC3366;        
}

h3 {
	margin: 0;
	text-align: center;
	font-size: 21px;
	font-family: helvetica, arial;
	font-weight: bold;
	color: #000
}
img.thumbs {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100px;
	width: 150px;
}
div.free-left {
	float:left;
	margin: 0;
	width: 220px;
	padding-right: 10px;
	border-right: 1px solid #333; 
}
div.free-right {
	float: right;
	width: 215px;
	padding-left: 15px;
	border-left: 1px solid #333; 
}
div.free-middle {
	margin: 0 auto;
	width:200px;
}

#wrap {
	background-color: transparent;
	margin: 0 auto;
	width: 700px;
	position: relative;
	z-index: 1;
	top: 200px;
	color: #999;
	line-height: 1.5em;
	text-align: left;
	font-size: 12px;
	font-family: verdana;
}

#deepsea2 {
	position: relative;
	width: 200px;
	height: 200px;
	background: transparent;
	z-index:0;
}

.boxgrid{
	width: 450px;
	height: 280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
}

#nav a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}

 .captionfull .boxcaption {
 	top: 260px;
 	left: 0;
 }
 .caption .boxcaption {
 	top: 230px;
 	left: 0;
 }
 
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100%;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}

.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100%;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
	
#contact-wrapper {
	width:430px;
	border: 2px #CCC solid;
	padding:20px;
	background-color: #111;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:12px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:12px;
	color:#CC3366;
}
form#contactform textarea {
	font-family:verdana, helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}
div#preload { 
	display: none; 
}