#slider {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

#header {
	width: 960px;
	height: 100px;
	background: url(../images/templatemo_header.jpg) no-repeat;	
}

#header #sitetite {
	float: left;
	width: 240px;
	height: 65px;
	padding-top: 35px;
	margin-right: 80px;
	text-align: center;
}

#header #sitetite h1 {
	margin: 0;
	padding: 0;
}

#header #sitetite a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #edecec;
	font-weight: normal;
	text-decoration: none;
}

#header #sitetite a span {
	display: block;
	font-size: 12px;
	color: #edecec;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 5px;
}


.scroll {
    height: 480px;
    width: 940px;
    overflow: auto;
   /* overflow-x: hidden; */
    position: relative;
    clear: left;
    background: url(../images/templatemo_content.jpg) repeat-y;
}

.scrollContainer div.panel {
    padding: 20px 50px;
    height: 440px;
    width: 840px;
}

ul.navigation {
	float: left;
	width: 560px;
	height: 40px;
    list-style: none;
    margin: 22px 0 0 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
	float: left;
	display: block;
	width: 104px;
	height: 30px;
	padding-top: 9px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
    text-decoration: none;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #ffe400;
	background: url(../images/templatemo_menu_hover.jpg) no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

#links{
float:left;
width:360px;
line-height:53px;
margin:30px 0 0 212px;
display:inline;
}
#links a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFD7D7;
text-decoration:underline;
margin:0 12px;
}
#links a:visited{text-decoration:underline}
#links a:hover{text-decoration:none}
#sidebar{
width:399px;
float:left;
}

.links{
width:860px;
float:left;
padding:0;

}
.links div{
width:430px;
float:left
}
.links p{
width:410px;
float:left;
color:#0177D3;
padding:0 0 15px 0;
}
.links span a{
color:#010101;
font-weight:bold;
font-size:18px;
text-decoration:none
}
.links span a:visited{text-decoration:none}
.links span a:hover{text-decoration:none}

.links a{
color:#0177D3;
font-size:14px;
text-decoration:none
}
.links a:visited{text-decoration:none}
.links a:hover{text-decoration:underline}



.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}