@charset "utf-8";

body {
	background: #D7D7CC;
}

#wrapper {
	width: 960px;
   margin: 20px auto;
}

#header {
   height: 402px;
	margin-bottom: 2px;
   border-bottom: 40px solid #000;
}

#banner {
	float: left;
   width: 220px;
   height: 380px;
   padding: 10px 19px;
   background: #9F9F88;
}

#banner a#logo {
   display: block;
	width: 220px;
   height: 94px;
   background: #093 url(logo.png) no-repeat;
   margin-bottom: 20px;
}

#banner a#logo h1 {
	display: none;
}

#banner #menu {
   padding: 0 10px;
}

#banner #menu a {
   color: #FFF;
   font: italic 18px/32px Georgia;
}

#banner #menu a:hover {
	color: #055D45
}

#banner #menu a.active {
   text-decoration: underline;
}

#slideshow {
	float: right;
   width: 700px;
   height: 400px;
   background: #000;
   position: relative;
}

#slideshow img {
   width: 700px;
   height: 400px;
   position: absolute;
}

#container {
	background: url(container.png) repeat-y;
}

#container div.clear {
	clear:both;
   height: 20px;
   line-height: 20px;
}

#sidebar {
	float: left;
   width: 230px;
   padding: 10px 14px 100px;
}

#sidebar #menu2 {
	padding: 0 5px 20px;
   border-bottom: 1px solid #9F9F88;
}

#sidebar #menu2 a {
   color: #333333;
   font: italic 16px/30px Georgia;
}

#sidebar #menu2 a:hover {
	color: #055D45
}

#sidebar #menu2 a.active {
   text-decoration: underline;
}

#sidebar #icons {
   padding-top: 10px;
}

#content {
   float: right;
   width: 640px;
   padding: 30px;
}

#footer {
   margin-top: 2px;
   border-top: 2px solid #000;
	height: 100px;
}

#footer p {
   text-align: center;
   padding: 10px;
   color: #333;
   font-size: 14px;
}

#footer a {
   color: #333;
}

#footer a:hover {
   text-decoration: underline;
}
