html,body{
	background-color:#eee;
	background-image:url(../images/background.jpg);
	background-position:top;
	margin:0;
	padding:0;
}

#header{
	background-image:url(../images/top1.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	height:70px;
}

#advert{
	position:absolute;
	top:4px;
	right:4px;
	width:468px;
	height:60px;
	border:1px solid #72858f;
}

#nav{
	height:30px;
	background-color:#93abb7;
	overflow:hidden;
}

#nav ul{
	margin-left:10px;
	list-style:none outside none;
}

#nav ul li{
	display:inline;
	margin:0;
	padding:0;
}

#nav ul li a{
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	padding-top:30px;
	overflow:hidden;
	height:0;
	float:left;
}

#nav ul li a, #nav ul li a:hover, #nav ul li a:link, #nav ul li a:active{
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	line-height:30px;
	font-size:16px;
}

#nav ul li a#bot1{
	background-position:-8px 0;
	width:79px;
}
#nav ul li a#bot2{
	background-position:-93px 0;
	width:123px;
}
#nav ul li a#bot3{
	background-position:-219px 0;
	width:123px;
}
#nav ul li a#bot4{
	background-position:-342px 0;
	width:115px;
}
#nav ul li a#bot5{
	background-position:-456px 0;
	width:97px;
}

#nav ul li a#bot1:hover{
	background-position:-8px -30px;
}

#nav ul li a#bot2:hover{
	background-position:-93px -30px;
}

#nav ul li a#bot3:hover{
	background-position:-219px -30px;
}

#nav ul li a#bot4:hover{
	background-position:-342px -30px;
}

#nav ul li a#bot5:hover{
	background-position:-456px -30px;
}

#nav ul li a#bot1:active{
	background-position:-8px -60px;
}

#nav ul li a#bot2:active{
	background-position:-93px -60px;
}

#nav ul li a#bot3:active{
	background-position:-219px -60px;
}

#nav ul li a#bot4:active{
	background-position:-342px -60px;
}

#nav ul li a#bot5:active{
	background-position:-456px -60px;
}

#content{
	margin-top:40px;
}

#footer{
	width:98%;
	margin:30px auto 15px auto;
	padding-top:5px;
	border-top: 1px solid #72858f;
	font-size:10px;
}

#footer, #footer a, #footer a:hover{
	color:#72858f;
}
