body {
	padding: 0px;
	margin: 0px;
	border: 0;
	width: 100%;
}

#container {
	width: 956px;
	padding: 8px 9px;
	margin: 0px auto;
	position: relative;
}

#colmask {
		margin-top: 0px;
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		margin-bottom: 10px;
}

#colmid,
#colleft {
			float:left;
			width:100%;			/* width of page */
			position:relative;
}
		
#colmid {
	right: 1044px;			/* width of the right column */
}
#colleft {
	right: 180px;			/* width of the left column */
}

#main, #rightbar, #leftbar {
	float:left;
	position:relative;
	overflow:hidden;
}

#main {
	float: left;
	width: 763px;
	left: 1390px;
	padding: 0px 0px 10px 20px;
}

#rightbar {
	width: 0px;			/* Width of right column content (column width minus padding on either side) */
	display: none;
	padding: 0 10px;
}

#leftbar {
	left: 441px;
	width: 170px;
}


/* Header styles */
#header {
	clear:both;
	width:100%;
	height: 146px;
	display: block;
}

/* Footer styles */
#footer {
	clear:both;
	width:936px;
	height: 50px;
}
