#slider {
    position: relative;
	width: 100%;
}

#wrapper {
	width: 1080px;
	padding: 0;
	margin: 0 auto;
}

#header {
	width:1080px;
	height: 110px;
	background: url(../images/header_02.png) no-repeat;
	text-align: right;
	color: #842334;
}

#header h1 { margin: 0; padding: 0 }

#header h1 a { 
	display: block; 
	float: left; 
	margin: 20px 0 0 140px; 
	width: 640px; 
	font-size: 30px; 
	font-family: Verdana, Georgia, "Times New Roman", Times, serif; 
	color: #600;
	text-decoration: none;
}

#header h1 a span { display: block; font-size: 15px; color: #000; }

#menu {
	width: 1180px;
	height: 40px;
	padding: 0 90px;
	background: url(../images/menu_1080.png) no-repeat;
}


#content {
	clear: both;
	width: 960px;
	height: 451px;
	padding: 60px 130px 52px 130px;
    background: url(../images/body_02.png) no-repeat
}

#footer {
	clear:left;
	width: 850px;
	color: #c4af9e;
	padding: 30px 0 20px 0;
	text-align: center;
}

#footer a {
	color: #e87901;
}

#footer a:hover {
	color: #e87901;
}

.scroll {
    height: 360px;
    width: 1080px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 660px;
    width: 960px;
	padding: 0;
	overflow: hidden;
}

ul.navigation {
	width: 1080px;
	height: 40px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin: 0;
	padding: 0;
}

ul.navigation a {
	float: left;
	display: block;
	width: 130px;
	height: 30px;
	padding: 10px 0 0 0;
	margin-right: 0px;
	color: #3f3228;
	font-size: 100%;
	font-weight: bold;
    text-decoration: none;
	text-align: center;
	font-style:italic;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #000;
	text-shadow: 1px 1px 1px #fed8ae;
	background: url(../images/menu_hover.png) repeat-x;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px;
}

.scrollButtons.right {
    right: -30px;
}

.hide {
    display: none;
}