@charset "utf-8";
/* CSS Document */

body {margin:0;padding:0;font: 95% "Trebuchet MS", Verdana, sans-serif; background-color:#E8E6DA; background-repeat:no-repeat}
#wrapper {
	min-width:1000px; 
	max-width: 1100px; 
	position:relative; 
	margin:20px auto; 
	width:90%;
	}
#main {
	float:left;
	width:800px;
	}
#top_header {
	width:800px; 
	height:40px; 
	background-color:#e08c8c; 
	border-top-style:groove; 
	border-width:medium; 
	border-color:#616537
	}
#navbar {
	font-family:Tahoma, Geneva, sans-serif;;
	font-size: .8em; 
	font-weight:bold; 
	width:800px; 
	height:40px; 
	position:relative;
	top:-12px;
	margin:0;
	padding:0;
	float:left;
	z-index:2000;
	}
#navbar ul ul {
	display: none;
}

#navbar ul li:hover > ul {
		display: block;
	}
#navbar ul {
	/*background: #CCCC99;*/ 
	box-shadow: 10px 10px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	}
#navbar ul:after {
		content: ""; 
		clear: both; 
		display: block;
		}
#navbar ul li {
	float: left;
	}
	#navbar ul li:hover {
		background: #edb6b6;
		border-radius:10px;
	}
		#navbar ul li:hover a {
			color: #704814;
			box-shadow:0px 0px 9px rgba(0,0,0.15);
			border-radius:10px;
		}
	
	#navbar ul li a {
		display: block; padding: 10px 15px;
		color: #704814; text-decoration: none;
	}
	#navbar ul ul {
	background: #edb6b6; 
	border-radius: 10px; 
	padding:0;
	position:absolute; 
	top:100%;
	}
	#navbar ul ul li {
		float: none; 
		position: relative;
		border-radius:10px;
	}
		#navbar ul ul li a {
			padding: 10px 15px;
			color: #fff;
			box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
			border-radius: 10px;
		}
			#navbar ul ul li a:hover {
				background: #fff;
	}
#navbar ul ul ul{
	background: #edb6b6; 
	border-radius: 10px; 
	padding:0;
	position:absolute;
	top:-1px; 
	left:100%;
	}
	#navbar ul ul ul li {
		float: none; 
		position: relative;
		border-radius:10px;
	}
		#navbar ul ul ul li a {
			padding: 10px 15px;
			color: #fff;
			box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
			border-radius: 10px;
		}
			#navbar ul ul ul li a:hover {
				background: #fff;
	}
#main {
	clear:both; 
	padding:0; 
	overflow:hidden; 
	width:800px; 
	height:100%; 
	margin: 0;}
#navbottom {
	font-family:Tahoma, Geneva, sans-serif;;
	font-size: .8em; 
	font-weight:bold; 
	width:800px; 
	height:90px; 
	background-color:#00628B;
	position:relative;
	top:-3.2em;
	margin:0;
	padding:0;
	float:left;
	z-index:3000;
	}
#navbottom ul {
	background:#0076A8; 
	box-shadow: 10px 10px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	margin-top:5px;
	margin-bottom:5px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	}
#navbottom ul:after {
		content: ""; 
		clear: both; 
		display: block;
		}
#navbottom ul li {
	float: left;
	}
#navbottom ul li:hover {
		background:#A8E4FF;
		border-radius:10px;
	}
#navbottom ul li:hover a {
			color:#000;
			box-shadow:0px 0px 9px rgba(0,0,0.15);
			border-radius:10px;
	}
	
#navbottom ul li a {
		display: block; 
		padding: 10px 15px;
		color: #EBEBEB; 
		text-decoration: none;
	}
#closing {
	 position:relative;
	 top:-2em;
	 text-align:center; 
	 color:#000
	 }
#closing a:link, #footer a:visited, #footer a:active, #footer a:hover {	
	 text-decoration:none;
	 }
#closing a:link, #footer a:visited, #footer a:active {
	color:#704814;
	}
#closing a:hover {color: #0C754B}
#sidebar {
	margin-left:804px;
	font-family:Cagliostro; 
	font-size:.7em;
	width:196px;
	background-color:#FFF7E6;
	padding:20px;
	border:4px groove #00628B;
}
#sidebar h4 {
	font-weight:bold;
}

	