@charset "utf-8";
/* CSS Document */

#contactcontent{
	height:900px;
	width:960px;
	background-color:#FFF;
}

#contactmain{
	width:569px;
	float:left;
	height:900px;
	border-right:dashed 1px #eae1db;
}

#contactmain h1,h2,h3,h4,p{
		color:#8f7c66;}

#contactinf2{
	width:350px;
	float:right;
	height:900px;
	background:url(../images/contactbg2.gif) #FFF bottom right no-repeat;
}

#contactinf2 p{
	padding-top:12px;
	font-size:13px;
	padding-left:20px;
	color: #4b4745;
	line-height:1.2;
}

