#maincontainer{
	width: 189px; /*Width of main container*/

}
#contentheader{
	width: 185px;
	height: 28px;
	BACKGROUND-IMAGE: url(bgrd_hpage_header.gif);
	BACKGROUND-REPEAT: repeat-x;
	background-color: #F8F9FA;
	}
#contentwrapper{
	BORDER-RIGHT: #dddddd 1px solid;
	BORDER-TOP: #dddddd 1px solid;
	BORDER-LEFT: #dddddd 1px solid;
	BORDER-BOTTOM: #dddddd 1px solid;
	background-color:#F8F9FA;
	margin-right: 1px;
	height: 300px;
	width: 185px;

}

#centercolumn{
float: left;
width: 185px; /*Width of right column*/
background: #FDE95E;
}

