@charset "UTF-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%;
	background:#3e572d url(../images/BG_html.jpg) 50% 0 repeat-x fixed;
}

#container {
	position:relative;
	width:100%;
	height:100%;
	overflow:scroll;
}

#center {
	margin:0 auto 0 auto;
	width:950px;
}

#content {
	float:left;
	width:900px;
	padding:0 25px 90px 25px;
	background:url(../images/BG_content.png) 50% 0 repeat-y;
}

#banner {
	position:relative;
	float:left;
	width:900px;
	height:200px;
	background:#cae988;
}

#slideshow {
	position:absolute;
	top:0;
	left:0;
	width:250px;
	height:200px;
	z-index:5;
}

#bannerOverlay {
	position:absolute;
	top:0;
	left:0;
	width:250px;
	height:200px;
	background:url(../images/BG_banner_overlay.png) 0 0 no-repeat;
	z-index:10;
}

#sidebar {
	float:left;
	width:227px;
	padding:40px 13px 10px 10px;
}

#menu {
	float:left;
	width:650px;
	height:30px;
	background:url(../images/BG_menu.png) 0 0 repeat-x;
}

#body {
	float:left;
	width:630px;
	padding:10px;
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:25px;
	padding:130px 0 0 0;
	text-align:center;
	background:url(../images/BG_footer.png) 50% 0 repeat-x;
}

.gallery {
	float:left;
	width:33%;
	height:170px;
	text-align:center;
}

img {
	border:none;
}