@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#All {
	width: 800px;
	height: 800px;
}

#Header {
	width: 600px;
	height: 230px;
	float:left;
}

#TopBar {
	width: 600px;
	height: 105px;
	float:left
}

#RightBar {
	width: 200px;
	height: 685px;
	float:right;
}

#Footer {
	width: 800px;
	height: 15px;
	/*float:left;*/
/*	clear:left;*/
	background-color: #3D3D3D;
	padding-top:10px;
	padding-bottom: 10px;
}

#FooterLeft {
	width: 465px;
	height: 20px;
	float:left;
	background: url(images/bottomleftb.jpg) left bottom no-repeat;
}

#FooterRight {
	width: 800px;
	height: 20px;
/*	float:right;*/
clear:left;
	background: #3D3D3D url(images/topright.jpg) right top no-repeat;
	vertical-align:top;
	position:relative;
}

#FooterRightB {
	width: 800px;
	height: 20px;
/*	float:right;*/
	background: #3D3D3D url(images/bottomright.jpg) right bottom no-repeat;
	vertical-align:baseline;
	top:20px;
}

#Navigation {
	width: 125px;
	height: 340px;
	float:left;
	background-color:#3D3D3D;
	padding-top: 10px;
}

#Navigation a {
	display: block;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #000000;
	background-color: #3D3D3D;
	text-decoration: none;
	text-indent: 10px;
	height: 18px;
	padding-left: 3px;
	background-image: url(images/off.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#Navigation a:hover {
	background-image: url(images/on.gif);
	color: #000000;
}

#MainContent {
	width: 465px;
	height: 320px;
	float:left;
	padding: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
}

a {
	color: #FFFF00;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

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

h1 {
	font-family: impact, arial black;
	color: #FF0000;
	font-size: xx-large;
	font-weight: normal;
	text-align:left;
}

h2 {
	font-family: impact, arial black;
	color: #FF0000;
	font-size: large;
	font-weight: normal;
	text-align:left;
}
