#wrapper {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	background: url('/dsg/background-not-home.jpg') no-repeat top left;
}
.wrapper-home {
	background-image: url('/dsg/background-home.jpg') !important;
}


#header {
	height: 152px;
	overflow: hidden;
}
#header #logo {
	float: left;
	margin-top: 27px;
}
#header #icons {
	float: right;
	margin-top: 2px;
}
#header #icons a {
	padding-left: 4px;
}


#container {
	clear: both;
}
#left {
	float: left;
	width: 260px;
	overflow: hidden;
}
#center {
	float: left;
	width: 380px; /*460*/
	margin: 0 20px;
	padding: 20px;
	overflow: hidden;
	background: url('/dsg/background-container.png') repeat top left;
}
.wrapper-home #center {
	margin-top: 290px;
}
#right {
	float: right;
	width: 260px;
	overflow: hidden;
}


#main_menu {
	padding: 11px 20px;
	margin: 0 0 2em 20px;
	background: url('/dsg/background-menu.png') repeat top left;
}
#main_menu ul {
	list-style-type: none;
	margin: 0;
}
#main_menu ul li {
	margin: 0;
	padding: 0.5em 0;
}
#main_menu ul li a {
	display: block;
	font-family: Georgia, sans-serif;
	font-size: 1.8em;
	color: #000;
	text-decoration: none;
	background: url('/dsg/menu-arrow.gif') no-repeat left center;
	padding-left: 30px;
}
#main_menu ul li a:hover {
	color: #ee7f01;
}
#main_menu ul li a:hover,
#main_menu ul li a.active {
	background-image: url('/dsg/menu-arrow-active.gif');
}


#footer {
	clear: both;
	background: url('/dsg/footer-background.jpg') no-repeat bottom center;
	min-height: 141px; /*200*/
	height: auto !important;
	height: 141px;
	padding: 35px 31px 24px 40px;
}

#footer .sponsors {
	width: 100%;
	border-top: 6px solid #d3c7bc;
	text-align: center;
}
#footer .sponsors th {
	padding: 8px 0 14px 0;
	font-weight: normal;
}
#footer .sponsors th a {
	color: #8f755a;
	text-decoration: none;
}
#footer .sponsors th a:hover {
	text-decoration: underline;
}
#footer .sponsors td a {
	text-decoration: none;
}

#footer #copyright {
	clear: both;
	margin-top: 14px;
	padding-top: 2px;
	border-top: 6px solid #d3c7bc;
	color: #91765b;
	font-size: 1.1em;
}

#footer #bottom_left_menu {
	float: left;
}
#footer #bottom_right_menu {
	float: right;
}

#footer #bottom_left_menu,
#footer #bottom_right_menu {
	color: #91765b;
	font-size: 1.1em;
	margin-top: 1px;
	line-height: 1.5em;
}
#footer #bottom_left_menu ul,
#footer #bottom_right_menu ul {
	margin: 0;
	list-style-type: none;
}
#footer #bottom_left_menu ul li,
#footer #bottom_right_menu ul li {
	margin: 0;
	float: left;
	padding: 0 7px;
	border-left: 1px solid #91765b;
}
#footer #bottom_left_menu ul li.first,
#footer #bottom_right_menu ul li.first {
	padding-left: 0;
	border-left: none;
}
#footer #bottom_left_menu ul li.last,
#footer #bottom_right_menu ul li.last {
	padding-right: 0;
}
#footer #bottom_left_menu ul li a.active,
#footer #bottom_right_menu ul li a.active {
	text-decoration: none;
	border-bottom: 1px dashed #e76d08;
}
#footer #bottom_left_menu ul li a.active:hover,
#footer #bottom_right_menu ul li a.active:hover {
	text-decoration: underline;
	border-bottom: none;
}


#home-title {
	position: absolute;
	width: 410px;
	margin: 0px 0 0 -422px;
}
#home-title .title * {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
}
#home-title .title h1 {
	font-size: 4em;
	color: #f4821f;
}
#home-title .title strong {
	color: #977E68;
	font-size: 0.8em;
	font-weight: bold;
}
#home-title .title span {
	display: block;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", sans-serif;
}
#home-title a.join {
	display: block;
	margin-top: 1em;
	color: #fff;
	font-size: 1.8em;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", sans-serif;
	text-decoration: none;
	background: url('/dsg/home-button.png') no-repeat top right;
	width: 366px;
	height: 33px; /*42*/
	padding-top: 9px;
	text-align: center;
}
#home-title a.join:hover {
	text-decoration: underline;
}