#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #003031;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
}
#header {

}
#nav {
	height: 55px;
	width: 780px;
	background-color: #333333;
}
body {
	background-image: url(images/background%20fade-down.jpg);
}

#news {
	float: left;
	width: 240px;
	margin-top: 10px;
}
#main {
	width: 300px;
	margin-left: 10px;
	margin-top: 10px;
}
#gallery {
	width: 240px;
	float: right;
	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;
}

