/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: url("images/back2.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	scrollbar-3dlight-color: #;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: #BDB491;
	scrollbar-highlight-color: #;
	scrollbar-shadow-color: #;
	scrollbar-track-color: #DED9C7;
}

#container {
	position:relative;
	margin: 0 auto;
	width: 774px;
	height: 625px;
	background: url("images/container2.jpg") no-repeat;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
 } 
 
#header {
position: absolute;
top: 50px;
left: 10px;
}

#menu {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	top: 150px;
	left: 17px;
	background: #DED9C7 url("images/menu_top.jpg") no-repeat;
	border-right: 1px solid #666;
	width: 171px;
	z-index: 20;
}
#menu ul{
	list-style-type: none;
	margin: 0;
	padding:0;
	
}

 #menu ul li {
	list-style-type: none;
 	margin: 0;
	border-top: 1px solid #000000;
 }

#menu ul li a {
	display: block;
	padding: 2px 20px 2px 5px;
	border-left: 10px solid #BDB491;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #BDB491;
	background-color: #DED9C7;
	color: #000000;
	width: 100%;
	text-decoration: none;
	list-style-type: none;

	}

#menu ul li a:hover {
	border-left: 10px solid #3a3a11;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	background-color: #B1B172;
	color:#fff; 
	list-style-type: none;

}

#calendar {
	position: absolute;
	top: 330px;
	left: 17px;
	width: 171px;
	height: 230px;
	background: #DED9C7;
	border: 1px solid #000000;
}

#calendar table {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cellspacing: 1;
	cellpadding: 2;
	width: 100%;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #BDB491;

}
#calendar.head_cal {
	background: #FFFFFF;
	font-weight: bold;
}

#shadow {
	width:200px;
	padding:10px;
	filter:shadow(color:gray, strength:10, direction:135);
	}

#main {
	position: absolute;
	width: 522px;
	height: 431px;
	
	left: 205px;
	top: 155px;
	padding: 0px 15px 15px 15px;
}

#tour {
	
	width: 305px;
	height: 200px;
	text-align: center;
}

#box1 {
	width: 305px;
	height: 200px;
	padding: 0;
	margin: 0;
}
#box2 {
	Position: absolute;
	top: 5px;
	right: 15px;
	width: 170px;
}

#box3 {
	position: absolute;
	right: 15px;
	width: 170px;
	top: 95px;
}

#box4 {
	position: absolute;
	right: 15px;
	width: 170px;
	top: 205px;
}

.text {
	padding: 5px;
}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 

}


a {
	color: #000000;
}

a:hover {
	color:#4B4B22;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.text ul {
	list-style-image: url(images/bullet.gif);
	margin-top: 2px;
	margin-left: 8px;
	padding-left: 8px;
	
	
}
