* {margin: 0; padding: 0;}

body {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	color: #4c4c4c;
	line-height: 160%;
	background: url(/rwdx/skin/body_bkg.jpg) #847564;
}
#container {
	position: relative;
	background: url(/rwdx/skin/body_bkg.jpg) #847564;
	margin: auto;
	margin-top: 0px;
	width: 874px;
}
#header {
	margin-left: 11px;
	height: 199px;
	width: 100%;
	overflow: hidden;
}
#header #siteheader {
	background: url(/rwdx/skin/header_bkg.jpg) #c0c0c0 no-repeat;
	height: 199px;
	overflow: hidden;
}
#header #siteheader #headline {text-indent: -4000px;}
#header ul#flags li {
	list-style: none;
	float: left;
	padding: 3px;
}
#content {
	background: #fff url(/rwdx/skin/content_bkg.jpg) repeat-y;;
	margin-left: 11px;
	margin-right: 0px;
	width: 730px;
	overflow: hidden;
	padding: 0px;
	padding-top: 45px;
	padding-left: 78px;
	padding-right: 60px;
}

#footer {
	height: 50px;
	width: 874px;
	margin-left: 11px;
	padding-top: 40px;
	background: #847564 url(/rwdx/skin/footer_bkg.jpg) no-repeat;
}


#column_left {float: left; width: 480px; padding-right: 10px; border-right: 0px solid #7c7b7e; }
#column_middle {float: left; }
#column_right {float: left; width: 220px; padding-left: 0px; }
#column_hela {float: left; width: 760px; margin-left: 0px;}

#column_right img {margin: 5px;}

#flags {
	display: none;
	position: absolute;
	top: 106px;
	left: 830px;
}

ul#udm {
	position: absolute;
	top: 200px;
	padding: 0;
	margin: 0;
	margin-left: 11px;
}

/* MENU ALTERNATIVE 2 */
#mainmenu {
	position: absolute;
	left: 89px;
	top: 200px;
}
#mainmenu ul {list-style-type: none;}
#mainmenu ul li {
	float: left;
	text-transform: uppercase;
	height: 40px;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 15px;
	background: url(/rwdx/skin/menu_bkg.jpg) top right repeat-x;
}
#mainmenu ul li.before {
	padding: 0;
	width: 5px;
	height: 40px;
	background: url(/rwdx/skin/menu_bkg_left.jpg) no-repeat;
}
#mainmenu ul li.before_active {
	padding: 0;
	width: 5px;
	height: 40px;
	background: url(/rwdx/skin/menu_bkg_active_left.jpg) no-repeat;
}
#mainmenu ul li.active {
	background: url(/rwdx/skin/menu_bkg_active.jpg) top right repeat-x;
}
#mainmenu ul li a {
	text-decoration: none;
	color: #1a171b;
}
#mainmenu ul li.active a {
	text-decoration: none;
	color: #fff;
}
