#root {
	/*background-color: grey;*/
	width: 800px;
	height: 1000;
}
#header {
    height: 83px;
	width: 800px;
	margin: 0px;
	background-image: url(../images/main/head_top.jpg);
}
#sub_header {
    height: 120px;
	width: 800px;
	margin: 0px;
}

#sub_header_left {
	height: 120px;
	width: 400px;
	margin: 0px;
	background-image: url(../images/main/head_left.jpg);
	float: left;
	/*background-color: green;*/
}

#sub_header_right {
	height: 120px;
	width: 400px;
	margin: 0px;
	background-image: url(../images/main/head_right.jpg);
	float: right;
	/*background-color: green;*/
}

#content_root {
	/*background-color: black;*/
	margin: auto;
	width: 780px;
	/*height: 1000px;*/
}

#header_menu {
	float: left;
    height: 25px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 4px;
	background-image: url(../images/main/dotline.gif);
	text-align: justify;
}

#leftpanel {
	float: left;
    width: 180px;
	margin-left: 0px;
	/*background-color: green;*/
}

#contentpanel {
    float: left;
	width: 450px;
	padding-left: 2px;
	padding-right: 2px;
	/*height: 500px;*/
	/*margin-left: 3px;*/
	/*background-color: yellow;*/
	
}

#contentpanel_wide {
    float: left;
	width: 590px;
	padding-left: 2px;
	padding-right: 2px;
	/*height: 500px;*/
	/*margin-left: 3px;*/
	/*background-color: blue;*/
	
}

#rightpanel {
    width: 140px;
	/*height: 500px;*/
	float: right;
    margin-left: 0px;
	margin-top: 0px;
	vertical-align: top;
	/*background-color: yellow;*/
}

#footer {
	float: bottom;
    height: 30px;
	width: 800px;
	/*background-image: url(../images/main/footer.jpg);*/
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
	/*background-color: orange;*/
	text-align: center;
	color: grey;
}


