/* main.css */
#wrapper {
	margin: 0 auto;
	width: 866px;
}
#header {
	width: 862px;
	height: 230px;
	background: #ccc url('/dsg/headerBG.jpg') repeat-y bottom left;
	border-left: 2px dotted #fff;
	border-right: 2px dotted #fff;
}
#header #left {
	float: left;
	width: 627px;
}
	#header #left #logo {
		background:#fff url('../dsg/logos.jpg') no-repeat right;
	}
	#header #left #logo img.logo {
		float:left;
		border:none;
	}		
	#header #left #menuHolder {
		background:#ad4724;
		margin: 0;
		padding: 10px 20px;
	}	

#header #right {
	float: right;
	width: 233px; /*235*/
	height: 230px;
	background: url('/dsg/header-rightBG.jpg') no-repeat;
	border-left: 2px dotted #fff;
}
	#header #right #menuHolder {
		margin-top:153px;
		padding: 10px 20px;
		background: #007cc3;
	}
	#header #right #menuHolder #LangSelect {
		float: right;
	}
		#header #right #menuHolder #LangSelect a {
			color: #fff;
			font-size: 1.1em;
			text-decoration: none;
		}
		#header #right #menuHolder #LangSelect a:hover {
			text-decoration: underline;
		}
		#header #right #menuHolder #LangSelect a.active {
			font-weight: bold;
		}

#contentHolder {
	margin: 0 auto 10px auto;
	background: url('/dsg/main_BG.gif') repeat-y;
	border: 2px dotted #b04e2c;
	border-top: none;
	/* 866px */
}
.contentHolder_no_right {
	background: none !important;
}
#contentHolder #center {
	float: left;
	width: 625px; /*627*/
	overflow: hidden;
}
.contentHolder_no_right #center {
	float: none !important;
	width: auto !important;
}
#contentHolder #right {
	float: right;
	width: 237px; /*239*/
	overflow: hidden;
}

#footer {
	width: 870px;
	margin: 0 auto 5px auto;
	padding: 5px 0;
	text-align:center;
	font-size: 1.2em;
	background: #deb0a0;
}
