*{
	margin:0px;
	padding:0px;
}

a, a:hover{
	text-decoration:none;
}

body{
	background-image:url(images/bground_site.jpg);
}

#wrapper{
	width:900px;
	margin:0 auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#header{
	width:900px;
	height:300px;
}

#menu{
	float:right;
}

#menu li{
	list-style:none;
	width:160px;
}

.imgmenu{
	margin-bottom:10px;
}

#menu li ul li{
	list-style:none;
	margin-bottom:5px;
	width:160px;
}

#menu li ul li a img{
	border:0px;
	width:160px;
}

#content{
	width:860px;
	padding:0 20px;
	background-color:#000;
}

#content h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:24px;
	font-weight:normal;
}

#content h2{
	font-family:Verdana, Geneva, sans-serif;
	color:#39c;
	font-size:14px;
	font-weight:normal;
}

#content h3{
	font-family:Verdana, Geneva, sans-serif;
	color: #FEA960;
	font-size:14px;
	font-weight:normal;
}	

#footer{
	height:80px;
	width:900px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:9px;
	font-weight:normal;
	margin:0 auto;
	background-color:#333;
}

#footer p{
	display:block;
	margin-top:10px;
	margin-left:10px;
	height:60px;
	width:400px;
	float:left;
}

#footer p a, #footer p a:hover{
	color:#f90;
}

.logofooter{
	float:right;
	margin-top:10px;
	margin-right:10px;
	height:60px;
	width:60px;
}

table{
	width:300px;
	margin:0 auto;
	border:1px solid #f60;
	font-size:14px;
	color:#555;
	text-align:center;
}

th{
	background-color:#F60;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

td{
	background-color:#cdcdcd;
	font-weight:normal;
	height:21px;
	padding-top:4px;
}

