#main {
	width: 980px;
	margin: 0 auto;
	background: #e7e7e7; /* url('/dsg/background-image.jpg') no-repeat top right; */
}

#main #header {
	background: url('/dsg/header-background.gif') no-repeat top right;
	height: 120px;
}
	#main #header #home {
		display: block;
		float: left;
		width: 181px;
		height: 120px;
		background: url('/dsg/header.png') no-repeat top left;
		position: relative;
		cursor: pointer;
	}
	#main #header #languages {
		float: left;
		list-style-type: none;
		margin-left: 4px;
	}
	#main #header #languages li {
		float: left;
		background: url('/dsg/language-box-center.png') repeat-x top left;
		height: 33px;
		margin: 0;
	}
	#main #header #languages li.left {
		width: 10px;
		background: url('/dsg/language-box-left.png') no-repeat top left;
	}
	#main #header #languages li.right {
		width: 10px;
		background: url('/dsg/language-box-right.png') no-repeat top left;
	}
	#main #header #languages li a {
		display: block;
		color: #01458e;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%;
		padding: 0 10px;
		margin-top: 8px;
		position: relative;
	}
	#main #header #languages li a:hover,
	#main #header #languages li a.active {
		color: #01458e;
		text-decoration: underline;
	}

#main #body {
	
}
	#main #body #body-left {
		float: left;
		width: 180px;
		padding-top: 6px;
	}
	#main #body #body-center {
		float: left;
		width: 620px;
		padding-top: 6px;
	}
	#main #body #body-right {
		float: left;
		width: 180px;
		padding-top: 6px;
	}

#main #footer {
	border: 1px solid #c3c3c3;
	background: #fff;
	padding: 2px;
}
#main #footer #footer-content {
	background: url('/dsg/footer-background.png') repeat-x top left;
	height: 26px;	/* 38 */
	padding: 12px 0 0 10px;
	color: #fff;
	font-size: 80%;
}
#main #footer #footer-content a {
	color: #fff;
	text-decoration: none;
	position: relative;
	letter-spacing: -0.1em;
}
#main #footer #footer-content a:hover,
#main #footer #footer-content a.active {
	text-decoration: underline;
}