/***********only default width**********/
#outer{
	width: 990px;
}

/*
scheme_1 - no sidebars
scheme_2 - one sidebar
scheme_3 - two sidebars
*/
#wrapper.scheme_3 #left,
#wrapper.scheme_2 #left {
	float:left;
	width: 195px;
	margin: 0;
	padding: 0;
}
#wrapper.scheme_3 #right,
#wrapper.scheme_2 #right {
	float: right;
	width: 185px;
	margin: 0;
	padding: 0;
}
#wrapper.scheme_3 #content {
	float: left;
	width: 580px;
	padding: 0 10px 0 0;
}
#wrapper.scheme_2 #content_noleft{
	float: left;
	width: 787px;
}
#wrapper.scheme_2 #content_noright{
	float: left;
	padding: 0 10px 0 0;
	width: 777px;
}
#wrapper.scheme_1 #content{
	width: 982px;
}
