/* CSS Document */
body	{
	font: 10pt/15pt Arial, Helvetica, sans-serif; 
	color: black;
	width: auto;
	height: 100%;
	background-color: #33211b;
}

a:link	{
		color: #cc0000;
		text-decoration:none;
	}
a:visited	{
	color:#ff0000;
	text-decoration:none;
}
a:hover {
	color:#571b04;
	text-decoration:none;
}
a:active {
	color: #cc0000;
	text-decoration:none;
}
a.external:link {
	color: #cc0000;
	text-decoration:none;
}
h2  {
	font: 15pt/18pt Arial, Helvetica, sans-serif;  
	color: white;
}
h3	{
	font: oblique bold 13px normal Arial, Helvetica, sans-serif;
	color: white;
}

h4	{
	font: oblique bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
ul {
	margin: 0px;
	padding: 0px;
}


/*site template */



#container {
		margin: 0 auto 0 auto;
		text-align:left;
		width: 1024px;
		height: auto;
}
#header  {
	top:0;
	left: 0;
	background-image:url(../images/header2.jpg); 
	background-repeat: no-repeat; 
	width:1024px; 
	height: 287px;
	
}
#header span	{
	display: none;
	text-indent: -5000 px;
}
#navBar	{
	position: relative;
	background: url(../images/navbarImage.jpg) no-repeat top left;
	width: 1024px;
	height: 59px;
}
#center	{
/*	background: url(../images/contentBar.jpg) repeat top left;
*/	background: url(../moonrise/10192009bgImg.jpg) repeat top left;
	width: 1024px;
	color: white;
	margin-top: -17px;
}
#center h2, h3, h4, p {
	width: auto;
	height:auto;
	overflow:visible;
	padding-left: 45px;
	padding-right: 35px;
}
#flashContainer	{
/*	background: url(../images/flashBackground.jpg) no-repeat top left;
*/	background: url(../moonrise/101909leftSidebar.jpg) no-repeat top left;
	float:left;
	width: 538px;
	height: 508px;
	margin-top: -20px;

}
#sideBar {
/*	background: url(../images/sidebarImage.jpg) no-repeat top left;
*/	background: url(../moonrise/101909rtSidebar.jpg) no-repeat top left;
	float: right;
	width: 486px;
	height: 508px;
	margin-top: -20px;

}
