@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #006a90;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
#count {
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
	#menu{

		width:100%;
	height:59px;
	background-image: url(../images/menu_034_bg.jpg);
	background-repeat: repeat-x;
	}
		#menu ul{
	list-style:none;
	width:500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60%;
		}
#header {
	background-image: url(../images/header_bg.jpg);
	height: 170px;
}
#sec {
	background-image: url(../images/sec_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
#search {
	height: 40px;
	background-position: center center;
	text-align: left;
	vertical-align: middle;
}

			#menu li{
	list-style:none;
	display:block;
	float:left;
	height:59px;
	line-height:59px;
	text-align: right;
			}
				#menu li a{
	display:block;
	float:left;
	color:#25b4ce;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;
	font-family: tahoma;
				}
#sec li a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
	font-family: tahoma;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
}
#sec li a:hover {
	color: #333333;
}


					#menu li a:hover{
						color:#fff;
						background:url(../images/menu_034_h.png) no-repeat bottom;
					}
				#menu li a.current{
					display:block;
					float:left;
					background:url(../images/menu_034_h.png) no-repeat bottom;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:59px;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}
#t2 {
	margin: auto;
	height: 0px;
	width: 400px;
}
#sec ul {
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
}
#sec li {
	text-align: center;
	display: block;
	margin: 10px;
	background-position: center center;
	width: 900px;
}

#main {
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	width: 95%;
	margin: auto;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	height: 202px;
	background-repeat: repeat-x;
	text-align: right;
}
.style11 {color: #FFFFFF}
#sec a {
	background-position: center bottom;
	text-align: justify;
	vertical-align: middle;
	display: inline;
	padding-top: 10px;
}
#sec a:hover {
	color: #333333;
	padding-top: 10px;
	text-decoration: blink;
}
#logo {
	background-image: url(../images/logo.png);
	float: right;
	height: 170px;
	width: 300px;
}