body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003A4F;
}

A:link {
	text-decoration: none;
	color: #CCCCCC;
}
A:visited {
	text-decoration: none;
	color: #CCCCCC;
}
A:active {
	text-decoration: none;
	color: #CCCCCC;
}
A:hover {text-decoration: none}


.main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #231713;
}
.top {
	background-color: #003A4F;
	width: 100%;
	HEIGHT:55px;	
	
}
.nav{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	height: 55px;
}


.content {
	width: 900px;
	top: 140px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	height: 500px;
}
.content p{
	width:600px;
	margin-left: 20px;
}
.content h1{
	margin-left: 20px;
}
.content a{
	font-weight: bold;
	color: #FBFFF5;
}
.content a:hover{
	font-weight: bolder;
	text-decoration: underline;

}
.content#flash{
height:700px;
}
.content#home{
height:528px;
}
.content img#gallery{
margin-top:45px;
margin-left:10px;
}
.bottom{
	background-color: #7D250F;
	width: 100%;
}

.footer{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.drop {
	position: absolute;
	height: 25px;
	width: 200px;
	top: 55px;
	background-color: #003A4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	visibility: hidden;
	z-index: 2;
}
.drop#aboutDrop{
	margin-left: 70px;
}
.drop#galleryDrop{
	margin-left: 230px;
}
.center{
	text-align:center;
	font-size: 18px;
	letter-spacing: 2px;
}
.center a, .center a:hover{
	letter-spacing: 1px;
	font-weight: normal;

}

