/* CSS Document */

body{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,h7,p{
	margin:0;
	padding:0;
}

img{
	border:none;
}


.clr_both{
	clear:both;
}

#container{
	width:100%;
	background:url(../images/main_bg.jpg) top center no-repeat;
	font-size:12px;
	color:#484848;
	line-height:130%;
}

#container a{
	text-decoration:none;
	color:#15630B;
}

#container a:hover{
	text-decoration: underline;
}

#container ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#container #main_area{
	width:900px;
	margin:0 auto;
	background:#fff;
	text-align:left;
}


/*font*/
.font10{
	font-size:10px;
}

.font12{
	font-size:12px;
}

.font14{
	font-size:14px;
}