body{
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#wrapper{
	margin:auto;
	width:700px;
	background:url(/images/background.gif) no-repeat;
	background-position:bottom left;
}

#content-wrapper{
	height:600px;
	text-align:center;
}

#header{
	background-color:#F09031;
	height:32px;
	width:auto;
}

#logo{
	margin:0 auto;
	padding:100px;
	text-align:center;
}

#contact{
	padding:auto;
	color:#999;
}

ul{
	margin:-35px 0 0 245px;
}

ul li{
	list-style:none;
	text-align:left;
	vertical-align:middle;
	padding:8px 35px;
	
}

.phone{
	padding-left:35px;
	background:url(/images/phone.gif) no-repeat;
	background-position:0 0.4em;
}

.fax{
	background:url(/images/fax.gif) no-repeat;
	background-position:0 0.4em;
}

.email{
	padding-left:35px;
	background:url(/images/email.gif) no-repeat;
	background-position:0 0.4em;
}


#contact a{
	color:#999;
	text-decoration:none;
}

#contact a:hover{
	border-bottom:1px solid #999;
}

#footer{
	color:#999;
	font-size:9px;
}

#footer span{
	float:right;
}

#footer a{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	border-bottom:1px solid #999;
}
