#wrap {
	width:800px; /*center hack*/
	margin:0 auto; /*center hack*/
	text-align:left;
	background-color: #ACACAB;
	background-image: url(images/greybk.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar {
	float:left;
	width:264px;
}
#header {
	height: 317px;
}
#logo {
	padding-top: 50px;
	padding-right: 69px;
	padding-bottom: 15px;
	padding-left: 45px;
}
#MainNav {
	width: 212px;
	left: 26px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#main-body {
	float:left;
	width:535px;
}
#bodyCopy {
	min-height: 326px;
	padding-left: 40px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
#UserText {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#userPhotos {
	padding: 15px;
}
#footer {
	clear:both;
	width: 800px;
	height:60px;
	background-color: #666666;
}
#listLeft {
	float: left;
	width: 45%;
}
#listRight {
	float: right;
	width: 45%;
}
