/*background: #FFCC66 url("butterfly.gif") no-repeat fixed right bottom;
 [background-color] | [background-image] | [background-repeat] | [background-attachment] | [background-position]

font: italic bold 30px arial, sans-serif;
font-style | font-variant | font-weight | font-size | font-family
*/

/**************** Navigation  ****************/ 
body{
	height: 100%;
}

#site_page {
	float:left;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	height: auto;
	height: 100%;
	max-width: 1200px;
	background-color: #f4eace;
	background-image:url(../images/sidebar_background.gif);
	background-repeat:repeat-y;
}
#site_content {
	position: absolute;
	padding: 0 0 20px 0; /*top right bottom left*/
	margin-top: 105px;
	margin-left: 235px;
	height: auto;
	height: 100%;
	left: 5px;
	top: 96px;
	width: 700px;
} 
#footer {
	margin-left: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	color:#FFCC00;
	width: 100%;
	max-width: 1200px;
	background-color:#000000;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;

}

body{
	background-color:#000000;
	margin: 0;
	padding: 0;

}

p{
	margin-top: 0;
	margin-bottom: 6px;
	padding-top: 0;
	padding-bottom: 0;
}

ul {
	margin-left: 0;
	margin-top: 0;
	padding-left: 1.5em;
}

li {
	padding-bottom: 5px;
	list-style-position:outside;

} 

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	
}
h1.header {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
}
h2.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003399;
}



.mainlinks {
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
