body{
	background-color: #000;
	font-size: .8em;
	behavior:url("/htc/csshover.htc");
}
*{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
}
table, tr, td, img{
	border: none;
}
input{
	border-width: 1px;
	border-color: #333;
}
h1, h2{
	font-size: 2.6em;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -.04em;
}
em{
	font-weight: bold;
}
h1{
font-size: 1.6em;
color: #a7711e;
}
h3{
	font-size: 1.3em;
}
h1, h2, h3{
	font-weight: bold;
	font-style: italic;
}
p{
	margin-bottom: 1em;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
p a{
	text-decoration: underline;
}
#content ul{
	margin-bottom: 1em;
}
li{
	font-weight: bold;
	color: #444;
}
a, a:hover, a:visited{
	color: #999;
}
.preload, .print_only{
	display: none;
}




/* Button */
a.button{
	border: 1px solid #7f7650;
	float: left;
	background-color: #fbf8e3;
	font-size: 200px;
}
a.button:hover{
	background-color: #e3dfbf;
}
a.button img{
	margin: 2px;
}
a.button:hover img{
	margin: 3px 1px 1px 3px;
}


.clear{
	clear: both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Banner */
#logo{
	margin: 0;
	padding: 0;
	height: 60px;
	background: transparent url(/images/logo.gif) top left no-repeat;
}
#header_text{
	position: absolute;
	top: 0;
	right: 30px;
	font-size: 1.2em;
	color: #bbb;
}

#main_nav{
	margin-top: 10px;
	text-align: left;
/*padding-left: 8em;*/
}
#main_nav li{
	display: inline;
}
#main_nav li a{
	margin: 0 .1em;
	padding: .3em 0;
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	letter-spacing: .05em;
}
#main_nav li a:hover{
	border-bottom: 1px solid #555;
}
#main_nav li.selected a{
	border-bottom: 1px solid #d48000;
}
#main_nav li.selected a:hover{
	color: #c6b9a6;
}
/* Content */
#content_wrapper{
	position: relative;
	text-align: left;
	width: 880px;
	margin: 0 auto;
	margin-top: 15px;
}

#content{
	padding: 9px 0 0 0;
	position: relative;
	color: red;	
}
#content .section{
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #333;
	background: #111 url(/images/bg_section.gif) top left repeat-x;
}
* html #content .section{
	background: none;
}


#page_footer_text{
	position: relative;
	text-align: center;
	width: 780px;
	margin: 0 auto;
	padding-top: 33px;
	padding-left: 4px;
}
#page_footer_text p{
	margin-bottom: 0;
}
#loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/pngbg/000000-40.png);
}
#loading div{
	background: url(/images/loading.gif) no-repeat 50% 50%;
	width: 100%;
	height: 100%;

}
#powered-by{
	position: relative;
	text-align: right;
	width: 880px;
	margin: 0 auto;
	color: #555;
}
#powered-by a{
	color: #333;
}






