/* layout.css */
#page {
	background: #5e7d0e url('/media/dsg/background.jpg') repeat-x top left;
}
.breadcrumbs {
	color: #9d9b90;
	font-size: 1.2em;
	position: absolute;
	top: 125px;
	left: 45px;
	z-index: 99;
}
.breadcrumbs a {
	float: left;
	color: #8a877b;
}
.breadcrumbs span {
	float: left;
	padding-left: 4px;
	padding-right: 4px;
}
.breadcrumbs a.last {
	text-decoration: none;
}
.breadcrumbs a.home {
	display: block;
	height: 9px;
	width: 9px;
	margin-top: 3px;
	background: url('/media/dsg/home.gif') no-repeat top left;
}
#logo {
	margin-top: 37px;
	margin-bottom: 29px;
	width: 232px;
	height: 68px;
	display: block;
	background: url('/media/dsg/logo.jpg') no-repeat top left;
}
.wrapper_body {
	position: relative;
	width: 955px;
	margin: 0 auto;
	overflow: hidden;
}

#center_container #center {
	float: left;
	width: 708px;
	position: relative;
	background: #f3dfa1 url('/media/dsg/content_bg.jpg') no-repeat top left
}
#center_container #right {
	width: 247px;
	float: right;
}
#center .center_bottom {
	background: url('/media/dsg/center_bottom.gif') no-repeat top left;
	height: 25px;
}
.logo2 {
	float: right;
	width: 273px;
	height: 107px;
	margin-right: 15px;
	background: url('/media/dsg/logo2.png') no-repeat top left;
}
.flower_power {
	height: 196px;
	padding-top: 30px;
	background: #5e7d0e url('/media/dsg/flower_power.jpg') no-repeat bottom left;
}
body.simple #footer {
	margin-top: 20px;
}
#footer {
	background: #28427e;
}
#footer .wrapper {
	position: relative;
	width: 955px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .footer_right {
	float: right;
	color: #bfc7d9;
	padding-top: 20px;
	font-size: 1.1em;
}
#footer .footer_right a {
	color: #bfc7d9;
	text-decoration: none;
}
#footer .footer_right a:hover {
	text-decoration: underline;
}
.flower_power a.small{
	display: block;
	width: 54px;
	height: 20px;
	margin-top: 30px;
	margin-left: 110px;
	background: url('/media/dsg/flower_more.gif') no-repeat top left;
}
.flower_power a.big{
	display: block;
	width: 145px;
	height: 60px;
	margin-top: 0px;
	margin-left: 50px;

}
.disc {
	float: left;
	width: 320px;
	color: #bfc7d9;
	font-size: 1.1em;
	padding-left: 10px;
	padding-top: 10px;
}
.footer_left a {
	float: left;
}
