@charset "utf-8";
body {
	background: #000000 url(bg_html.jpg) top center repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #222222;
	font-family: trebuchet ms;
	font-size: 13px;
	
	}
#html{
	margin: 0 auto;
	margin-top: 40px;
	width: 980px;
	background:  url(bg_body.gif) repeat-y center center;
	text-align: left;
	margin-bottom: 0px;
	}	
#html_in{
	margin: 15px;
	margin-bottom: 0px;
	}
#top-div{
	background: #d8d8d8;
	height: 10px;
	display: block;

	}	
#head{
	margin: 10px;
	margin-top: 5px;
	height: 135px;
	margin-bottom:50px;
	
}
#navi{
	width: 550px;
	float: left;
	margin-left:50px;
}
#navi img {
	margin-right:5px;
}
#logo{
	width: 330px;
	float: left;
	margin-top:30px;
}
#content{
	margin: 10px;
	height: 500px;
}	
#c_left{
	width: 600px;
	margin-right: 60px;
	margin-left: 55px;
	float: left;
	text-align:justify;
}
#c_right{
	width: 215px; 
	float: right;
	
}
#footer{
	clear: both;
	text-align: center;
	margin-bottom: 0px;
}
.bold {
	font-weight: bold;
}
h1{ 
color: #666666;
font-size: 22px;
margin-top: 0px;
}
h2{
color: #666666;
font-size: 18px;
margin-bottom: 30px;
}
a:link, a:visited {
	color: #ff6600;
}
a:hover, a:active {
	color:#F90;
}
