@charset "UTF-8";
/* CSS Document */

P {
	padding: 5px;
	
	

	
}
ul, ol, li,  h1, h2, h3, h4, h5, h6,  {
	font-family: "Monotype Corsiva", arial, monospace; font-size: 20px; text-align:center; color:#FFF;  letter-spacing: .1em; line-height: 100%;
margin: 0;
padding: 10px;
border: 0;
}


body {
	padding: 0;
	margin: 0;
	background: #000 url(mgraphics/moon.jpg) no-repeat center top;
	font-family: Optima, verdana, geneva, 'trebuchet ms', arial; font-size: 14px; text-align: justify; color:#FFF;  letter-spacing: .1em; line-height: 150%;
	font-weight:lighter;
	line-height: 16pt;
	color:#FFF;
	width: 100%;
	display: table;
}

#nav {
	width:850px;
	background-image:url(mgraphics/bg.png);
	border-bottom: 1px solid #c57bf5;
	height:50px;
	text-align:center;
	paddin:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:90%;
}
	


#rssfeeds {
	border-left: 1px solid #c57bf5;
	width:200px;
	padding:30px;
	padding-top:100px;
    padding-left:30px;
	margin-left:20px;
	text-align:center;
	background-image:url(mgraphics/news.gif);
	background-repeat:no-repeat;
	background-position:top center;
	clear:both;
	float:right;
	
}


#moon {
	float:right;
}

#content {
	width:850px;
	margin: 345px auto 0;
	background:#000;
	border: solid 1px #c57bf5;
	
	
	
}

#ads {
width:850px;
	border-top: 1px solid #c57bf5;
	border-bottom: 1px solid #c57bf5;
	height:15px;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:90%;
	clear:both;
}

#nav ul li{
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a{

color: #FFFFFF;
background-color: #3333CC;
text-decoration: none;
padding: 0 25px 0 25px;
border-right: 1px solid #000000;
text-align: center;
width: 9em;
} 

#nav ul li a:hover, #nav ul li a:focus{
background-color: #990000;
}

#content p{

margin: 20px;
}

#content h1{
font-family: "Monotype Corsiva", arial, monospace;

color:#7f00fb;
padding: 0;
margin: 20px;
}

#content h2{
font-family: "Monotype Corsiva", arial, monospace;
color:#66F;
padding: 0;
margin: 20px;
}

#footer {
	width:850px;
	background-image:url(mgraphics/bg.png);
	border-top: 1px solid #c57bf5;
	border-width:1px;
	height:60px;
	text-align:center;
	font-family: "Monotype Corsiva", arial, monospace;
	font-size:90%;
	
}


a:link { color:#FFF; }
a:visited { color:#66F; }
a:hover { color:#99F; }
a:active { color:#FCF; }

