body {
	background: #6e6e6e url(../images/gradient800.jpg) repeat-x;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	font-size:12px;
}
a img
{
	border:0;
}
.wrapper {
width:100%;
}
#logo {
	margin: 150px 0 30px 80px;
}
#line {
	clear:both;
	background-color:#fff;
	height:2px;
	width:100%;
	margin-bottom:50px;
}
#text {
	position:absolute;
	right:80px;
	text-transform:uppercase;
	text-align:right;
	line-height:1.5em;
	min-width:45em;
	width: 432px;
}
#text span {
	width:20em;
	display:block;
	float:left;
	text-align:left;
}
#text div {
	clear:both;
}
#text .rightText {
	text-align:right;
	margin-right:0.5em;
}
#text .rightText a {
	margin-right:0.5em;
}
#text #contact {
	margin-top:3em;
}
a {
	text-decoration:none;
}
a:link, a:visited, a:active {
	color: #FFF;
}
a:hover {
	color: #FC7E0F;
}

