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

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

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


div#container {
	width: 800px;
	}

div#container div#contents_area {
	width: 600px;
	float: left;
	}

div#container div#main_content {
	width: 400px;
	float: right;
	}

div#container div#sub_content {
	width: 200px;
	float: left;
	}

div#container div#third_content {
	width: 200px;
	float: left;
	}
