body{
margin: 0px;
background-color: #FFFFFF;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#top{
	width: 100%;
	height: 300px;
	background-color: #07557e;
	background-image: url(top_fon.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
}

.center{
	width: 600px;
	margin: 0 auto;
	padding-top: 60px;
}
.left{
	width: 200px;
	float: left;
	text-align: center;
}
.right{
	width: 400px;
	float: right;
	margin-top: 15px;
	text-align: left;
}
img{
border: 0px;
}


.cont_center{
	width: 600px;
	margin: 0 auto;
	padding-top: 25px;
}
.cont_left{
	width: 200px;
	float: left;
	text-align: left;
}
.cont_right{
	width: 400px;
	float: right;
	text-align: left;
}

.menu{
	font-size: 1em;
	margin-top: 20px;
}
.menu a{
color: #30779c;
text-decoration: none;
background: url(b.gif) no-repeat left;
padding-left: 15px;
line-height: 30px;
}
.menu a:hover{
 text-decoration: underline;
}

.smal{
	margin-left: 2px;
	margin-right: 30px;
	font-size: 0.8em;
	color: #999999;
	text-align: justify;	
}
.smal a{
	color: #999999;
	text-decoration: underline;
}
.smal a:hover{
	color: #666666;
 	text-decoration: none;
}





.content a{
color: #30779c;
text-decoration: underline;
}
.content a:hover{
 text-decoration: none;
}
.content{
	font-size: 1em;
	word-spacing: 0.2em;
	line-height: 1.5em;
	}
	
.content div {
	color: #898989;
	border-left: 1px solid #cccccc;
	padding-left: 20px;
	padding-right: 20px;
}

.content h1{
	font-size: 1em;
	color: #898989;
	border-left: 1px solid #cccccc;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
}

.img{
	background: aqua url(img.png) no-repeat;
}

.left_bot{
	width: 200px;
	height: 60px;
	float: left;
	text-align: center;
	background: #f0f0f0 url(bbl.gif) no-repeat left;
}
.left_bot p{
	margin: 21px 0px 0px 0px;
}

.right_bot{
	width: 400px;
	height: 60px;
	float: right;
	background: #f0f0f0 url(bbr.gif) no-repeat right;
	text-align: left;
}
.right_bot p{
	border-left: 1px solid #cccccc;
	padding-left: 20px;
	font-size: 0.65em;
	line-height: 18px;
	color: #999999;
	margin: 12px 10px 0px 0px;
}
.right_bot a{
	color: #999999;
}
.right_bot a:hover{
 text-decoration: none;
 color: #666666;
}

.clear{
clear: both;
}
