/**
* Implentation of the "One True Layout" by positioneverything.net
* see http://www.positioniseverything.net/articles/onetruelayout/
* and http://www.positioniseverything.net/articles/onetruelayout/appendix/holygrail
* for details
*/

#main-wrapper {
  width: 100%;
}

#main	{
  margin: 0;
}

#sidebar-left, #sidebar-right {
	padding: 5px 8px 20px 8px;
	width: 175px;
}
