/* main.css */

#wrapper_container {
	background: url('/dsg/body_background.gif') repeat-x top left;
	min-height: 500px;
}
#wrapper {
	width: 952px; /*980*/
	padding: 0 13px 0 15px;
	overflow: hidden;
	margin: 0 auto;
	background: url('/dsg/wrapper_background.jpg') no-repeat top left;
}

#menu {
	height: 51px;
	margin-left: 205px;
}

#logo {
	clear: both;
	float: left;
	padding: 40px 0 0 15px;
}

#header_picture {
	float: right;
	width: 747px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	overflow: hidden;
}
#header_picture img {
	float: right;
}

#container {
	clear: both;
	margin-top: 25px;
	background: url('/dsg/right_background.gif') repeat-y top right;
	padding-bottom: 2em;
}
.no_right {
	background: none !important;
}
#left {
	float: left;
	width: 160px; /*205*/
	overflow: hidden;
	margin: 0 30px 0 15px;
}
#center {
	float: left;
	width: 540px; /*570*/
	overflow: hidden;
	margin-right: 30px;
}
.no_right #center {
	width: 747px;
	margin-right: 0;
}
#right {
	float: right;
	width: 177px;
	overflow: hidden;
}

#footer {
	clear: both;
	margin: 1px 0 0 205px;
	border-top: 3px solid #b1b1b1;
	padding: 25px 0 1em 0;
}
#footer p {
	color: #a17d44;
	font-size: 1.2em;
	margin: 0;
}
#footer #menu_footer {
	float: right;
}
