body{
	background-color: #ddd;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #eee;
	padding: 0px;
	margin: 0px;
}
a, a:visited, a:active, a:hover{
	color: #eee;
	text-decoration: none;
	border-bottom: 1px dashed #eee;
}
a:hover{
	border-bottom: 1px solid #eee;
}

#container{
	width: 750px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
} 

#header{
	width: 750px;
	height: 188px;
	background-image: url('../images/moonscope_header5.jpg');
}
#header2{
	padding:50px 0px 0px 50px;
	color: #000;
	font-size: 54px;
	z-index: 20;
	position: absolute;
	letter-spacing: 4px;
	text-transform: lowercase;
}
#header3{
	width: 500px;
	height: 188px;
	background-color:white;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	z-index: 1;
}

#navigation{
	margin-top: 10px;
}

#navigation p{
	font-size: 12px;
	padding: 5px;
}

#navigation a, #navigation a:visited, #navigation a:active, #navigation a:hover{
	text-decoration: none;
	border-bottom: none;
	padding: 5px;
	color: #444;
}
#navigation a:hover{
	background-color: #444;
	color: #fff;
	padding: 5px;
}

#content{ 
	margin-top: 10px;
	padding: 10px;
	background-color: #444;
	line-height: 1.4em;
}

#content img{
	margin: 10px;
	text-align: center;
}

#content h1{
	font-size: 14px;
	font-weight: bold;
}

#content p, #content h1{
	padding: 5px;
	margin:0px;
}

#content p.flash{
	text-align: center;
}

#content p.flash a, #content p.flash a:visited, #content p.flash a:active, #content p.flash a:hover{
	text-decoration: none;
	border-bottom: none;
}

#content li{
	line-height: 2.5em;
}

#content .red{
	color: red;
}

#footer{
	clear:left;
	padding:0px;
	margin:0px;
	text-align: right;
	color: #444;
	margin-top: 5px;
	text-transform: lowercase;
}

#footer a, #footer a:visited, #footer a:active, #footer a:hover{
	color: #444;
	text-decoration: none;
	border-bottom: 1px dashed #444;
}
#footer a:hover{
	border-bottom: 1px solid #444;
}
