#container {
	width: 840px;
	margin: 0px;
	margin: auto;
}


#header {
	width:  840px;
	height: 380px;
}

#main {
	width:  840px;
      }


#text_left {
	float: left;
	width: 40px;
	height: 170px;
	background: url(img/shadow_left.jpg);
	background-repeat: no-repeat;
}


#text_right {
	float: left;
	width: 40px;
	height: 170px;
	background: url(img/shadow_right.jpg);
	background-repeat: no-repeat;
}



#text {
	float: left;
	width: 477px;
	margin: 0px 30px 16px 0px;
	color: #666666;
	text-align: justify;
}


#text_panel {
	float: left;
	width: 205px;
	margin: 0px 18px 20px 30px;
	color: #666666;
	text-align: justify;
        font-size: 10px;
}




#footer {
	clear: both;
	width: 840px;
	height: 25px;
	background: url(img/ground_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 20px;
	padding-top: 25px;
}



