/* GENERAL -------------------------------------------------------- */
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #eee;
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
#wrapper {
	position: relative;
	width: 857px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	height: 100%;
	height: auto;
}
html>body #wrapper {
	height: auto;
}
/* ---------------------------------------------------------------- */
/* LAYER ---------------------------------------------------------- */
#top {
	width: 857px;
	height: 260px;
	margin: 20px 0 0 0;
	padding: 0;
	background: #fff url('img/half_top.gif') no-repeat;
}
#main {
	width: 857px;
	margin: -260px 0 0 0;
}
#left {
	margin: 100px 0 0 0;
	padding: 0 0 0 0;
	width: 447px;
	min-height: 250px;
	float: left;
	background: url('img/full_scale.gif') repeat-y 32px 0;
}
#left p {
	color: #eee;
}
#left_bottom {
	/*background: #fff url('img/left_bottom.jpg') no-repeat;*/
	width: 415px;
	height: 269px;
	margin: 0 0 0 32px;
	padding: 0 0 30px 0;
}
#navi {
	float: left;
	padding: 30px 10px 0 5px;
	color: #ddd;
}
#navi ul {
	list-style-type: none;
	margin: 0;
}
#navi ul li {
	list-style-type: none;
	margin: 2px 0;
}
#navi ul li a:before {
	content: ":: ";
}
#navi ul li a:after {
	content: " ::";
}
#navi ul li a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	border: 0;
}
#navi ul li a:hover {
	color: #444;
	border-bottom: 1px dotted #fff;
}
#navi ul li.active a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}
#navi ul li.active a:hover {
	color: #444;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
}
#navi ul li ul {
	color: #000;
	list-style-type: none;
	margin: 0 0 0 -25px;
}
#navi ul li ul li a:before {
	content: ": ";
	margin: 0 0 0 -7px;
}
#navi ul li ul li a:after {
	content: " :";
}
#navi ul li.active ul li a {
	font-weight: normal;
	border: 0;
}
#navi ul li.active ul li a:hover {
	color: #444;
	font-weight: normal;
	border-bottom: 1px dotted #fff;
}
#navi ul li.active ul li.active a {
	font-weight: bold;
	border: 0;
}
#navi ul li.active ul li.active a:hover {
	color: #444;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
}
#navi ul li ul li ul {
	list-style-type: none;
	margin: 0 0 0 -35px;
}
#navi ul li ul li ul li a:before{
	content: "\00BB \0020";
	margin: 0 0 0 -5px;
}
#navi ul li ul li ul li a:after {
	content: "";
}
#content {
	width: 230px;
	padding: 0 10px;
	margin: 45px 10px 0 195px;
	min-height: 250px;
}
#content2 {
	width: 230px;
	padding: 0 10px;
	margin: 30px 10px 0 195px;
	min-height: 250px;
}
#content p {
}

#right {
	width: 396px;
	margin: 70px 0 0 0;
	padding: 0;
	background: #fff url('img/right_scale_bg.gif') repeat-y;
	float: right;
}
#right_top {
	background: url('img/right_top.jpg') no-repeat;
	width: 396px;
	height: 259px;
	min-height: 259px;
	margin: 0;
}
#right_bottom {
	background: url('img/right_bottom.gif') no-repeat bottom left;
	width: 396px;
	min-height: 125px;
	margin-left: 0px;
}
#right_bottom #right_content {
	padding: 10px 15px 10px 15px;
	width: 220px;
}
#right_content p {
	color: #333;
}
#sub_bottom {
	width: 396px;
	background-color: #fff;
}
#sub_bottom_one {
	margin-left: 5px;
	color: #666;
	font-size: 12px;
}
#sub_bottom_two {
	float: right;
	margin: -17px 150px 0 0;
	color: #666;
	font-size: 12px;
}
#sub_bottom_one a, #sub_bottom_two a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
#sub_bottom_one a:hover, #sub_bottom_two a:hover {
	color: #999;
	text-decoration: underline;
}

.back2index {
	display: block;
	width: 255px;
	height: 65px;
	margin: -100px 0 0 192px;
	border: 0;
}



#fullWidth {
	width: 857px;
	/*background: white url('img/full_scale.gif') repeat-y;*/
	margin: 0;
	padding: 0 0 20px 0;
}
#fullWidth #content2 {
	margin: -63px 0 0 0;
	width: 617px;
	min-height: 260px;
	background: url('img/full_scale.gif')repeat-y;
	padding-top: 64px;
	padding-right: 200px;
}
#fullBottom {
	margin: 0;
	padding: 0;
	width: 427px;
	height: 274px;
	padding-left: 430px;
}
#subFullbottom {
	width: 396px;
	margin: -20px 0 0 0;
	padding: 136px 0 0 0;
}
#content2 {
	width: 230px;
	padding: 0 10px;
	margin: 30px 10px 0 195px;
}
#content2 p {
	font-size: 12px;
	line-height: 14px;
}
#contentSpacer {
	width: 150px;
	height: 17px;
	margin: 0;
}
