/*
This file defines sizes for jello layout. There needs to be only one file named jello-size-xxx.css
included into html page. Use request attribute _jello_size_ to put a name that matches the actual css file to include.
The only layout related sizes are: header, left/right column width, inner and outer footer.
*/

#header {
	height:62px;
}

#leftcolumn {
	/*width:240px;*/
	width:248px;
}

#rightcolumn {
	width:0;
}

#rightcentercontent {
	margin:0 0 0 248px;/*last number must be same as left column width*/
}

#centercontent {
	margin:0 0 0 0;/*second number must be same as right column width*/
}

#inner-footer {
/*optional, if left default will use only as much as the content requires*/
	height:50px;
}

#outer-footer {
/*optional, if left default will use only as much as the content requires*/
	height:50px;
}
