@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#fff;
	background:url(../images/bg.jpg) repeat-x center top #000;
}
h1{
	color:#6AA4BA;
	font-size:22px;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2{ 	
	font-size:18px;
	font-weight:bold;
}
h3{
	font-size:16px;	
	font-weight:bold;
}
h4{
	font-size:14px;
	font-weight:bold;
}
strong{
	/*color:#6872B9; this is purple */
	color:#EF6AAC;
	font-size:14px;
	font-weight:bold;
	}
#wrapper{
	text-align:center;
	width:867px;
	margin:0px auto;
}
#header{
	background:url(../images/header.jpg) no-repeat;
	height:226px;
	position:relative;
	text-align:left;
	margin:0px;
}
/*#topnav{} this will be in the menus.css */
/*#container{}*/
#text_container{
	line-height:17px;
	text-align:left;
	width:866px;
	padding:10px 15px;
	height:auto !important;
	_height:500px;
	min-height:500px;
	padding-top:150px;
	
}
#text_container a {
	color:#EF6AAC;
	text-decoration:underline;
}
#text_container a:hover{
	text-decoration:none;	
	}
#text_container img{
		padding:10px;
		float:left;
}
#credits{
	text-align:center;
	width:867px;
	margin:0px auto;
}
#credits a{
	color:#fff;
	text-decoration:none;
	}
	#credits a:hover{
		color:#0070DE;
	}
.nofloat{
		float:none;
}
	
#warning{
	height:auto !important;
	min-height:50px;
	width:60%;
	border:3px solid #ff0000;
	background-color:#000;
	color:#fff;
	opacity:0.7;
	font-size:14px;
	font-weight:bold;
}
#images_300{
	width:300px;
	padding:10px 18px 10px 10px;
	float:left;
	margin-left:-20px;
	
}
	#images_300 img{
		padding-bottom:10px;
	}
	#images_300 img a{
		border:none;
	}
#home_img{
	float:right;	
	padding:0px;
	}
.book{
	float:left;
	width:400px;
	padding:0px;
}
.book img{
	padding:10px;
}
.book p{
	padding-left:15px;
}
.clear{clear:both;}
.planets_align{padding-top:25px;}