@charset "utf-8";
/* CSS Document */

BODY {
	font-family:Verdana, Geneva, sans-serif;
	font-size:x-small;
	background:url(../images/bck.png) repeat-x #C07A17; margin:0px; color: #333 }


select, input, textfield, textarea { font-size:11px; color:#333; border-bottom:1px dashed #CCC; border-left:none; border-right:none; border-top:none; padding:3px;}

#main {
	width:850px;
	border:5px solid #F5F5F5;
	background:#FFF;
	margin:0 auto;
}

#heder {
	
	background-color: #00B5CB;
	padding: 15px 10px;
	
}

#menu {
	background:#FFF;
	
	padding:10px 10px;
	margin:0 auto;
}
#menu a { color:#00B5CB; text-decoration:none; font-size:11px; font-weight:bold}
#menu a:hover { color:#366; border-bottom:3px solid #D97300}
a { color:#09F; text-decoration:none;}
a:hover { color:#366; border-bottom:3px solid #D97300}


#container {
	
	padding:10px;
	
	
}

#footer {
	
	height:10px;
	background-color: #CCC;
	padding: 10px;
	margin:0 auto;
}


H1 { font-size:small;}
H2 { font-size:small;}
H3 { font-size:x-small;}

#tourists { border:2px solid #00B5CB; padding:2px; width:400px;}