body {
	background:url(../../images/body.png) repeat-y center;
	text-align:center;
}

#sidebarContainer {
	float:right;
	width:125px;
	text-align:left;
}

#pageHeader {
	width:500px;
}

#container {
	text-align:left;
	width:500px;
}

/* Make sure to include the html > #div {} and anything in the IE CSS HACK area */


/* html > #contentContainer {
	width:310px; 
} */

/* text-aligns keep IE 5.5 from making it go all left & right alignment wacko. */

/* IE CSS Specific Hack Begin */
/* IE CSS Hack End */

#contentContainer {
	float: left;
	min-width:330px;
	max-width:330px;
	width:330px;
	text-align:left;
}

#footer { 
	text-align:center;
	width:330px;
	margin-top:25px;
}