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

 about this template
 http://hyper-text.org/archives/2007/10/css_switch.shtml

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


div#container {
	width: 700px;
	}

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

div#container div#main_content {
	width: 500px;
	float: left;
	}

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

/*----------------------------------------
 __CSS_switch
----------------------------------------*/

ul#css_switch li.fixed a {
	background: url(../img/fx_on.gif) no-repeat left center;
	}

