body {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#595959;
}
#wrapper {
	margin-left: auto; 
    margin-right: auto;
	width: 900px;
	text-align: left;
	height:601px;
	background-color:#FFFFFF;
}
#header {
	width:900px;
	height:97px;
	float:left;
	background-color:#333333;
}
#headImg{
	width:409px;
	height:82px;
	float:left;
	margin-left: 127px;
	}
#topMenu{
	width:165px;
	height:20px;
	float:left;
	margin-left: 198px;
	margin-top: 65px;
}	
#leftNav{
	width:127px;
	height:504px;
	float:left;
	background-color:#333333;
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#mainContent{
	width:773px;
	height:889px;
	float:left;
}
#contentTitle{
width:770px;
height:47px;
float:left;
}
#contentBar{
width:773px;
height:34px;
float:left;
background-image:url(../images/orange_bar.jpg);
background-repeat:no-repeat;
}
#menu{
	width:100px;
	height:220px;
	float:left;
	margin-top: 115px;
	margin-left: 27px;
}
#addressSidebar{
	width:117px;
	height:100px;
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	}

