#slider {
    position: relative;
	width: 100%;
}

#tooplate_100_wrapper_01 { 

}

#tooplate_100_wrapper_02 {
	width: 100%;

}

#tooplate_wrapper {
	width: 900px;
	padding: 0 90px;
	margin: 0 auto;

}

#header {
	width: 840px;
	height: 140px;
	text-align: center;

}

#header h1 { 
	margin: 0; 
	padding: 20px 0 0 0; 
	height: 55px; 
	display: block; 
	text-indent: - 10000px; 
}

#menu {
	padding-top:100px;
	width: 800px;
	margin: -10 auto;
	height: 50px;
}

#content {
	width: 1000px;
	height: 440px;
	padding: 0 20px 0 0;
}

#footer {
	width: 800px;
	padding: 80px 80px 20px 80px;
	color: #999;
	margin: 0 auto;

}

#footer_left { 
	float: left;
	width: 300px;
}

#footer a {
	color: #fff;
}

#social_box {
	float: right;
	width: 500px;
	height: 85px;
	padding: 0;
	text-align: right;
}

#social_box a {
	display: inline-block;
	margin-left: 20px;
	width: 60px; height: 60px;
}

.scroll {
    height: 440px;
    width: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 390px;
    width: 900px;
	padding: 30px 20px 20px;
	
}

ul.navigation {
	width: 600px;
    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: 100px;
	height: 38px;
	padding: 12px 0 0 0;
	color: #333;
	font-size: 14px;
	font-weight: bold;
    text-decoration: none;
	text-align: center;

}

ul.navigation a:hover, ul.navigation a.selected {
	color: rgb(31,60,120);
	
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}