#main {
	width: 950px;
	margin: 0 auto;
}

#main #header {
	height: 110px;
	border-bottom: 5px solid #e9e9e9;
	background: url('/dsg/header-menu-background.jpg') no-repeat top right;
	overflow: hidden;
}
	#main #header #logo {
		float: left;
		width: 104px;
		height: 59px;
		margin: 16px 0 0 12px;
	}
		#main #header #logo a img {
			float: left;
		}
	#main #header #menu {
		float: right;
		margin: 30px 20px 0 0;
	}
	#main #header #copyright {
		clear: both;
		padding: 18px 0 0 0;
		color: #737373;
	}


#main #body {
	background: url('/dsg/body-background.gif') repeat-y top left;
	margin-top: 5px;
}
	#main #body #body-left {
		float: left;
		width: 205px;
		overflow: hidden;
	}
	#main #body #body-center {
		float: left;
		width: 533px;	/*575*/
		padding: 0 21px;
		overflow: hidden;
	}
		#main #body #body-center #location {
			background: #dcdcdc;
			font-size: 80%;
			height: 19px;	/* 25 */
			padding: 6px 4px 0 5px;
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
		}
			#main #body #body-center #location a {
				color: #535353;
			}
	#main #body #body-right {
		float: right;
		width: 170px;
		overflow: hidden;
	}

/* footer */
#main #footer {
	height: 30px;	/*40*/
	padding-top: 10px;
	border-top: 5px solid #e9e9e9;
}
	#main #footer #footer-left {
		float: left;
	}
	#main #footer #footer-right {
		float: right;
		width: 245px;
	}
