* {margin: 0; padding: 0;}

body {
	background: #f6f6f6;
}

#container_shadow {
	width: 960px;
	margin: auto;
}

#container {
	margin: auto;
	background: #fff;
}

#header {}
#header #siteheader {
	border: 1px solid #fff;
	background: url(/rwdx/skin/header_bkg.jpg) #fff no-repeat;
	height: 150px;
}
#header #siteheader #headline {text-indent: -200000px;}
#header ul#flags li {
	list-style: none;
	float: left;
	padding: 3px;
}
#flags {
	top: 106px;
	left: 0px;
}
#content {
	padding-bottom: 30px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
#footer {
	padding-top: 20px;
	background: #fff;
}
#menu_col {
	float: left;
	width: 165px;
	min-height: 500px !important;
	height: 500px;
}
#column_left {float: left; width: 340px; margin-left: 20px;}
#column_wide {float: left; width: 540px; margin-left: 20px;}
#column_middle {float: left; width: 200px; margin-left: 10px;}
#column_right {
	float: right; 
	width: 200px;
	background: #fffeda;
	text-align: center;
}

#column_right img {margin: 1px;}

#menu {
	position: absolute;
	top: 160px;
	width: 165px;

	padding: 0;
	margin: 0;
}

ul#udm {}

.byline_printonly {
	display: none;
	border-top: 1px dotted #90af27;
	margin: 25px;
	padding-top: 20px;
	width: 545px;
}
