* {margin: 0; padding: 0;}

body {
	background: #e6e6e6;
}

#container_shadow {
	width: 1000px;
	margin: auto;
	margin-top: 5px;
	background: url(/rwdx/skin/shadow_bkg.jpg) top center no-repeat;
}

#container {
	margin: auto;
	width: 970px;
	background: #fff;
}

#header {
	background: url(/rwdx/skin/header_bkg.jpg) top center no-repeat;
	height: 126px;
}
#footer {
	height: 100px;
	color: #d30011;
	font-family: Calibri, Arial;
	font-size: 12px;
	padding-top: 40px;
	text-align: center;
	background: #e6e6e6 url(/rwdx/skin/footer_bkg.jpg) top center no-repeat;
}
#footer p a {
	font-weight: normal;
	color: #d30011;
}

#content {
	padding-top: 10px;
	padding-left: 13px; 
	padding-right: 13px
}
#column_left {
	float: left; 
	width: 150px; 
}
#column_middle {
	float: left; 
	width: 500px; 
	margin-left: 20px;
}
#column_wide {
	float: left; 
	width: 690px;
	padding: 0;
}
#column_right {
	float: right;
	width: 235px;
	padding: 0;
}

#menu {
	position: absolute;
	top: 97px;
	width: 580px;
	height: 23px;
	padding: 0;
	margin: 0;
	margin-left: 400px;
}

#flags {
	width: 40px;
	position: relative;
	top: 10px;
	left: 920px;
}

ul#udm {}

#puff_front_header {
	position: relative;
	width: 500px; 
	height: 100px; 
	top: -350px;
	margin-left: 100px;
	text-align: right;
}

#puff_front_red {
	padding-top: 22px;
	padding-left: 20px;
	padding-right: 20px;
	height: 280px;
	color: #fff;
	background: url(/rwdx/skin/puff-red.jpg) no-repeat;
}
#puff_front_grey {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	height: 130px;
	color: #434343;
	background: url(/rwdx/skin/puff-grey.jpg) no-repeat;
}
#puff_front_red h2 {
	border-bottom: 1px solid #faa7a7;
	color: #faa7a7;
}
#puff_front_grey h2 {
	border-bottom: 1px solid #fff;
	color: #aaaaaa;
}
