@charset "UTF-8";
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 200;
	text-transform: uppercase;
	color: #FF8100;
	letter-spacing: 4px;
	text-align: left;
	padding-top: 80px;
	height: 60px;
}
#header a {
	font-family: Helvetica;
	font-size: 16px;
	text-transform: uppercase;
	color: #FF8100;
	text-decoration: none;
	font-weight: bolder;
}
#info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	padding-top: 0px;
	height: 800px;
	width: 930px;
	padding-right: 40px;
	line-height: 14px;
}
#info a {
	color: #999999;
	text-decoration: none;
}
#navitems a:hover {
	color: #FE8100;
}
#navitems a {
	font-family: Helvetica;
	font-size: 9px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
#navitems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
	float: left;
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 110px;
	line-height: 22px;
	height: 800px;
}
#footer {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FF8100;
	letter-spacing: 1px;
	float: none;
	padding-left: 700px;
}
