@charset "UTF-8";
/* CSS Document */

body{
	margin-left:10%;
	text-align:center;
}
.main{
	width:1024px;
	background:#999;
}
.header{
	width:100%;
	height:130px;
	background-color:maroon;
/*	margin-bottom: 10px;*/
	background-image:url(../images/backgroundheader.png);
	background-repeat: repeat-x;
}
.logo{
	width: 120px;
	background-image:url(../images/header_logo.png);
	background-repeat: no-repeat;
	height:80px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
.menu{
	background-color:#666;
	width:100%;
	height:40px;
	text-align:left;
	top:15px;
}
#menu{
	font-size:18px;
	color:#FFF;
	text-decoration:none;
	text-align:right;
	margin-left:20px;
	
}
#menu:hover{
	color:red;
}
.menucontent{
	width:55%;
	margin-top:10px;
	float:left;
	text-align: right;
}
.date{
	width:250px;
	height:100%;
	background-color:#999;
	background-image:url(../images/datebg.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
	padding-left:10px;
}
.links{
	width:100%;
	height: 200px;
}
.usefull{
	width: 100%;
	/*height: 200px;*/
	color:white;
	
}
.usefull a{
	color:white;
	text-decoration: none;
}
.usefull a:hover{
	color:red;
	text-decoration: none;
}
.footer{
	width:100%;
	height:70px;
	padding: 0px;	
}