/*
 * Layout Styles
 */
body {
	text-align: center;
}
#container-box {
	width: 840px;
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#header-box {
	width: 100%;
	text-align: center;
}
#header {
	position: relative;
	width: 800px;
	height: 210px;
	margin: 0 auto;
	text-align: left;
}
#header-inner {

}

#navigation {
	position: relative;
	width: 495px;
	height: 35px;
	margin: 0 0 0 235px;
	text-align: left;
	
}
#navigation-inner {
	position: relative;
}
#sub-navigation {
	width: 570px;
	height: 25px;
	margin: 0 0 0 235px;
	text-align: left;
}
#sub-navigation-inner {
	
}

#language-selector {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 50px;
	height: 30px;
}
#language-selector-inner {
	
}
#header-logos {
	position: absolute;
	bottom: 30px;
	left: 15px;
	height: 30px;
}
#header-logos-inner {
	
}

#main-box {
	overflow: auto;
	width: 100%;
	text-align: center;
}
#main {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
.no-sidebars #main {
	width: 800px;
}
.sidebar-left #main, 
.sidebar-right #main {
	width: 800px;
}
#main-inner {
	
}

#content, 
.no-sidebars #content {
	float: left;
	width: 800px;
	margin-left: 0;
	margin-right: -800px; /* Negative value of #content's width + left margin. */
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
}

.sidebar-left #content {
	width: 600px;
	margin-left: 200px; /* The width of #sidebar-left. */
	margin-right: -800px; /* Negative value of #content's width + left margin. */
}

.sidebar-right #content {
	width: 600px;
	margin-left: 0;
	margin-right: -600px; /* Negative value of #content's width + left margin. */
}

.two-sidebars #content {
	width: 400px;
	margin-left: 200px; /* The width of #sidebar-left */
	margin-right: -600px; /* Negative value of #content's width + left margin. */
}
#content-inner {
	
}
#sidebar-left {
	float: left;
	width: 200px;
	margin-left: 0;
	margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
	text-align: left;
}
#sidebar-left-inner {
	
}
#sidebar-right {
	float: left;
    width: 200px;
    margin-left: 600px; /* Width of content + sidebar-left. */
    margin-right: -800px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
	text-align: left;
}
#sidebar-right-inner {
	
}

#footer-box {
	clear: both;
	width: 100%;
	text-align: center;
}
#footer {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	text-align: left;
}
#footer-inner {
	
}

#closure-box {
	clear: both;
	width: 100%;
	text-align: center;
}
#closure {
	width: 800px;
	height: 110px;
	margin: 0 auto;
	text-align: left;
}
#closure-inner {
	
}

.clear {
	display: block;
	clear: both;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	margin-bottom: 0px;
}