body{
margin:0;
padding:0;
background:lightgrey;
text-align:center;
overflow: noscroll;
}
.wholepage{
width:1000px;
background:white;
margin:auto;
height:100%;
}
.header {
	height:13%;
	width:100%;
	font-family: times;
	 vertical-align:middle;
	 line-height:220%;
	font-size: 2.6em;
	font-weight: bold;
}
.header span{
vertical-align:middle;
}
.menu2{
	float: left;
	width: 20%;
	text-align: left;
	height:79%;
	margin-right:0;
	background-image: url("../images/menubg.jpg");
	background-repeat: no-repeat;
	background-position: 0 -360; 
}
.menu2 ul{
	list-style-type:none;
	list-style-position:inside;
	padding-left:20;
	
	padding-right:30;
}
.menu2 li{
	padding-top:2%;
	padding-bottom:2%;
	font-weight:bold;
		
}
.menu2 a:link, a:visited, a:active{
	 color:black;
		
}
.menu2 a:hover{
	 color:red;
	 text-decoration:underline;
}

#firstpage{
	background-image: url("../images/contentbg.jpg");
	background-repeat: no-repeat;
	background-position: 0 -360; 
}
.content_main{
	display:block;
	float:left;
	width:80%;
	height:79%;
	text-align:left;


	
}
.content_main img{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
#main_text{
	margin-left:25%;
	margin-right:5%;
	margin-top:2%;
	text-align:left;
	font-size:1.1em;

}
.menu1{
	text-align: center;
	width: 100%;
	height:4%;
	background: url("../images/css-nav.gif") #fff bottom left repeat-x;
	color: black;
	margin-bottom:2%;
	
}
.menu1 a{
	vertical-align:middle;
	margin-left:1.5em;
	font-size:1.1em;
	font-weight:bold;
	
		
}
#language{
	margin-top:10%;
	text-align:center;
}
a{
 text-decoration:none;
 }
 
.header a:link, a:hover, a:visited, a:active{
	 color:black;
	 text-decoration:none;
}
.menu1 a:link, a:visited, a:active{
	 color:black;
}
.menu1 a:hover{
	 color:red;
	  text-decoration:underline;
}

.content{
	background-image: url("../images/contentbg.jpg");
	background-repeat: no-repeat;
	background-position: 0 -360; 
	display:block;
	float:left;
	height:65%;
	width:66%;
	text-align:center;
	padding-left:7%;
	padding-right:7%;
	padding-top:7%;
	font-size:1.1em;
	overflow:auto;	

}
.content a:link, a:visited, a:active{
	 color:black;
}
.content a:hover{
	 color:red;
	  text-decoration:underline;
}


