@charset "utf-8";
/* CSS Document */

/*
=====================================
	Basic Styles 
=====================================
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #000000;	
	color: #ffffff;
}


#container
{
	background: #000022;
	width: 734px;
	padding: 28px;	
	margin: auto;
	border: 4px solid #000000;

}

a img {
	border: none;	
}

a, a:link {
	text-decoration:none;	
	color: #9999ff;	
}

a:hover, a:focus {
	text-decoration:underline;	
}

a:visited{
	color: #6666cc;	
}

.clearfloat {
	clear: both;	
}

.imageleft {
	float: left;
	margin: 0 10px 10px 0;	
}

.imageright {
	float: right;
	margin: 0 0 10px 10px;	
	
}

.imageborder {
	border: #ffffff 1px solid;
}
/*
=====================================
	Banner Stuff
=====================================
*/
h1 {
	/*background: url(images/mainbanner.png);	*/
	width: 790px;
	height: 200px;
	margin: -32px 0 0 -28px;
}

.mainbanner{
	background: url(images/mainbanner.png);	
}

.protobanner{
	background: url(images/protostarbanner.png);	
}

.starbanner{
	background: url(images/starbanner.png);	
}

.oldbanner{
	background: url(images/oldbanner.png);	
}

.remnantbanner{
	background: url(images/remnantbanner.png);	
}


h1 span {
	display: none;	
}

/*
=====================================
	Table of Contents
=====================================
*/
#contents ul {
	padding:0;
	margin: 0;	
}

#contents ul li {
	padding:0;
	margin: 0;	
	border: #ffffff 1px solid;
	/*clear: both;*/
	height: 87px;
	list-style:none;
	overflow: hidden;
}

#contents ul li img {
	float: left;
	margin: 5px 10px 5px 5px; 
	
}

#contents ul li h3 {
	padding: 5px 0 0 0;
	margin: 0;
}

#contents ul li p {
	margin: 10px 5px 0 0;
	/*font-style:italic;*/
	line-height: 1em;
}





/*
=====================================
	Footer
=====================================
*/
#footer {
	text-align: center;
}

/*
=====================================
	Buttons
=====================================
*/

.nextbutton {
	float: right;	
}

.backbutton {
	float: left;	
}
/*
=====================================
	Creative Commons Stuf
=====================================
*/
#cclicense {
	font-size: 10px;
	text-align:center;	
}
