/*Defines what is usually the largest part of the page, the content area. Width should be as instructed in #leftContainer*/
#contentContainer
{
	padding-left:10px;
	padding-right:0px;
    margin:0px;/*Padding in horizontals give an effective margin of 5px on each side. The old margin here was for the area between left and content, content and right*/
    width:929px;/*Width is increased by leftContainer width + rightContainer width + margin-left + margin-right*/
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
