body {
	width:1024px;
	height: 100%;
	min-height: 100%;
	margin:0 auto;
	margin-top:0px;
	background:url(images/fullbodybg3.jpg) left bottom repeat-x;
	background-color: #0a1c26;
	font-family:arial; color:#fff; size: 11px;
}

#header {
width:1024px;
height:250px;
}

#navigation {
width:1024px;
height:33px;
margin-top:0px;
}

#content { 
width:994px;
min-height:100%;
height:auto !important;
height:450px;
background-color:#000d1e;
margin-top:0px;
padding: 15px;
}

#footer { 
width:1024px;
height:55px;
padding-top:10px;
font-size: 14px; color:#fff;
background-color: #070101;
clear:both;
}

a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #f3d771;
}
a:active {
	color: #fff;
	text-decoration:none;
}
.style1 {
	color: #501D08;
	font-weight: bold;
	font-size: 24px;
}

#galleryz img {
	opacity:0.6;filter:alpha(opacity=50);
	}
#galleryz img:hover {	
opacity:1.0;filter:alpha(opacity=100);
}