#wrapper {
    width: 940px;
	margin-bottom:10px;
}

.text_bg {
	float:left;
	margin-top:10px;
	margin-left:10px;
	background:url(../images/background_text.gif) no-repeat;
	width:324px;
	height:194px;
	padding:20px;
	text-align:center;
}

.img_bg {
	float:right;
	width:520px;
	height:220px;
	margin-top:10px;
	margin-right:10px;
}

#over {
	z-index:20;
	position:absolute;
	top:180px;
	left:90px;
}

#slider {
    width: 930px;
    height: 250px;
    margin: 0 auto;
	margin-bottom:15px;
    position: relative;
	background: url(../images/background_slider.gif) no-repeat;
}

h1.slider {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:1.8em;
	line-height:1.2em;
	color:#FFF;
	font-weight:100;
	padding:0;
	margin:0;
	padding-bottom:5px;
}

p.slider {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color:#FFF;
	padding:0;
	margin:0;
	text-align:left;
	font-style:italic;
	padding-top:5px;
}

.scroll {
    height: 250px;
    width: 930px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
	padding: 0px;
	height: 210px;
	width: 930px;
}



ul.navigation {
    list-style: none;
    margin: 0;
	margin-top:20px;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a,ul.navigation a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
    color: #fff;
	font-size:1.4em;
    text-decoration: none;
	background:url(../images/background_selector.gif) no-repeat;
	width:38px;
	height:33px;
	display:inline-block;
	text-align:center;
}

ul.navigation a:hover {color:#FF0;}

ul.navigation a.selected {color:#FF0;}

ul.navigation a:focus {outline:none;}
