* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(img/universe_bg.jpg) center top no-repeat;
	font: normal 0.7em Helvetica,Arial,sans-serif;
	color: #999;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}

h1 {
	color: #CCC;
	font: normal 1.0em sans-serif;
	text-transform:uppercase;
	margin: 6px 0 4px 0;
}

.button {
	font: normal 1.3em Arial,sans-serif;
	color: #000;
	letter-spacing:1px;
	text-transform: none;
	padding: 5px;
	background-color: #8F8F8F;
	border: 0px solid #000
}
.button:hover {
	background-color: #717171
}

.imgborder {filter: none; background: none; border: 1px solid #2C2924;}

/* newsletter */
.newsletter {
	font: normal 1.3em Helvetica,Arial,sans-serif;
	color: #CCC;
	letter-spacing: 3px;
	text-transform:none;
	padding: 5px;
	border: 2px solid #2C2924;
	margin: 0px 0px 0px 0px;
	background: #111;
	text-align: right;
}

/* wrapper */
#wrapper { 
 margin: 0 auto;
 width: 820px;
}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}

/* naviup */

#naviup a:link, #naviup a:visited {
	float: left;
	font: normal 0.8em Helvetica,Arial,sans-serif;
	color: #907C19;
	text-decoration: none;
	text-transform:none;
	letter-spacing:0px;
	height: 14px;
	margin: 0 10px 4px 10px;
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	}

#naviup a.active:link, #naviup a.active:visited, #naviup a:hover {
	border-bottom: 4px solid #FFF;
	padding-bottom: 2px;
	background: #000;
	color: #907C19;
	}

#naviup {
 float: left;
 width: 820px;
 color: #000;
 padding: 0px;
 border: 0px solid #CCC;
 margin: 0px 0px 0px 0px;
 font: normal 0.6em Helvetica,Arial,sans-serif;
 color: #000;
 text-transform:uppercase;
 letter-spacing: 1px;
}


/* navimid */
#navimid {
	font: normal 0.8em Helvetica,Arial,sans-serif;
	color: #888;
	letter-spacing: 1px;
	float: left;
	width: 800px;
	padding: 10px;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	background: #000; 
}
#navimid a {
	color: #888;
	padding: 0px 0 0 0px;
	text-decoration: none;
	text-transform:none;
	letter-spacing: 1px;
}
#navimid a:hover {background: none; color: #FFF; text-decoration: none;}

/* navidown */
#navidown {
	font: normal 0.7em Helvetica,Arial,sans-serif;
	float: left;
	width: 820px;
	color: #FFF;
	padding: 0px;
	border: 0px solid #2C2924;
	margin: 0px 0px 0px 0px;
	background: #none;
}
#navidown a {
	color: #999;
	padding: 6px 0 0 10px;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
}
#navidown a:hover {background: none; color: #FFF; text-decoration: none;}


/* header */
#header {
 color: #000;
 width: 820px;
 float: left;
 padding: 0px;
 border: 0px solid #CCC;
 height: 180px;
 margin: 0px 0px 0px 0px;
}


/* infobox */
.infobox {
	font: normal 0.7em Helvetica,Arial,sans-serif;
	width: 25%;
	color: #FFF;
	padding: 10px;
	border: 1px solid #2C2924;
	margin: 0px 0px 0px 0px;
	background: #0E0E0E;
}


/* leftcolumn */
#leftcolumn { 
 color: #888;
 border: 1px solid #2C2924;
 background: #030503;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 310px;
 width: 250px;
 float: left;
}
#leftcolumn a {
	color: #CCC;
	font-family:Arial,sans-serif;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
	border-bottom:1px #483A31 solid;
}
#leftcolumn a:hover {background: none; color: #FFF; text-decoration: none;}
#leftcolumn .descr {
	color: #444;
	margin-top: 6px;
	margin-bottom: 4px;
}

/* content */
#content {
	float: right;
	color: #777;
	border: 1px solid #2C2924;
	background: #030503;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 310px;
	width: 520px;
	display: inline;
}
.content {
	color: #999;
	font-family: Helvetica,sans-serif;
	line-height: 1.0em;
	padding: 0 10px 10px; 
}
#content a {
	color: #CCC;
	font-family:Arial,sans-serif;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
	border-bottom:1px #483A31 solid;
}
#content a:hover {background: none; color: #FFF; text-decoration: none;}

.content p {
	margin: 4px 0 10px 0;
}

#content .descr {
    font: normal 0.8em;
	color: #907C19;
	margin-top: 6px;
	margin-bottom: 4px;
}

/* footer */	
#footer {
	width: 820px;
	clear: both;
	font: normal 0.8em Arial,sans-serif;
	color: #444;
	border: 0px solid #CCC;
	background: #none;
	margin: 0px 0px 0px -10px;
	padding: 10px;
	text-align: right;
}

#footer a:link, #naviup a:visited {background: #none; color: #444; text-decoration: none;}
#footer a:hover {background: #none; color: #777; text-decoration: none;}