body{
	background: #EFEFEF; 
	margin-top:0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
.main{
	width:1000px;
	height:700px;
	background-color:#FFFFFF;
	padding:0;
	border:1px solid #4E421B;
}

.h1 {
	color: #68573C;
	font-size: 16px;
	font-weight:bold;
	line-height: 20px;
	padding-left:30px;
}

.text {
	color: #292322;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align:justify;
	padding: 0px 5px 0px 30px;
}

.text_s {
	color: #292322;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 0px 5px 0px 15px;
}

.text a:link {
	color: #9A7A63;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}

.text a:visited {
	color: #51441C;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: underline;
}

.text a:active {
	color: #51441C;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: underline;
}

.text a :hover {
	color: #B71546;
	ffont-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: underline;
}

.footer {
	color: #494747;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-align:center;

}