@charset "utf-8";

#content4{
	float:right;
	margin-right: 150px;
	margin-top:20px;
	height:auto;
	width:574px;
	
}

#c4top{
	background: url(../images/contacttop.jpg);
	height:131px;
	width:574px;
}

#c4mid{
	background: url(../images/contactmid.jpg) repeat-y;
	height:515px;
	width:574px;
}

#c4txt {
	overflow:auto;
	margin-left:58px;
	height:515px;
	width:480px;
}

#c4txt p {
font-size:13px;

	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

#c4bot{

	background: url(../images/contactbot.jpg);
	height:80px;
	width:574px;
}



