@charset "UTF-8";

#site_path {
	margin: 5px 0 35px;
}

#content {
	letter-spacing: normal;
	color: #7d6c39;
}
		
#pic_main {
	margin: 45px 0 0 0;
	width: 990px;
	height: 210px;
	text-indent: -9999px;
	background: url(../images/pic_main.jpg) no-repeat top left;
}

#main {
	float: left;
	width: 735px;
}

#main h2 {
	width: 735px;
	height: 51px;
	text-indent: -9999px;
	background: url(../images/title_contact.gif) no-repeat top left;
}

#main h3 {
	margin: 40px 0 35px;
	padding: 3px 0 0 24px;
	background: url(../images/title_h3.gif) no-repeat center left;
}

.section_contact {
	margin: 0 0 10px 0;
}

#main dl {
	line-height: 2.5;
}

#main dt {
	float: left;
	width: 340px;
}

#main dd {
	float: right;
	width: 390px;
}


#side {
	float: right;
	width: 225px;
}

#side p {
	margin: 0 0 25px 0;
}

