/* CSS Document */

* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	text-align: center;
	background-color: #FF9900;
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 800px;
	height: 600px;
	text-align: left;
	background-color: #000000;
}
#header{
	background-image: url(images/header.jpg);
	height: 145px;
	width: 800px;
	left: 0px;
	top: 0px;
}

#sidebar{
	background-image: url(images/sideFire.jpg);
	margin-top: 145px;
	position: absolute;
	width: 166px;
	height: 455px;
	background-color: #FFFFFF;
}
#sidebar li{
	
	list-style-type: none;
}
#sidebar a {
	
	margin-left: 8px;
	background-image: url(images/buttonOff.jpg);
	height: 20px;
	width: 146px;
	position: absolute;
	text-align: center;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover{background-image: url(images/buttonOn.jpg);}
#n1{top: 40px;}
#n2{top: 65px;}
#n3{top: 90px;}
#n4{top: 115px;}
#n5{top: 140px;}
#n6{top: 165px;}
#n7{top: 190px;}

#content{
	position: absolute;
	margin-top: 155px;
	margin-left: 176px;
	height: 445px;
	width: 623px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#content a {
	color: #FF9900;
	text-decoration: none;
	}
#content a:hover {
	color: #FF9900;
	text-decoration: underline;
	}