@CHARSET "UTF-8";

.contact-box{
	/*border: solid 1px #00005c;*/
	text-align: center;
	background: transparent url('../images/contact/contact_bg.gif') repeat-y top left;
}

.contact-box h1{
	padding: 5px 10px 0px 10px;
	margin: 0;
	color: white;
	font-size: 12px;
	background: transparent url('../images/contact/contact_header.gif') repeat-y top left;
	text-align: right;
	font-weight: bold;
	height: 20px;
}
.contact-box img{
	width:178px;
	height:107px;
	display:block;
	padding-left: 9px;
	margin-top:2px;
}
.contact-box p{
	padding: 10px 10px 10px 10px;
	text-align: left;
	margin: 0px;
}
.contact-box a{
	color:#2e887c;
}

.contact-bottom{
	width:195px;
	height:4px;
	      
	background: transparent url('../images/contact/contact_footer.gif') no-repeat top left;
}

.contact-separator{
	height: 12px;
	display:block;
}