#wrap {
	width:960px; 
	margin:0 auto;
	min-height:526px;
}

#header {
	height:130px;
}

#content {
	width:860px;
	left:10px;
	height:355px;
}

#header,
#content {
	position:relative;
}

#header h1 a {
	height:45px;
	width:293px;
	position:absolute;
	top:45px;
	left:0px;
}

#header em a {
	height:94px;
	width:220px;
	position:absolute;
	top:0px;
	right:90px;
}

#content h1 {
	height:60px;
	left:59px;
	margin-bottom:51px;
	position:relative;
	top:5px;
	width:371px;
}

#content p {
	margin-left:60px;
	width:428px;
	margin-bottom:10px;
}

ul#nav {
	position:absolute;
	top:16px;
	right:0px;
}

ul#nav li {
	margin-bottom:5px;
}

ul#nav li a {
	height:48px;
	width:220px;
}

#content ul#text li {
	margin-left:80px;
	width:408px;
	margin-bottom:10px;
}

#footer {
	width:100%;
	min-height:400px;
}

#footer #container {
	width:819px;
	margin:0 auto;
	padding-top:47px;
	position:relative;
}

#footer a#rda {
	height:76px;
	width:96px;
}

#footer #email {
	position:absolute;
	right:0;
	text-align:right;
	top:47px;
}

#footer p {
	width:460px;
	margin-bottom:16px;
}

#content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

