@charset "UTF-8";
/* CSS Document */
/* 
	WARM BLACK: #514B49;
	WARM GREY: #A6A3A3;
	DVH RED: #B7242A;
*/



html,  body {
	height:100%;
---	background-image: url(/assets/baseline.png);
}
#container {
	min-height:100%;
	position:relative;
}
#topbar {
	height: 110px;
	margin-bottom: 10px;
	border-bottom-color: #B7242A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#body {
	padding-bottom:50px;	/* Height of the footer */
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#botbar {
	border-top-color: #B7242A;
	border-top-style: solid;
	border-top-width: 1px;
	vertical-align: bottom;
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;			/* Height of the footer */
}


/* HEADER AND FOOTER */


#header {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#logo {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 128px;
	height: 87px;
}

#headerInfo {
	float: right;
	width: 160px;
	height: 102px;
	padding-left: 600px;
	position: relative;
}

#footer {
	width: 940px;

	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

	
/* CONTENT BLOCKS */

#leftCol {
	float: left;
	width: 160px;
	margin-top: 3px;
	margin-right: 10px;
}

#mainCol {
	float: right;
	width: 770px;
---	background-image: url(/devassets/mainCol.png);
}

#mainCol #mainPanel {
--	background-image: url(/devassets/mainPanel.png);
	width: 580px;
	float: left;
}



