/* Construction */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ddf4ea;
	background-image: url(/kokoderma_content/img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container{
	position: relative;
	text-align: left;
	margin: 4px auto 0 auto;
	padding: 0;
	width: 723px;
}

#header{
	position: relative;
	margin: 0;
	padding: 0;
	width: 723px;
	height: 260px;
	text-align: center;
	background-image: url(/kokoderma_content/img/header_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#main_nav{
	position: absolute;
	left: 182px;
	top: 235px;
	text-align: center;
	z-index: 101;
	padding: 0;
}

#sub_nav{
	position: absolute;
	left: 0;
	top: 255px;
	z-index: 100;
}

#bar_left{
	position: relative;
	float: left;
	display: inline;
	margin: 43px 0 0 3px;
	padding: 0;
	width: 90px;
}

#content{
	position: relative;
	float: left;
	display: inline;
	margin: 49px 0 20px 43px;
	padding: 0;
	width: 550px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #666666;
}

#footer{
	position: relative;
	clear: left;
	margin: 0;
	padding: 0;
	width: 723px;
	height: 20px;
	text-align: center;
}

