/* CSS Document */

body{
	margin:0px;
	background:url(../images/back.gif);

	}
	
p{
	font-size:13px;
	line-height:120%;
	margin:0px;
	}

/***************************


wrapper

***************************/

div#wrapper{
	width:100%;
	height:100%;
	text-align:center;
	margin:0px;
	}
	
/***************************

main

***************************/

div#main{
	width:860px;
	margin:0 auto;
	background:#FFFFFF;
	text-align:left;
	border-left:solid 1px #CCCCCC;
	 border-right:solid 1px #CCCCCC;
	}
	
h1{
	margin:0;
	padding:0 0 0 0px;
	font-size:12px;
	color:#999999;
	font-weight:normal;
	height:30px;
	line-height:30px;
	border-bottom:solid 3px #006600;
	
	width:860px;
	display:table;
	}
	
div#hedder{
	width:860px;
	display:table;
	}
	
#hedder ul{
	margin:0;
	padding:0;
	background:url(../images/ul_back.jpg) repeat-x;
	display:table;
	}
	
ul{
	margin:0;
	padding:0;
	}
#hedder li{
	list-style-type:none;
	float:left;
	margin:0;
	padding:0 5px;
	line-height:30px;
	border-right:solid 1px #FFFFFF;
		background:url(../images/ul_back.jpg) repeat-x;
	color:#333333;
	font-size:11px;
	display:block;
	}
	
#hedder li.li01{
	border-style:none;
	}
	
#hedder li a{
	color:#FFFFFF;
	text-decoration:none;
	}	
	
#hedder li a:hover{
	text-decoration:underline;
	}
	
img.bottom{
	vertical-align:bottom;
	}

	
/***************************

contents

***************************/

div#contants{
	width:860px;
	text-align:left;
	background:url(../images/contants_back.jpg) repeat-x top;
	clear:both;
	display:table;
	padding-top:25px;

	
	}
	

	
	
/***************************

contl

***************************/

div#contl{
	width:210px;
	float:left;
	text-align:left;



	
	}
	
#contl div.contl_01{
	width:200px;
	margin:0 5px 15px 5px;
	background:url(../images/contl_01_back.jpg) bottom no-repeat;
	display:table;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	}
	
.contl_01 p{
	margin:0 5px;
	}
	
a img {
	border-style:none;
	}
	
/***************************

contr

***************************/

div#contr{
	width:640px;
	float:right;
	clear:both;

	
	}
	
/***************************

footer

***************************/

div#footer{
	width:860px;
	height:60px;
	clear:both;
	}
	
#footer p{
	line-height:30px;
	color:#999999;
	text-align:right;
	margin-right:10px;
	}

.cl{
clear:both;
}

.fonter a:link{
color:#666666;
}