/* sets margin and padding to 0 on EVERYTHING 
	sets font and color */
* {
	margin: 0;
	padding: 0;
	font-family: Arial;	
	}

* a:link {
	color: #69E;			/* make text blue */
	text-decoration: none;	/* turn off underlining */
	}
	
* a:visited {
	color: #36E;			/* make text blue */
	text-decoration: none;	/* turn off underlining */
	}	

* a:hover{
	text-decoration: overline underline;	/* turn off underlining */
	}

* img {
	border: 0;				/* turn off borders if they are on (on graphics, usually a href) */
	}
	
/* cascades so that each level of indent of a list will result in smaller text
	thus gradually getting smaller as you get more levels deep */
* ul {
	list-style-type: circle;
	}
	
/* indents the list items */
* li {
	padding-left: 1ems;
	margin-left: 20px;
	}

* p {
	white-space: normal;
	text-align: justify;
		}
#main .contentitem img {
	margin-bottom: auto;
	margin-left: 12px;
	float: right;
}


.bolded {
	font-weight: bold;
	}

/* body declarations */

body {
/*	width: 760px;  */
	background: url(images/theaterscreen.gif) no-repeat right top #080F15;
	margin-left: 12px;
	margin-top: 12px; 
	margin: 12px;
	font-size: 0.9em;
	}	

/* major page section definitions */	

#header {
/*	background: url(images/print2.gif) no-repeat right top; */
	margin: 12px 12px 12px 12px;
	width: 635px;
	height: 125px;
	}
	
#contents {
	position:absolute;
	color: #eee;
/*	left: 150px;
	top: 15px; 
	width: 300px;

*/
	left: 680px;
	top: 200px; 
	width: 170px;

/*	background:  url(images/white_upper_right.gif) no-repeat right top;
	border-left: 1px solid black;	
*/	}
	
#main {	
	background:  url(images/blue_upper_right.gif) 	no-repeat right top;
	width: 650px;
	border: 1px solid white;
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 12px; 
	font-size: 0.9em;
	color: white;
	}
	
#footer {
/*	clear: both;
	background: url(../../images/white_top_left.gif);
	margin-top: 12px;
	margin-left: 220px;
	margin-right: 12px;
	font-size: 0.8em;
*/	
	}


/* section definitions that lend meaning AND cause background graphics */
	
#header h1 {
	align:top;
	color:white;
	margin-top: 17px;
	margin-bottom: 17px;
	margin-left: 17px;
	height: px;
	}
	
#header h2 img {
	margin-top: 0px;
	margin-left: 17px;
	}


/* main nav stuff -------------------------------------------------------------------------------------- */

#contents a:link {
	color: #6cf;
	}
	
#contents a:hover {
	color: #0fc;
	}

#contents a:visited {
	color: #4bd;
	} 

#contents h2 {
	color: #fff;
	font-size: 1.2em;
	padding-left: 17px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	}

#contents .header {
	color: #FFF;
	width:165;
	font-size: .8em;
	margin: 0px 0px  5px 0px;
	padding: 0.2em;	
	background: #777 url(images/blue_lower_right.gif) no-repeat right bottom;
	}

#contents .header a {
	color: #FFF;
	}
	
#contents .chapters {
	font-size: .8em;
	padding: 0.2em;
	overflow: auto;
	height: 300px;
	border-bottom: 1px solid black;
	}

/* main content stuff ---------------------------------------------------------------------------------- */
#main .contentheader {
	color: #000031;
	font-size: 1.2em;
	margin: 0px 250px 12px 0px;
	padding: 0.2em;	
	background: #FFF url(images/blue_lower_right.gif) no-repeat right bottom;
	}

#main h2 {
	color: #009;
	}
#main .contentleadin {
	color:#FFFFFF;
	background: url(images/blue_upper_left.gif) no-repeat left top;
	border: 1px solid #69E;
	margin: 12px 12px 12px 12px;
	padding: 10px;
	font-size: 1em;
	}

#main .contentitem {
	color:#FFFFFF;
	background: url(images/blue_upper_left.gif) no-repeat left top;
	border: 1px solid #69E;
	margin: 12px 12px 12px 12px;
	padding: 10px;
	font-size: 1em;
	}
#main .end{
	background: url(images/blue_lower_right.gif) no-repeat right bottom;
	}	
#main td{
	color:#FFFFFF;
	font-size: .9em;
	}

#main h3 {
	color: #69E;
	}

#main .boxfoot_outer {
	margin-top: -6px;
	display:block;
/*	border-bottom: 1px solid white; */
	background: url(images/white_lower_left.gif) no-repeat left bottom;
	}

#main .footer_inner {
	background: url(images/white_lower_right.gif) no-repeat right bottom;
	}

#footer ul li {
	float: right;
	padding-left: 15px;	
	background: url(../../images/bullet_line.gif) no-repeat left center;
	}
	

#footer .boxfoot_outer {
	margin-top: -6px;
	display:block;
	height: 12px;
	background: url(../../images/white_bottom_left.gif) no-repeat left bottom;
	}
	
#footer .menu {
	width: 650px;
	border: 1px solid white;
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 12px; 
	font-size: 0.9em;

	}
#footer .menu .td {
	color:#FFFFFF;
	border: 1px solid #69E;
	margin: 12px 12px 12px 12px;
	padding: 10px;
	font-size: 1em;
	}
5
