body {
	background : #000 repeat url(/img/newstars.jpg);
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        height: 100%;
}

a {
	color : #002c7c;
	text-decoration : underline;
}

#frame {
	background: no-repeat left top url(/img/planet.jpg);
	width: 100%;
	min-height: 400px;
}

#content {
	clear: both;
	width: 100%;
        min-height: 400px;
	padding-left: 96px;
}

#top {
	color: #fff;
	margin: 0;
	vertical-align: bottom;
	height: 125px;
}

#top #title {
	float: left;
	display: block;
	margin: 0;
}

#top a {
	color: #fff;
	text-decoration: none;
}

#top #details {
	position: relative;
	text-align:right;
	right: 20px;
	top: 28px;
	color: #fff;
	float: right;
}

#top #details a {
	font-variant: small-caps;
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid #1f3e64;
	background: #111;
}

#top #details a:hover {
	background: #222;
	border-color: #366db3;
}

#sidebar {
	width: 175px;
	margin-top: 0;
	padding: 20px 20px 10px 10px;
	min-height: 400px;
	background: #2A313B no-repeat right top url(/img/dir.gif);
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	vertical-align: top;
}

#sidebar .hdr {
	font-variant: small-caps;
	border-bottom: 1px solid #000;
}

#sidebar ul {
	list-style: none none;
	padding-left: 25px;
}

#sidebar ul li {
	margin-left: 0;
	padding-left: 0;
	text-indent: -15px;
}

#sidebar a {
	text-decoration: none;
	color: #85ddff;
}

#sidebar a:hover {
	text-decoration: none;
	color: #06b0ff;
}

#articles {
	padding: 20px 20px 20px 40px;
	background: #9AA0AC no-repeat left top url(/img/graycorner.gif);
	color: #000;
	border-right: 1px solid #000;
	vertical-align: top;
        min-height: 400px;
}

.nicedate {
	font-size: small;
	color: #666;
}

#footer {
	padding: 7px;
	text-align: center;
}

#footer a {
	font-variant: small-caps;
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid #1f3e64;
	background: #111;
	color: #fff;
}	

#footer a:hover {
	background: #222;
	border-color: #366db3;
}

.field {
	border: 1px solid #000;
}

.field2 {
	display: none;
}
