@charset "utf-8";
/* CSS Document */

body 
{
	background-color:#545454;
	font-family:"Myriad Pro", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:10pt;
	color: #e3e3e3;
	letter-spacing:-1px;

}

img 
{
	border:none;
}

a 
{
	text-decoration: none;
	font-weight: normal;
	color: #e3e3e3;
}

div span
{
	letter-spacing:-2px;
}


a:hover 
{
	text-decoration: underline;
	font-weight: lighter;
	color: #FFFFFF;
}

.site-wrap 
{
	width: 900px; 
	min-height:650px; 
	margin-left:auto;  
	margin-right:auto; 
}

.header-wrap 
{
	width:900px; 
	height:50px; 
}

.body-wrap 
{
	margin-top:3px; 
 	float:left; 
 	width:900px; 
	min-height:400px;
	border-style:solid;
	border-width:10px;
	border-bottom-color:#333333;
	border-left-color:#434343;
	border-right-color:#434343;
	border-top-color:#333333;
}

.footer
{
	float:left;
	height:40px;
	text-align:left;
	word-spacing:normal;
}

.footer p
{
	font-size:9pt;
	float:left;
	padding:0;
	margin-left:0;
	text-align:left;
}

.footer ul
{
	list-style:none;
	padding:0;
	margin:0;
	font-size:11pt;
	padding-top:15px;
	border:none;
}

.footer li
{
	float:left;
	padding-left:5px;
	display:inline;
	text-decoration:none;
}

.subfooter
{
	float:left;
	height:20px;
	text-align:left;
	word-spacing:normal;
	letter-spacing:normal;
	padding-left:8px;
	font-size:8pt;
}

.logo
{
padding-top:15px;
float:right;

}