body {
background-color: #000;
}
body,p {
color: #FFCA3A;
Font-size: 11pt;
font-family: Windsor;
font-weight: bold;
}

html {
scrollbar-face-color: #EC9311;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-highlight-color: #FFDE5A;
scrollbar-3dlight-color: #FAB722;
scrollbar-shadow-color: #A31805;
scrollbar-darkshadow-color: #3B0A06;
}

a {
color: #f7cd85;
}

A:visited {
color: #f7cd85;
}

a:hover {
color: #f7cd85;
text-decoration: none;
}

a:active {
color: #f7cd85;
}

.net {
color: #E79316;
Font-size: 20pt;
text-decoration: underline;
}

h1 {
color: #f7cd85;
Font-size: 34pt;
font-family: Windsor;
font-weight: bold;
}

h2 {
color: #E79316;
Font-size: 26pt;
font-family: Windsor;
font-weight: bold;
}

h3 {
color: #b7250c;
Font-size: 18pt;
font-family: Windsor;
font-weight: bold;
}

h4 {
color: #b7250c;
Font-size: 14pt;
font-family: Windsor;
font-weight: bold;
}

input {
font-family: Windsor;
font-size: 11pt;
font-weight: bold;
color: #3B0A06;
background: #FFD148;
border-width: medium;
BORDER-BOTTOM-color: #FAB722;
BORDER-LEFT-color: #FAB722;
BORDER-RIGHT-color: #FAB722;
BORDER-TOP-color: #FAB722;
}

input.passwd {
font-family: Times New Roman;
border-style: none;
background: #D06310;
}

select {
background: #D06310;
}

#nav a, #nav2 a {

	display: block;
	width: 84px;
	color: #000;
	text-decoration: none;
	line-height: 21px;
	overflow: hidden;
}

#nav a, #nav2 a {

	background-image: url(fire-yellow/button.jpg);
	background-position: 0px 0px;

}

#nav a:hover, #nav2 a:hover {

	background-position: 0px -21px;

}

#nav a:active, #nav2 a:active {

	background-position: 0px -42px;

}

.fill {

	width: 100%;
	height: 100%;

}

/* #################################################### OLD LOOK */

.oldlook {

	margin: 60px 0px 120px 0px;
	padding: 0px;
	overflow: auto;
}

.topfire {

	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 100%;

}

.bottomfire {

	position: absolute;
	left: 0;
	bottom:0;
	height: 120px;
	width: 100%;
}

.leftfire {

	overflow: hidden;
	float: left;
	width: 10%;
	height: 100%;

}
.rightfire {

	overflow:hidden;
	float: right;
	width: 10%;
	height: 100%;

}

.mainarea {

	overflow: auto;
	height: 100%;

}

.navhold {

	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	height:70;

}

.nav2 {

	width: 500;
	
}

.navmain {
	float: left;
	background-color: #000;
	width: 470;
	padding-top: 4px;
	padding-bottom: 4px;
}

.navleft {
	width: 14;
	height: 70;
	background-image:url(shared/left.gif);
	float: left;
}

.navright {
	width: 14;
	height: 70;
	background-image:url(shared/right.gif);
	float: left;
}


#nav2 ul {


	list-style: none;
	background-color: #000;
	padding: 0;
	border: 0;
	margin: 0;
}

#nav2 li {

	float: left;
	text-align: center;
	padding: 5;
}


/* #################################################### NEW LOOK */


.newlook {

	background-image:url(fire-yellow/upper.jpg);
	background-repeat:no-repeat;
	background-position: top left;

}

.nav {
	position: absolute;
	top: 80;
	left: 20;

}

.navtop {
	width: 110;
	height: 12;
	background-image:url(shared/top.gif);
	Font-size: 1pt;
}

.navbottom {
	width: 110;
	height: 12;
	background-image:url(shared/bottom.gif);
	Font-size: 1pt;
}

.title {

	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	Font-size: 50pt;

}

.content {

	position: absolute;
	top: 150;
	left: 0;
	background-image:url(fire-yellow/side.jpg);
	background-repeat:no-repeat;
	background-position: 0px 65px;
	padding-left: 160;

}

#nav ul {


	list-style: none;
	background-color: #000;
	padding-right: 9;
	padding-left: 9;
	border: 0;
	margin: 0;
}

#nav li {

	padding: 4;
	text-align: center;
}



div.hr {
	height: 28px;
	background: #000 url(fire-yellow/line.jpg) no-repeat scroll center;
}
div.hr hr {
  display: none;
}




