body {
	background-color:#FFFFCC;
	margin:0px 0px;
	text-align: left;
}
#heder{
	width:800px;
	height:85px;
	text-align: center;
	margin: 0 auto;
	background-color: #FFFFFF;
	}	
#main{
	width:800px;
	margin: 0 auto;
	background-color:#FFFFFF;
	text-align: center;
	}
h1 {
	float: left;
	font-size: small;
	line-height: 1%;
	margin-bottom: 0px;
	margin-top: 0px;
}
img{
    border:0
}
ul.list {
	list-style:none;
	font-size: 12px;
	margin-top: 20px;
	left:auto;
	margin-bottom: 0%;
	padding: 0 0;
}

ul.list li {
	float: left;
	list-style: none;
	line-height: 40px;
	padding-top: 20px;
}
ul.list a {
	text-decoration:none;
	color: #FFFFFF;
	background-image:url(../img_main/botan_01.gif);
	display: block;
	width: 109px;
	height: 44px;
	background-repeat: no-repeat;
}
ul.list a:visited {
	text-decoration:none;
	color: #FFFFFF;
	background-image:url(../img_main/botan_01.gif);
	display: block;
	width: 109px;
	height: 44px;
	background-repeat: no-repeat;
}
ul.list a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-position: bottom;
	display: block;
	width: 109px;
	height: 44px;
	background-repeat: no-repeat;
}
ul.list a:active {
	text-decoration:none;
	color: #0000FF;
	background-image:url(../img_main/botan_01.gif);
	display: block;
	width: 109px;
	height: 44px;
	background-repeat: no-repeat;
}
#footer {
	clear:both;
	margin-bottom:30px;
	padding-top: 20px;
	width:800px;
	font-size: 10px;
	text-align:center;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.clears{
  clear:both;
}
