html, body {
	padding:0;
	margin:0;
}

body {
	font: 12px Arial;
	color:white;
	background-color:#6f6f6f;
}

#wrapper_outside {
background:#6f6f6f url(../images/d2_background.png) repeat-x;
text-align:left;
}

#wrapper_mid {
background:url(../images/d2_content.png) repeat-y 50% 0;
min-width:1014px;
}

#wrapper {
background:url(../images/d2_header.png) no-repeat 50% 0;
}

#footer {
height:35px;
background:url(../images/d2_footer.png) no-repeat 50% 0;
background-repeat: no-repeat; 
}
#footer_inner {
text-align:center;
color:white;
padding-top:7px;
}

#footer_author {
margin-top:9px;
color:#888;
background-color:#6f6f6f;
}

#footer_author a { color:#aaa; }
#footer_author a:hover { color:#eee; }

#inside {
width:1014px;
margin:0 auto;
min-height:600px;
}

* html #inside { /* IE only */
width:1013px;
}

#header { position:relative; height:111px; z-index:1; }
#inner_header { position:relative; top:15px; left:7px; width:998px; }
#inner_header h2 { margin:0; } /* firefox bug, moves the outer wrapper down, without this */

#language_selection { position:absolute; right:0; top:15px; }
#language_selection a img { border: 1px solid #565656; }
#language_selection a.selected img { border: 1px solid red; }
#language_selection a:hover img { border: 1px solid white; }

#language_selection option { background-repeat: no-repeat; background-position: 2px 2px; padding-left:22px; }

#top_menu { position:relative; top:35px; left:200px; width:800px; height:60px; }

#topbar-left { font-size:16px; position:absolute; top:233px; left:25px; height:23px; }
#topbar-right { font-size:16px; position:absolute; top:233px; left:550px; width:435px; height:23px; text-align:right; }

#sidebar { margin-left:7px; margin-top:0px; float:left; display:inline; width:199px; height:568px; color:black; 
background:url(../images/d2_cover.png) no-repeat }
#content { margin-left:12px; margin-top:12px; float:left; display:inline; width:778px; color:black; }
