
body{
	font-size: .8em;
	margin:0;
	padding:0;
	background: #000;
}
p,h1,h2,h3,h4,h5,h6,ul,li,table,div,span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #fff;
}
h1,h2,h3{
	font-weight: bold;
	margin-bottom: 1em;
}
ul{
	margin-bottom: 1em;
}
ul li{
	margin-left: 2em;
}
table{
	border: 1px solid #ccc;
}
table th, table td{
	padding: 2px 10px;
}
table th{
	font-weight: bold;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}
#content_wrapper{
	width: 900px;
	margin: 0 auto;
	padding-top: 94px;
	position: relative;
}
#banner_wrapper #header_text{
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 170%;
	color: #999;
}
#client_login_form{
	display: none;
	text-align: right;
	margin-bottom: 5px;
}
#client_login_form input.email{
	width: 250px;
}
#loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/pngbg/ffffff-40.png);
}
#loading div{
	background: url(/images/loading.gif) no-repeat 50% 50%;
	width: 100%;
	height: 100%;

}
#footer{
	width: 900px;
	margin: 60px auto 5px;
}
#footer .powered_by{
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #666;
}
#footer .powered_by a{
	color: inherit;
	text-decoration: none;
	
}
#footer .powered_by a:hover{
	text-decoration: underline;
}
#copyright{
	color: #666;
	position: relative;
}
#copyright span{
	position: absolute;
	top: 0;
	left: 1.1em;
	color: inherit;
}


