body 
{
	margin: 0;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 101%;
	line-height: 150%;
	background-color: #fff;
	background-image: url(images/mothership-cut-40.jpg)
}

a 
{
	color: #000;
	font-weight: bold;
}

a:visited 
{
	color: #0a0358;
}

a img 
{
	border: 0;
	margin: 20px 30px 10px 40px;
}

#content 
{
	background-image:url(images/bg.png);
	width: 671px;
	margin: 0 auto;
	text-align: left;
	padding-left: 50px;
	padding-right: 22px;
	padding-bottom: 23px;
	clear: both;
}

#nav 
{
	background-image:url(images/nav-bg.png);
	width: 692px;
	margin: 0 auto;
	text-align: left;
	line-height: 150%;
	height: 30px;
	padding-left: 51px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 0.9em;
}

ul.nav 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
}
	
ul.nav li 
{
	display: block;
	float: left;
}

ul.nav li a 
{
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 30px;
	color: #fff;
	text-decoration: none;
}

ul.nav li a:visited 
{
	color: #fff;
}

ul.nav li a:hover 
{
	text-decoration: underline;
}

ul.nav li a.nav-active-home, ul.nav li a.nav-active-news,  ul.nav li a.nav-active-services, ul.nav li a.nav-active-webhosting, ul.nav li a.nav-active-faq, ul.nav li a.nav-active-contact
{
	color: #5EB01A;
	font-weight: bold;
	cursor: default;
}


ul.nav li a.nav-active-home:visited
{
	color: #5EB01A;
}

ul.nav li a.nav-active-home:hover, ul.nav li a.nav-active-services:hover, ul.nav li a.nav-active-webhosting:hover, ul.nav li a.nav-active-support:hover, ul.nav li a.nav-active-contact:hover, ul.nav li a.nav-active-articles:hover, ul.nav li a.nav-active-faq:hover, ul.nav li a.nav-active-order:hover
{
	text-decoration: none;
}

#header 
{
	width: 693px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: left;
	padding-left: 53px;
	padding-bottom: 0;
}

h1
{
	font-size: 1em;
	margin: 0px;
	padding-top: 15px;
	color: black;
	text-transform: uppercase;
	border-bottom:1px solid #E5E5E5;
}
	
h2
{
	font-size: 0.95em;
	color: #404040;

}
	
h3
{
	font-size: 0.85em;
	margin-top: 20px;
	text-transform: uppercase;
}

p
{
	font-size: 0.95em;
	margin-right: 30px;
}

.smallimg
{
	float: left;
	margin: 0px 30px 15px 0px;
	clear: both;
	
}
.featureimg
{
	text-align: center;
	margin: 15px auto;
	margin-left: -20px;
	clear: both;
}


.form 
{ 
	display: block; 
	width: 250px;
	float: right; 
	vertical-align: bottom;
	clear: both;
	font-size: 10px;
}

.date
{
	font-size: 0.8em;
	color: #565657;
	margin-top: -10px;
}

#footer a:visited
{
	color: gray;
}	

#footer
{
	font-size: 0.8em;
	text-align: center;
	background-image:url(images/footer.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	width: 743px;
	margin: 0 auto;
	height: 72px;
}

