html,body {
	background-color: #0967c7;
	margin: 0px;
	height: 100%;
}
.mainframe {
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.header_up {
	height: 17px;
	margin: 0px;
	padding: 0px;
}
.header_up_content {
	background-color: #034d98;
	width: 100%;
	height: 17px;
	margin: 0px;
	padding: 0px;	
}
.header_up_left {
	width: 170px;
	height: 17px;
	padding: 0px;
	margin: 0px;
}
.header_up_middle {
	width: 450px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.flag_window {
	width: 90px;
	height: 10px;
	margin: 0px;
	padding: 0px;	
}
.flag {
	border:none;
}
.header {
	background-color: #073e75;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 190px;
	background-image: url(../pictures/headerbg.jpg);
	background-repeat: repeat-x;
}
.header_down {
	width: 100%;
	height: 10px;
	background-image: url(../pictures/header_down.jpg);
	background-repeat: repeat-x;
}
.content_frame {
	height: 580px;
	width: 100%;
	background-image: url(../pictures/content.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.menu_frame {
	height: 605px;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
.menu_frame_down {
	height: 230px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 230px;
	text-align: center;
}
.menu_pic {
	background-color: #84B0DD;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 250px;
	border: 1px solid #FFFFFF;
}
.menu_pic_frame {
	background-image: url(../pictures/pic_frame_bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 300px;
}
.counter {
	font-size: 10px;
	font-weight: normal;
	color: #DBCD45;
	text-align: center;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	height: 200px;
}
.pages_frame {
	margin: 0px;
	padding: 0px;
	height: 660px;
	width: 100%;
}
.footer {
	width: 100%;
	height: 30px;
	background-image: url(../pictures/footer.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	background-position: bottom;
}
a:link {
	color: #EEEEEE;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #EEEEEE;
}

a:hover {
	text-decoration: underline;
	color: #29A9FF;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}
s
