body {
	color: #FFF;
	font-family: 'Trebuchet MS', tahoma, arial, sans-serif;
}

/* Fonts and Stuff
----------------------*/

a, a:active {
	color: #6CF;
	text-decoration: none;
}
a:visited {
	color: #C9F;
}
a:hover {
	text-decoration: underline;
}
h1 {
	border-bottom: 1px solid #999;
	font-weight: normal;
	font-size: 25px;
}
h2 {
	font-weight: bold;
	font-size: 20px;
}
img {
	background: #999;
	border: 1px solid #BBB;
	padding: 5px;
}

/* Tables */

table {
	background: #555;
	border: 1px solid #999;
	padding: 3px;
	margin: 3px;
	border-collapse: collapse;
}
tr, td {
	border: 1px solid #666;
	padding: 3px;
}
.header {
	border-top: #BBB;
	background: #777 !important;
	border-bottom: #BBB;
	font-weight: bold;
}

/* Layout Stuff
----------------------*/

#wrapper {
	width: 100%;
	height: 100%;
	max-height: 1139px;
	max-width: 1600px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000 url('images/indexbg2.jpg') no-repeat top center;
	min-width: 550px;
}
#footer {
	background: transparent url('images/footerbg.png') no-repeat right center;
	height: 140px;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0px;
	z-index: 10;
	color: #FFF;
}
#footercontent {
	margin-top: 30px;
	margin-left: 50px;
}
#footerbg {
	background: #999;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	height: 140px;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0px;
	z-index: 9;
}
#leftbar {
	background: transparent;
	height: 100%;
	width: 240px;
	position: absolute;
	top: 0px;
	left: 10px;
}
#leftbarbg {
	background: #999;
	height: 100%;
	width: 240px;
	position: absolute;
	top: 0px;
	left: 10px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#leftbarcontent {
	margin: 5px;
	margin-left: 0;
}
#leftbarcontent ul {
	list-style-type: none;
	margin-left: 0;
	font-size: 16px;
}
#leftbarcontent li {
	margin-bottom: 3px;
	padding: 2px;
	padding-right: 15px;
}
#leftbarcontent li:hover {
	cursor: pointer;
	background: url('images/white_arrow_left.png') center right no-repeat;
}

#mainbgspacer {
	background: #999;
	position: absolute;
	top: 100px;
	left: 260px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 11;
	display: none;
}
#mainbg {
	background: #999;
	position: absolute;
	top: 100px;
	left: 270px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 11;
	display: none;
}

#main {
	position: absolute;
	top: 105px;
	left: 275px;
	margin: 5px;
	background: none;
	z-index: 50;
}

#adspace { 
	position: absolute;
	top: 0px;
	left: 275px;
	height: 90px;
	width: 768px;
	z-index: 10000;
}

.infopanel {
	display: none;
	margin: 0;
	background: #000;
	width: inherit;
	height: inherit;
	position: relative;
	z-index: 60;
	opacity: 0;
	-moz-opacity: 0;
	padding: 4px;
	filter: alpha(opacity=0);
	overflow: auto;
	border: 1px solid #000;
}

/* Element Classes
----------------------*/

.sidenote {
	clear: both;
	float: right; 
	text-align: center; 
	background: #666; 
	border: 1px solid #999;
	padding: 5px; 
	width: 250px;
	margin: 3px;
}

.hoverpoint:hover {
	cursor: pointer;
}
.full {
	width: 97%;
}
image.full {
	width: 90% !important;
}
.indent {
	margin-left: 5px;
}
