*
{
	margin: 0;
	padding: 0;
}

body {
	background-image: url('images/frontBG.gif'); 
	background-repeat: no-repeat; 
	background-position: center top; 
	background-color: #000;
	font-family: "Verdana", "Helvetica", "Tahoma", "Arial", sans-serif;
}

a{
	color: #8cbfc8;
	font-size: 12px;
}

#header{
	width: 465px;
	height: 61px;
	margin: 30px auto 0;
}

#menu{
	width: 700px;
	text-align: center;
	margin: 12px auto 0;
}

#menu a{
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	letter-spacing: 2px;
	padding: 0 20px;
}

#menu a:hover{
	color: #477D95;
}

#logo {
	width: 400px;
	margin: 21px auto 0;
	background-color:#fff;
	padding:10px;
	text-align:center;
}

#editable {
	width:500px;
	margin:10px auto 0;
	background-color:#000;
	color:#FFFFFF;
	padding:10px;
}



#footer{
	height: 24px;
	width: 600px;
	text-align: center;
	margin: 20px auto 0;
	color: #cfcfcf;
	font-size: 10px;
	line-height: 24px;
	text-transform: uppercase;
}
