/* Contact elements */
#contact_content{
	position: relative;
	width: 590px;
	height: 484px;
	background: url(../../images/contact/contact_bgrnd.jpg) repeat-y;
	line-height: 22px;
}
#contact_content a{
	color: #a83439;
	text-decoration: underline;
}
#contact_content a:link{}
#contact_content a:visited{}
#contact_content a:hover {
	text-decoration: none;
	color: orange;
}
#contact_content a:active{}

#contact_border_top{
	position: absolute;
	top: 0;
	left: 0;
	width: 590px;
	height: 15px;
	background: url(../../images/contact/contact_border_top.jpg) no-repeat;
}
#contact_border_bottom{
	position: absolute;
	top: 469px;
	left: 0;
	width: 590px;
	height: 15px;
	background: url(../../images/contact/contact_border_bottom.jpg) no-repeat;
}
#contact_header{
	height: 48px;
	left: 140px;
	position: absolute;
	top: 100px;
	width: 281px;
}
#contact_header h2{
	background: transparent url(../../images/contact/contact_header.jpg) no-repeat 0 0;
	height: 48px;
	text-indent: -9999px;
	width: 281px;	
}
#contact_circle_andrea{
	position: absolute;
	top: 170px;
	left: 135px;
	width: 96px;
	height: 97px;
	background: url(../../images/contact/contact_circle_andrea.jpg) no-repeat;
}
#contact_circle_lisa{
	position: absolute;
	top: 280px;
	left: 135px;
	width: 96px;
	height: 90px;
	background: url(../../images/contact/contact_circle_lisa.jpg) no-repeat;
}
#contact_andrea{
	position: absolute;
	top: 182px;
	left: 245px;
	width: 200px;
	height: 100px;
}
#contact_lisa{
	position: absolute;
	top: 295px;
	left: 245px;
	width: 200px;
	height: 100px;
}
.header_text{
	color: #c22e1b;
	font-size: 14px;
}
.contact_details{
	color: #a83439;
	font-size: 14px;
}
