/* interior_one.css */

#content_one {
	float: left;
	padding: 60px 20px 10px 20px;
	width: 926px;
	background-color: #FFF;
}
#content_two, #content_three {
	display: none;
}

label{
	float: left;
	clear: left;
	width: 200px;
	text-align: right;
	margin-right: 5px;
	padding: 3px 7px;
	font-weight: bold;
	background: #f6f6f6;
	border-bottom: 1px solid #fff;
}

li {margin-left: 15px;
}

#left_block {
width: 460px;
float: left;

}

#right_block {
width:460px;
float: left;


}

#right_block p {
text-align: right;
}

h1, h2 {
text-align: center;
}

h2 {

