/*
 * Layout Styles
 */
#container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	/*position: relative;*/
}

#header-box {
	width: 100%;
	text-align: center;
}
#header {
	width: 950px;
	height: 155px;
	margin: 0 auto;
	text-align: left;
}
#header-inner {

}

#site-name {
	/*position: absolute;
	top: 0;
	left: 0;*/
	float: left;
	
	width: 295px;
	height: 155px;
	text-align: left;
}

#navigation {
	/*position: absolute;
	top: 0;
	right: 0;*/
	float: right;
	width: 655px;
	height: 155px;
	text-align: left;
}
#navigation-inner {
	
}

#breadcrumbs {
	height: 18px;
	text-align: left;
}
#breadcrumbs-inner {
	
}

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

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

.sidebar-left #content-box {
	width: 771px;
	margin-left: 166px; /* The width of #sidebar-left. */
	margin-right: -950px; /* Negative value of #content's width + left margin. */
}

.sidebar-right #content-box {
	width: 771px;
	margin-left: 0;
	margin-right: -771px; /* Negative value of #content's width + left margin. */
}
.two-sidebars #content-box {
	width: 529px;
	margin-left: 166px; /* The width of #sidebar-left */
	margin-right: -696px; /* Negative value of #content's width + left margin. */
}

#content {
	position: relative;
}
#content-inner {
	position: relative;
}

#content-area {
	float: left;
	width: 527px;
}
#content-area-inner {
	
}


#sidebar-left-box {
	float: left;
	width: 166px;
	margin-left: 0;
	margin-right: -166px; /* 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 {
	
}
#sidebar-left-inner {
	
}

#sidebar-right-box {
	float: right;
    width: 243px;
    /*margin-left: 696px; /* Width of content + sidebar-left. */
    /*margin-right: -950px; /* 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 {
	
}
#sidebar-right-inner {
	
}

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

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

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