#slider {
    position: relative;
	width: 100%;
}

#tooplate_wrapper {
	width: 840px;
	padding: 40px 20px 0px 20px;
	margin: 0 auto;
	background: url(../images/tooplate_body.jpg) no-repeat top center
}

#tooplate_sidebar {
	float: left;	
	width: 240px;
	padding-top: 20px
}

#header {
	width: 568px;
	text-align: left;
	margin-top: -510px;
    margin-left: 270px;
    padding-top: 480px;
    padding-left: 15px;
    padding-bottom: 20px;
    background: url(../images/tooplate_content.png) no-repeat
}

#header h1 {
	margin: 0; 
	padding: 0;
	height: 60px;
	display: block; 
	text-indent: 0px;
}

#menu {
    clear: both;
    margin-top: 150px;
	width: 200px;
	height: 311px;
	padding: 20px;
	background: url(../images/tooplate_menu.png) no-repeat
}

#content {
	overflow:auto;
    height: 400px;
    width: 400px;
    float: right;
    margin-top: -30px;
	width: 568px;
	height: 570px;
	background: url(../images/tooplate_content.png) no-repeat

}

.content_section {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #444
}

.last_section {
	margin: 0;
	padding: 0;
	border: 0;
}

#footer {
	clear: both;
	width: 840px;
	padding: 0 0 30px;
	margin: 0 auto;
	text-align: right;
}

#footer a {
	color: #000;
}

#social_box {
	height: 85px;
	padding: 0px;
	text-align: right;
}

#social_box a {
	display: inline-block;
	margin-left: 20px;
	width: 60px; height: 60px;
}

.scroll {
    height: 478px;
    width: 488px;
	margin: 30px 44px 0px 44px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 478px;
    width: 488px;
	overflow: hidden;
}

ul.navigation, ul.navigation_extern {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin: 0;
	padding: 0;
}

ul.navigation a {
	display: block;
	padding: 0 0 6px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #333;
	color: #333;
	font-size: 18px;
	font-weight: 400;
    text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul.navigation_extern a {
	display: block;
	padding: 0 0 6px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #333;
    color: #333;
	font-size: 18px;
	font-weight: 400;
    text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul.navigation a:hover, ul.navigation_extern a:hover, ul.navigation a.selected {
	color: #a10000;
	padding-left: 10px;
}

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

.hide {
    display: none;
}