/* stylesheet for planet */


* {
	margin: 0;
	padding: 0;
	}
	
body {
	text-align: center;
	background-color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	}

#container {
	width: 842px;
	padding-right: 2px;
	/* border: 1px solid #10AEFF; */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

img {
	border-width: 0px;
	margin: 0px;
	}
	
#home-image {
	text-align: center;
	}

#home-menu {
	display: none;
	}
		
/* ------ Navigation styles --------- */

#nav-container {
	width: 842px;
	padding-right: 2px;
	/* border: 1px solid #10AEFF;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
#top-half {
	width: 840px;
	height: 400px;
	}
	
#top-left-column {
	width: 300px;
	height: 400px;
	float: left;
	}
	
#title-bar {
	width: 300px;
	height: 50px;
	background-color: #000;
	}
	
#top-text {
	position: relative;
	width: 240px;
	height: 350px;
	padding-left: 50px;
	padding-right: 10px;
	text-align: right;
	vertical-align: bottom;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #000;
	}

.text-block {
	position: absolute;
	bottom: 0px;
	left: 75px;
	width: 215px;

	text-align: right;
	font-size: 11px;
	line-height: 1.5em;
	background-color: #000;
	}

.text-title {
	color: #6c0;
	font-weight: bold;
	}

.text-description {
	color: #c63;
	}

.blue-text, .blue-text a {
	color: #10AEFF;
	}

.blue-text a:hover {
	color: #00f;
	}
					
#top-right-column {
	width: 540px;
	height: 400px;
	float: right;
	background-color: #000;	
	font-size: 14px;
	color: #ff9;
	}
			
#previous-next {
	width: 540px;
	height: 30px;
	padding-left: 300px;
	background-color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 2.2em;
	color: #36c;
	}	
	
.previous a,
.next a {
	color: #36c;
	text-decoration: none;
	}

.previous a:hover,
.next a:hover {
	color: #00f
	}
		
.vert-line {
	color: #960;
	}
	
	
#bottom-half {
	width: 840px;
	height: 210px;

	}

#bottom-left-column {
	position: relative;
	width: 290px;
	height: 210px;
	float: left;
	padding-right: 10px;
	background-color: #000;
	}

.bottom-text-block {
	width: 240px;
	padding-left: 50px;
	text-align: right;
	font-size: 12px;
	line-height: 1.5em;
	color: #c63;
	}
	

		
#bottom-right-column {
	width: 540px;
	height: 210px;
	float: right;
	background-color: #630;
	font-size: 13px;
	color: #ff9;
	}