
/* layout
------------------------------------------------------------------ */
body {
background: #b3b3a7 url(backgray.jpg) bottom left fixed repeat-x;
	font-family: "Trebuchet MS" , trebuchet, arial, sans-serif;
	font-size: 69%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
}

#universe {
width: 576px;
margin: 0px auto;
background: url("description.jpg") repeat-y right;
}


#header {
background: #fff;
}

#slideshow {
background:  #cccc99;
width: 576px;
height: 230px;

}



#descriptions {
padding: 20px;
width: 576px;
}



/*   text
------------------------------------------------------------------- */



/* links
-------------------------------------------------------------------- */

a:link {
font-size: 1.0em;
	line-height: 2em;
color: #003366;
text-decoration: none;
text-align: right;

}

a:visited {
font-size: 1.0em;
	line-height: 2em;
color: #0066cc;
text-decoration: none;

}


a:hover {
font-size: 1.0em;
	line-height: 2em;
color: #ff3300;
text-decoration: underline;

}




		
/*typography*/

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 0em 0em 0em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 0em 0em 0em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 0em 0em 0em 0em;
	font-weight: normal;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.7em;
	margin: 0em 0em 1.2em 0em;
	width: 65%;
	}

.narrow{ /* easier to read paragraphs */
	line-height: 1.5em;
	}
	
	

strong, b {
	font-weight: bold;
	}

