﻿body { position: absolute;
top: 0;
left: 0 ;
right: 0 ;
bottom: 0; 
margin: 0  auto;
width: 940px;


 } 

#top {
	width: 940px;
	height: 240px;
	margin: 0;
	padding: 5px 10px 5px 10px;
    background: #FFF21F;
	}

#top a img{
	float: right;
	margin: -50px 10px 0 0 ;
}

h2 {
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000;
	}

#head {
	width:960px;
	height: 90px;
	background-color: #f0f0f0;	
	}
	
#head img {

	margin: 20px 0 10px 70px;
	}
#headn {
	width:960px;
	height: 70px;
	background-color: #FFF21F;	
	}
#headm {
	width:960px;
	height: 110px;
	background-color: #FFF21F;	
	}	
#headn img {
	margin: 0 0 10px 70px;
	}
	
#headm img {
	margin: 10px 0 10px 60px;
	}
		
#head h3 {
	height:30px;
	width: 200px;
	background: #f0f0f0;
	margin: 5px 0 10px 40px;
	border-radius:20px;
	padding: 10px 0 5px 10px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-color: #330000;
	border-width: 3px;
	background: -moz-linear-gradient(left top, #fff, ##FFF21F);
	background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(##FFF21F));
	background: linear-gradient(#fff, ##FFF21F);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;	

	}

#leftbox{
	float: left;
	width: 320px;
	height: 910px;
	margin: 0;
	padding: 10px 10px 20px 10px;
	background: #C8FFBD;
	line-height: 22px;
}

#leftbox a{
	color: #000;
	font-size: 16px;
	text-decoration: none;	
}
#leftbox .box1 img{
	padding: 10px 0 10px 30px;
	}
	
#leftbox ul {
	width: 280px;
	height: auto;
	background-color: #fff;
	border-radius:10px;
	padding: 10px 0 20px 30px;
	margin-left: 10px;
	}
#leftbox ul li{
	color: #000;
	font-size: 13px;
	text-decoration: none;
	line-height: 22px;
}


#rightbox{
	float: right;
	width: 590px;
	height: 940px;
	margin: 0;
	background: #E5FFBD;
	line-height: 30px;
	padding: 0 10px 0 20px;
}

#container   {
    width: 960px;
    height: auto;
    background: #E5FFBD;
    }

.box {
	float: left;
	margin: 0 10px 10px 10px;
	height: 155px;
	}
.box img {
	height: 155px;
	width: auto;
	}
.hyouda {
	text-align: center;
	}
		
.coment {  
    float: left;
    width:280px;
    margin: 0 0 10px 10px;
    height: auto;
    border-radius:10px;  
 	background:#FFF21F;
 	padding: 25px 10px 25px 20px;
 	font-weight: bold;
 	}
table.uktable {
	table-layout: auto;
	margin :10px 10px 10px 20px;
	float: left;
	border-collapse: collapse;
	border-color: #cef892;
	font-size: 24px;
	text-align: center;
}
table.uktable,th,td{
	border: 2px solid #5ca242;
	width:800px;
}
table.uktable,th {
	color: #000;
	background: #a9d66f;
}

table.uktable,td {
	color: #000;
	background:#fff;
}
table.uktable caption{
	color: #ff1493;
	font-size: 32px;
	}


#footer {
     clear: both;
     width: 960px;
     height: 50px;
     margin: 0;
     padding: 5px 0 0;
     text-align: center;
     font-size: 13px;
     color: #fff;
     background: #006400;
}	