body{
	
  	background-image: url('pics/greyback.gif');
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	font-family: 'Times New Roman';
	padding: 0px;
	
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.container{
	width: 750px;
	margin: auto;
	background-color: #000000;
}

.head_helper {
	width: 750px;
	height: 21px;
	background-image: url('pics/silver.png');
	display: inline;
	
}

.header1{
	width: 750px;
	height: 21px;
	background-image: url('pics/greyback.gif');
    padding-top: 5px;
}

.header2{
	width: 700px;
	height: 90px;
	background-image: url('pics/silver.png');
	margin: auto;	
	padding: 25px;
}

.header2_brown{
	width: 40%;
	height: 100%;
	background-image: url('pics/brown.png');
	float: left;

		
}
.header2_black {
	width: 60%;
	height: 100%;
	background-color: black;
	float: left;
	color: white;
	
}

.header3{
	width: 750px;
	height: 26px;
	background-color: white;	
	font-size: 90%;
	padding-top: 3px;
}
.header4{
	width: 750px;
	height: 26px;
	background-color: black;
	text-align: center;
	overflow: hidden;
	font-size: 90%;
	padding-top: 3px;
	cursor: default;
}
.menunavidiv {
	width: 750px;
	height: 750px;
	background-color: white;
	padding-top: 3px;
	
}
.menudiv{
	width: 28%;
	height: 93%;
	background-color: white;
	border-right: 1px solid;
	float: left;
	text-align: left;
	padding: 15px;
	font-size: 85%;
	text-decoration: none;
	line-height: 1.5;
		
}
.navidiv {
	width: 62%;
	height: 494px;
	padding-left: 15px;
	padding-top: 15px;
	background-color: white;
	float: left;
	
}

.flag{
	border: 1px solid #ffffff;	
}

.commontext{
	font-family: verdana;
	font-size: 90%;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
}

.commontext_thin{
	font-family: verdana;
	font-size: 85%;
	line-height: 1.5;
	text-align: left;

}