* {margin:0; padding:0;}
body 	
	{
	background-image: url(bodybg.jpg);
	margin:auto; 
	margin-top: 0px;
	background-color:#525252;; 
	font-size: 12px;
	font-family: Verdana; 
	font-color: #000;
	}
#wrapper
	{ 
	background-image: url(pagebg.jpg);
	background-repeat: repeat-y;
	width:900px; 
	margin: auto; auto; 
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;

	}
#header
	{
	background-image: url(header.jpg);
	width:880px;  
	height: 333px;
	padding:10px; 
	background-color:#6192DF; 

	}

#header img 
	{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	}

.headermenuroot
	{
	position: absolute;
	top: 85px;
	margin-left:12px; 
	padding: 0px;
	width: 700px;
	height: 30px;
	text-align: center;
	}

.headermenuout
	{
	color: #000000;
	float: left;
	margin-right:5px; 
	padding:5px; 
	cursor: pointer;
	font-weight: bold;
	width: 130px;
	text-align: center;
	} 

.headermenuover
	{
	color: #000000;
	float: left;
	margin-top: 3px;
	margin-right:5px; 
	padding:5px; 
	cursor: pointer;
	font-weight: bold;
	width: 130px;
	text-align: center;
	} 

.language_links 
	{
	position: relative;
	top: 30px;
	left: 550px;
	text-align: center;
	width: 380px;
	font-weight: bold;
	font-size: 14px;
	}

table 
	{
	font-size: 10px;
	}

.clock 
	{
	position: absolute;
	width: 800px;
	top: 10px;
	text-align: right;
	background-color:transparent;; 	
	color: #e0e0e0;
	}


