/*contact page*/
.cont_bg {
	background-image:url(images/contact_bg.jpg);
	background-position:21px 38px;
	background-repeat:no-repeat;
}
#contact_page {
	width:600px;
	position:relative;
	height:500px;
}
.contact_form {
	width:234px;
	height:213px;
	position:absolute;
	left: 56px;
	top: 82px;
}
.contact_form input, .contact_form textarea {
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#513514;
	background:none;
	border:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.contact_form input {
	width:208px;
	height:21px;
}
.contact_form textarea {
	width:208px;
	height:75px;
}
.contact_address {
	width:220px;
	height:265px;
	position:absolute;
	left: 408px;
	top: 85px;
	color:#471f04;
	line-height:normal;
	font-size:13px;
	font-style:italic;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact_address h4 {
	font-size:15px;
	margin-bottom:3px;
	color:#471f04;
}
.list {
	margin-top:10px;
	padding-left:15px;
}
.list li {
	list-style-image:url(images/bullet.gif);
	margin-bottom:10px;
}
.list li a {
	font-weight:bold;
}
