@charset "utf-8";
#gallery {
	width: auto;
}
.style6 {
	font-size: 14pt;
	font-weight: bold;
}


#news {
	width: auto;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: thick double #003031;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-repeat: repeat;
}
#nav {
	height: 55px;
	width: 780px;
	background-color: #333333;
}
body {
	background-image: url(images/background%20fade-down.jpg);
}

#header {

}

#main {
	width: auto;
	margin-left: 10px;
	margin-top: 10px;
}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	background-color: #003333;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
}

