body { 
	width: 900px;
	margin: auto;
	font-family:Trebuchet MS1, "Helvetica", sans-serif;
	font-size: 100%;
    background: #efecea;
    color: #fff;
}


#navmenu {
	width: 790px;
	margin: 0px 55px 0px 55px;
	height: 25px;
	position:absolute;
	top:50px;

}

#navmenu ul {
        list-style-type: none; 
        margin: 0px; 
        padding: 0px; 
        text-align: center;
}


#navmenu1 ul li a {
	float: left;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: uppercase;
	color: #000; 
	letter-spacing: .09em;
	font-size: 12px;
	padding-right:5px;
	text-decoration: none; 
	display: block;
	height: 20px;
	line-height: 30px;
}

#navmenu2 ul li a {
	float: right;
	list-style: none;
	padding-right:5px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: uppercase;
	color: #000; 
	letter-spacing: .09em;
	font-size: 12px;
	text-decoration: none; 
	display: block;
	height: 20px;
	line-height: 30px;
}

#navmenu a:hover { color: #3dc8f0; }


#header{
	width: 900px;
	margin: auto;
}


#wrapper {
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}


h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
	padding-top: 10px;
    width: 790px;
    margin: 0 auto;
    position: relative;
}

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

.scrollContainer div.panel {
    padding: 0px 55px 0px 0px;
    height: 600px;
    width: 900px;
}


.scrollButtons {
    position: absolute;
    top: 260px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -55px;
}

.scrollButtons.right {
    right: -55px;
}

.hide {
    display: none;
}


