/*
	global
*/
* {
	padding:0;
	margin:0;
}
body {
	font-family:Georgia;
	font-size:1.0em;
	background-image:url('images/starsbackgrounddark.png');
	margin:0 auto;
	padding:0;
	height:100%;
}

/*
	structure 
*/
div#wrap {
	min-height:100%;
	margin:0 auto;
	width:85%;
	padding-top:40px;
}
div#header {
	background-image:url('images/header-middle.png');
	background-repeat:repeat-x;
	background-position:top left;
	height:149px;
}
div#innerheader {
	background-image:url('images/header-right.png');
	background-repeat:no-repeat;
	background-position:top right;
	height:149px;
}
div#title {
	background-image:url('images/header-left.png');
	background-repeat:no-repeat;
	background-position:top left;
	height:149px;
	padding-top:30px;
	padding-left:30px;
}
div#content {
		background-image:url('images/starsbackgrounddark.png');
}
div#page {
	background-color:#000000;
	width:75%;
	float:left;
	min-height:351px;
	background-image:url('images/page-corner.png');
	background-position:top left;
	background-repeat:no-repeat;
}
div.innerpage {
	padding:7px;
	background-image:url('images/page-corner-bottom.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	min-height:627px;
}

div#sidebar {
	width:25%;
	float:left;
	margin-top:75px;
}
div.picture { 
	background-color: #000000;
	padding: 3px;
	font: 1.3em garamond, sans-serif;
	float:right;
	 margin: 5px 5px 8px 8px;
}


/*
	nav
*/
div#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#sidebar ul li {
}
div#sidebar ul li a {
	background-color:#000000;
	background-image:url('images/button-side-inactive.png');
	background-repeat:no-repeat;
	background-position:top right;
	color:#FFFFFF;
	display:block;
	padding:16px 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:0.9em;
	
}
div#sidebar ul li a:hover {
	background-color:#000000;
	background-image:url('images/button-side.png');
	background-repeat:no-repeat;
	background-position:top right;
	
}



/*
	headers
*/
h1 {
	color:#ffffff;
	font-size:2.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;

}
h2 {
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0;
	margin:-10px 0 0 0;
}

h3 {
	font-size:1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-weight:normal;
}



/*
	links
*/
a {
	color:#ffffff;
}
a:hover {
	color:#ffffff;
}
div#sidebar ul li a.selectedhome, div#sidebar ul li a.selectedhome:hover {
	background-color:#000000;
	background-image:url('images/button-home.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#FFFFFF;
}
div#sidebar ul li a.selectedtours, div#sidebar ul li a.selectedtours:hover {
	background-color:#000000;
	background-image:url('images/button-tours.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
div#sidebar ul li a.selectedclasses, div#sidebar ul li a.selectedclasses:hover {
	background-color:#000000;
	background-image:url('images/button-classes.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
div#sidebar ul li a.selectedsupernovae, div#sidebar ul li a.selectedsupernova:hover {
	background-color:#000000;
	background-image:url('images/button-supernovae.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
div#sidebar ul li a.selectedcontact, div#sidebar ul li a.selectedcontact:hover {
	background-color:#000000;
	background-image:url('images/button-contact.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
div#sidebar ul li a.selectedbio, div#sidebar ul li a.selectedbio:hover {
	background-color:#000000;
	background-image:url('images/button-bio.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
div#sidebar ul li a.home:hover {
	background-color:#000000;
	background-image:url('images/button-home.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
div#sidebar ul li a.tours:hover {
	background-color:#000000;
	background-image:url('images/button-tours.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
div#sidebar ul li a.classes:hover {
	background-color:#000000;
	background-image:url('images/button-classes.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
div#sidebar ul li a.supernovae:hover {
	background-color:#000000;
	background-image:url('images/button-supernovae.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
div#sidebar ul li a.contact:hover {
	background-color:#000000;
	background-image:url('images/button-contact.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
div#sidebar ul li a.bio:hover {
	background-color:#000000;
	background-image:url('images/button-bio.png');
	background-repeat:no-repeat;
	background-position:top right;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
/*
	paragraphs
*/
p {
	font-size:0.9em;
	color:#ffffff;
	line-height:2.05em;
	padding-bottom:20px;
}



/*
	footer
*/
div#footer {
	padding:10px 0;
	background-image:url('images/starsbackgrounddark.png');
}
div#footer p {
	text-align:center;
	margin:0;
	padding:0;
}
div#footer p, div#footer a {
	color:#ffffff;
	font-family:georgia, Helvetica, sans-serif;
}



/*
	forms, labels, inputs
*/
input.button {
	font-weight:bold;
	padding:5px 15px;
}
input, textarea {
	padding:5px;
	background-color:#ffffff;
	border:1px solid #dddddd;
}
label {
	font-weight:bold;
}
form input.formbutton {
	background-color:#000000;
	color:#393939;
	font-weight:bold;
	padding:5px 10px;
}



/*
	tabbles
*/
table {
	width:100%;
	font-size:0.9em;
}
table tr th {
	color:#ffffff;
	background-color:#000000;
}
table tr th, table tr td {
	padding:5px 10px;
	text-align:left;
}
table tr td {
	border-bottom:none;
}



/*
	lists
*/
div.sidebar ul {
	list-style:none;
	padding:0;
	border-top:4px solid #dddddd;
	margin:0 0 20px 0
}
ul {
	margin:0 0 20px 20px;
	padding:0;
	list-style:square;
}
ul li {
	padding:3px 0;
}



/*
	miscs
*/
code {
	border:1px solid #cccccc;
	background-color:#dddddd;
	color:#333333;
	display:block;
	padding:10px 5px;
	margin:10px 0;
}
.clear {
	clear:both; 
}
.right { 
	float:right; 
}
.left  {
	float:left;  
}
*:focus {
	outline:none;
}