@CHARSET "ISO-8859-1";

/*
html {
	scrollbar-base-color: #393939;
	}
*/

BODY {
	font-family: 'Trebuchet MS', 'Tahoma', 'Verdana', 'Lucida Grande', 'Arial';
	margin: 0px;
	font-size: small;
	background: black;
	color: #626262;
	font-weight: bold;
}

H1 {
	font-size: 1.5em;
	font-weight: bold;
	}
	
H2 {
	font-size: 1.2em;
	}
	
H3 {
	font-size: 1em;
	margin-bottom: 2px;
	}

a {
	color: #F07002;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

#container {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	border: 1px solid #393939;
}

#header {
	height: 151px;
	background: url("../images/950px_banner.jpg") no-repeat;
	border-bottom: 2px solid #393939;
	}
	
#content {
	height: 457px;
	background: url("../images/darkened_background.jpg") no-repeat;
	}	
	
#full_page_content {
	background: url("../images/homePage.jpg") no-repeat;
	min-height: 457px;
	}
	
#left_pane {
	margin-top: 5px;
	float: left;
	width: 463px;
	border: 1px solid #393939;
	margin-left: 5px;
	height: 518px;
	}
	
#right_pane {
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #393939;
	float: left;
	margin-left: 10px;
	width: 463px;
	overflow: auto;
	height: 518px;
	scrollbar-base-color: #393939;
	}

#footer {
	height: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
#footer p,a{
	}	
	
#rollover {
	display: block;
	height: 38px;
	width: 103px;
	background: url("../images/back_button.jpg") 0 0 no-repeat;
	}
	
#rollover span {
	visibility: hidden;
	}	

#rollover:hover {
	background-position: 0 -38px;
	text-decoration: none;
	}