.float_left {float: left;}

body { 
    margin: 0;
    padding: 0; 
    font-family: corbel;
    font-size: 17px;
	color: #282d33;
	background: #13111b;
	height: 185px;
	
}

#header {
	padding-top: 20px;
	height: 187px;
	width: 837px;
	margin: 0px auto;	
}



#wrapper {
    width: 760px;
    margin: 0 auto;
	font-size: .875em
}

#footer {text-align: center; font-size: 13px; color:#fff; font-family:corbel;}

#intro {
    padding-bottom: 10px;
}

a {color: #666600}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
	background: url(images/slider_bg.png) no-repeat;
    width: 762px;
	height:560px;
    margin: 0 auto;
    position: relative;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 10px
}

.scroll {
	height: 500px;
	width: 760px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;

}

.scrollContainer div.panel {
    padding: 20px;
    height: 260px;
    width: 700px;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #282d33;
	font-weight:bold;
    text-decoration: none;
}

ul.navigation a:hover {

}

ul.navigation a.selected {

}

ul.navigation a:focus {
    outline: none;
}



.hide {
    display: none;
}
.logo{
	width:500px;
	height:160px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -250px;
	margin-top: -80px;
}
.email{
	color:#fff;
	position:absolute;
	left:5%;
}