/* Header and footer */

#header {
	width:844px;
	margin: 2px auto 0 auto;
	height:100px;
	background: #610000;
	background-image: url(../images/dquam_logo_bg.png);
	background-repeat: no-repeat;
	border-top: #B4B4B4 solid 2px;
}

#header img{
	padding: 20px;
	border: none;
}

#footer {
	width:826px;
	margin: 0 auto 0 auto;
	background: black url(../images/footer.png) repeat-x;
	border-bottom: #B4B4B4 solid 2px;
	padding:10px;
}

#footer,.clear {
	clear:both
}

/* Wrapper and columns */
#wrapper {
	margin:10px auto;
	width:848px;
	background-image: url(../images/faux_column_background.png);
	background-repeat: repeat-y;
	
}

/* Content */
#content {
	float:left;
	/*margin: 0px 35px 10px 42px;*/
	width:570px;
	padding: 40px;
	position:relative;
	min-height: 480px;
	_height: 480px;
}

/*Navigation*/

#navigation {
	width:193.5px;
	float:right;
	padding-top: 40px;
	display: block;
}

#content {
	display:inline
}

/*Navigation List and Subnavigation List */

#nav {
width: 145px;
margin: auto;
}

.clear {
	background:none
}

