/* main */

#wrapper_parent {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	background: url('/dsg/wrapper_middle.gif') repeat-y top center;
}
#wrapper {
	background: url('/dsg/wrapper_top.gif') no-repeat top center;
}
#wrapper_child {
	background: url('/dsg/wrapper_bottom.gif') no-repeat bottom center;
	height: 1%;
}

#wrapper_left {
	float: left;
	width: 220px;
	overflow: hidden;
}
#wrapper_right {
	float: right;
	width: 760px;
	overflow: hidden;
}

#logo {
	display: block;
	width: 220px;
	height: 210px;
	background: url('/dsg/logo.png') no-repeat top left;
	overflow: hidden;
}

#menu_main {
	margin-top: 69px;
}
#menu_left {
	margin: 15px 20px 0 20px;
}

#center {
	float: left;
	width: 460px;
	overflow: hidden;
	margin-left: 40px;
}
#right {
	float: right;
	width: 200px;
	overflow: hidden;
	margin-right: 20px;
}

#footer {
	width: 980px;
	overflow: hidden;
	margin: 30px auto 0 auto;
}
#footer .footer_left {
	float: left;
	font-size: 1.2em;
	color: #004a85;
}
#footer .footer_left a {
	color: #004a85;
	text-decoration: underline;
}
#footer .footer_left a:hover {
	text-transform: none;
}
#footer .footer_right {
	float: right;
}
#footer .footer_right ul {
	margin: 0;
	list-style-type: none;
}
#footer .footer_right ul li {
	margin: 0 0 0 10px;
	display: inline;
}
#footer .footer_right ul li a {
	
}
#footer .footer_right ul li a.active {
	text-decoration: underline;
}
