body {
	text-align: center;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}


.container {
	height: 100%;
	width: 800px;
	background-image: url(../images/container_back.jpg);
}
.top {
	background-color: #669900;
	height: 293px;
	width: 800px;
	background-image: url(../images/top.jpg);
}

.flag {
	height: 40px;
	width: 25px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.banner {
	background-color: #CC0000;
	height: 20px;
	width: 800px;
	background-image: url(../images/banner.jpg);
}
.menu {
	background-color: #003A6C;
	height: 100%;
	width: 201px;
	float: left;
	background-image: url(../images/menu.jpg);
	font-size: 12px;
}


#menu4 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 0px;
	border-width: 0px;
	padding:0px;
	font-size: 10px;
	}
	#menu4 ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	#menu4 li a {
		height: 21px;
		voice-family: "\"}\""; 
		voice-family: inherit;
		height: 21px;
		text-decoration: none;
		font-weight:normal;
		}
		
	#menu4 li a:link, #menu4 li a:visited {
		color: #ffffff;
		display: block;
		background: url(../images/menu.gif);
		padding: 0px 0 0 20px;
		}
		
	#menu4 li a:hover {
		color: #fff;
		background: url(../images/menu.gif) 0 -21px;
		padding: 0px 0 0 20px;
		}
		
	#menu4 li a:active {
		color: #fff;
		background: url(../images/menu.gif) 0 -42px;
		padding: 0px 0 0 20px;
		}	                    

	
	
.content {
	background-color: #006599;
	height: 100%;
	width: 599px;
	float: right;
}
.footer {
	height: 25px;
	width: 800px;
	background-color: #ffffff;
	clear: both;
}
