/***************** General Layout *******************/
body {
	background-color: #000000;
	font-family: century gothic;
	font-size: 12px;
	color: #ff823e;
	text-decoration: none;
	scrollbar-DarkShadow-Color:#000000;
	scrollbar-Track-Color:#000000; 
	scrollbar-Face-Color:#000000; 
	scrollbar-Shadow-Color: #000000; 
	scrollbar-3dLight-Color:#000000; 
	scrollbar-Highlight-Color:#000000;
	scrollbar-Arrow-Color:#c15666;
	margin: 0px;
}

 .yellow {
 	color:#f5d053;
	font-family: century gothic;
	font-size: 12px;
 }

 .orange {
 	color:#ff823e;
	font-family: century gothic;
	font-size: 12px;
 }

a:link, a:visited, a:active {
	font-size: 12px;
	color: #f5d053;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

html { 
	overflow: auto;
}

#div-1a {
 position:absolute;
 top:250px;
 left:800px;
}


ul {
 list-style-type: upper-roman;
 list-style-position: inside;
 list-style-image: none;
}
 

input, textarea {
	background-color: #000000;
	font-family: century gothic;
	font-size: 11px;
	color: #ff823e;
	text-decoration: none;
	letter-spacing: .1em; 
	border: 1px solid #f5d053;
}     
input a.link {
	color: #ff823e;
	text-decoration: none; 
}

.dropdown {
	background-color: #c15666;
	font-family: century gothic;
	font-size: 11px;
	color: #ffffff;
	border:1px solid #ffffff;
}



/*********************** Menu ********************/
.nav {
	position:absolute; 
        left:621px; 
        top:360px; 
        width:107px; 
        height:95px; 
        z-index:2;
	background-color: #070108;
	filter:alpha(opacity=50); 
        -moz-opacity:.50; 
        opacity:.50;
}

.anylinkcss{
	padding-top: 9px;
	padding-left: 6px;
	position:absolute;
	visibility: hidden;
	border:0px solid black;
	border-bottom-width: 0;
	width: 107px;
}

.anylinkcss a{
	font-size: 10px;
	text-transform: uppercase;
	color: #968F95;
	text-decoration: none;
	width: 100%;
	border-bottom: 0px solid black;
	text-indent: 5px;
}

.anylinkcss a:hover{
	font-size: 10x;
	color: #050506;
	text-decoration: none;
	filter:alpha(opacity=75); 
        -moz-opacity:.75; 
        opacity:.75;
}

#popitmenu{
	position: absolute;
	background-color: #000000;
	border:1px solid #ff823e;
	font: normal 12px century gothic;
	line-height: 18px;
	color: #ff823e;
	z-index: 100;
	visibility: hidden;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 6px;
	color: #f5d053;
	display: block;
}

#popitmenu a:hover{ /*hover background color*/
	background-color: #251008;
}

hr {
    border:1px solid #ff823e;
    border-style:none none solid;
    color:#ff823e;
    background:#000000;
	width: 100%;
}