/* layout.css */
.wrapper {
	width: 810px;
	margin: 0 auto;
	overflow: hidden;
}

#header_container {
	background: url('/media/dsg/head-fill.jpg') repeat-x top left;
}
#header_container .header_child {
	background-repeat: no-repeat;
	background-position: center top;
}
#header_container .header_child .wrapper {
	height: 323px;
	background: no-repeat 10px 93px;
}
#header_container .header_child .wrapper #logo {
	width: 490px;
	height: 50px;
	display: block;
	margin-top: 20px;
	margin-left: 20px;
	position: absolute;
}
#header_container .header_child .wrapper #languages {
	float: right;
	color: #32312e;
	font-size: 1.2em;
	margin-top: 41px;
	height: 30px; /*42*/
	padding: 12px 15px 0;
	background: #615f5a;
	font-family: Verdana;
}
#header_container .header_child .wrapper #languages a {
	color: #32312e;
	text-decoration: none;
}
#header_container .header_child .wrapper #languages a:hover,
#header_container .header_child .wrapper #languages a.active {
	color: #fffefe;
}
#header_container .header_child .wrapper #languages .line {
	color: #e12000;
}


#footer_container {
	height: 120px;
	background: url('/media/dsg/footer.jpg') top left;
}

#center_container .wrapper #container {
	margin-top: 25px;
	border: 1px solid white;
	background: url('/media/dsg/bg.gif') repeat-y -1px 0px;
	border-bottom: 17px solid white;
}

#center_container .wrapper #container .flash {
	float: left;
}

#center_container .wrapper #container #left {
	float: left;
	clear: left;
	width: 190px;
}

#center_container .wrapper #container #center {
	float: left;
	width: 400px;
}

#center_container .wrapper #container #right {
	float: right;
	width: 205px;
}

#footer_container .wrapper .contact {
	float: left;
	padding-right:5px;
}

#footer_container .wrapper .author,
#footer_container .wrapper .mail {
	margin-top: 2px;
	font-size: 1.1em;
	font-family: Verdana;
}

#footer_container .wrapper .author a,
#footer_container .wrapper .mail a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ff3000;
}


#footer_container .wrapper .phone,
#footer_container .wrapper .contact,
#footer_container .wrapper .text {
	color: #c6ab71;
	font-size: 1.1em;
	line-height: 1.45em;
	font-family: Verdana;
}
#footer_container .wrapper .phone {
	clear:left;
}

#footer_container .wrapper .img {
	float: right;
	width: 184px;
	height: 84px;
	padding-top: 35px;
	background: url('/media/dsg/footer.png') no-repeat 0px 20px;
}

#footer_container .wrapper .text {
	padding-top: 40px;
}