/*===================================================================

 about this template
 http://hyper-text.org/archives/2007/07/multi_layout_template.shtml

===================================================================*/


div#container {
	width: 90%;
	max-width: 1500px;
	min-width: 300px;
	}

div#container div#contents_area {
	width: 100%;
	clear: both;
	}

div#container div#main_content {
	width: 80%;
	float: left;
	}

div#container div#sub_content {
	width: 20%;
	float: left;
	}

div#container div#third_content {
	width: 100%;
	clear: both;
	}

