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

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

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


#header , #container {
	font-size: 17px;
}

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

ul#css_switch li.big a {
	background-image: url(../images/size-expansion_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
ul#css_switch li.normal a {
	background-image: url(../images/size-normal.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
