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

#sidebarContainer {
	float:right;
	padding: 10px;
	width:130px;
	line-height:2em;
}

#pageHeader {
background-color:#F9F9F9;
border-bottom:10px dotted #BCBCBC;
border-top:10px dotted #BCBCBC;
margin:-5pt auto 20px;
padding:15px 0pt 0pt;
text-align:center;
width:500px;
}

#container {
	width:500px;
	margin: 0 auto 0 auto;
}

#contentContainer {
	padding: 10px;
	float: left;
	width:330px;
	line-height:2em;
}

#footer { 
	font-size: .9em;
/*	text-align: center;*/
	padding: 0px;
	width:330px;
	margin-top: 45px;
}