* {margin: 0; padding: 0;}

body {
	background: url(/rwdx/skin/body_bkg.jpg) #dce1e4 center top repeat-y;
	overflow: scroll;
	*overflow: auto;
}

#container {
	width: 760px;
	margin: auto;
}

#header {
	background: url(/rwdx/skin/logo.gif) no-repeat;
	width: 290px;
	height: 400px;
	float: left;
}
#content {
	float: left;
}
#footer {
	width: 100%;
	margin-top: 30px;
}
#footer_content {
	text-align: center;
	line-height: 190%;
	font-size: 10px;
}

#column_left {float: left; width: 450px; padding-left: 10px;}
#column_middle {float: left; width: 650px; margin-left: 20px;}
#column_right {float: right; width: 200px; margin-right: 20px}

#menu {
	position: absolute;
	top: 130px;
	width: 220px;
	padding: 0;
	margin: 0;
	margin-left: 30px;
}

ul#udm {}

fieldset {
	background: #ecf2f5;
	padding: 10px;
	border: 0;
}
