a:hover {
	text-decoration: none;
}
h1#contact_head{
	position: relative;
	top: 40px;
	left: 100px;
	display: block;
	width: 348px;
	color: #524d3e;
	letter-spacing: 1px;
	clear: both;
	font-size: 17px;
	text-transform: uppercase;
}
#contact_list_main{
	position: relative;
	top: 50px;
	left: 100px;
	width: 200px;
	font: 11px "arial", sans-serif;
	color: #524d3e;
}
#contact_list_main ul {
	margin: 0 0 20px 0;
	letter-spacing: .5px;
}
li.contact_name{
	width: 200px;
}
li.contact_phone{
	position: relative;
	top: 0;
	left: 0;
}
.phone_title, .email_title{
	width: 73px;
	display: block;
	text-align: left;
	margin-top: 5px;
}
li.contact_email{
	position: relative;
	left: 0;
	top: -12px;
}
span.phone, .email{
	position: relative;
	top: -14px;
	margin-left: 71px;
}
span.phone2{
	position: relative;
	top: -14px;
	margin-left: 71px;
}
#contact_page_pic{
	position: absolute;
	top: 53px;
	left: 538px;
	border: 1px solid #524d3e;
	padding: 3px;
}
p#email_now{
	position: relative;
	top: 8px;
	left: 0px;
	background: #fefcf8;
	display: block;
	width: 130px;
	padding: 0 8px 0 0px;
	z-index: 2;
	font-weight: bold;
}
#email_submit {
	margin: 8px 0;
	background-color:#b5121b;
	border-color:#790000;
	color:#fff;
	font-size:11px;
	width:50px;	
}
