body {
	width:1024px;
	height: 100%;
	min-height: 100%;
	margin:0 auto;
	margin-top:0px;
	background-color: #667784;
	background-image:url('images/fullbodybg3.jpg');
    background-repeat:repeat-x;
	font-family:arial; color:#eee; size: 11px;
}

#header {
width:1024px;
height:225px;
}

#navigation {
width:1024px;
height:33px;
margin-top:0px;
}

#content { 
width:974px;
min-height:100%;
height:auto !important;
height:450px;
background-color:#261f19;
margin-top:0px;
padding: 25px;
}

#footer { 
width:1024px;
height:25px;
padding-top:10px;
font-size: 12px; color:#eee;
background-color: #444444;
clear:both;
}

a:link {
	color: #eee;
}
a:visited {
	color: #eee;
}
a:hover {
	color: #268cc6;
}
a:active {
	color: #eee;
	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);
}
