/* main.css */

#wrapper {
	width: 860px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	padding-bottom: 1px;
}
#header a#logo {
	float: left;
}
#header #menu_top {
	float: right;
	margin-top: 30px;
}
#header #languages {
	padding-bottom: 39px;
}

#page {
	margin-top: 2em;
}

#center {
	float: left;
	width: 640px;
	overflow: hidden;
}

#right {
	float: right;
	width: 204px;
	overflow: hidden;
}

#menu_main {
	clear: both;
	background: url('/dsg/line_dotted_blue.gif') repeat-x bottom left;
}
#menu_main #menu_main_child {
	background: url('/dsg/line_dotted_blue.gif') repeat-x top left;
	height: 30px;
}

#footer {
	margin-top: 2em;
	background: url('/dsg/line_dotted_blue.gif') repeat-x top left;
	padding: 1em 0;
}
#footer a#genet {
	float: right;
	width: 17px;
	height: 18px;
	margin-right: 13px;
	background: url('/dsg/logo_genet.png') no-repeat center center;
}
