@import url(type.css);

/*
-----------------------------------------------
Title: dmh base styles
Author: Brian Merckens
Version: 7 Jan 2010
----------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

html {
	background: #f4f4f4 url(../images/bkg_topredbar.gif) repeat-x center top;
	height:100%;
}

body {
	background: url(../images/bkg_main.gif) no-repeat center top;
	height:100%;
}

img {
	border: none;
}

hr, .hide {
	display: none;
}


/* =Structure
----------------------------------------------- */

#container {
	height:100%;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 952px;
	background-color:#474544;
}


/* =Header
----------------------------------------------- */

#head {
 width: 952px;
 height: 181px;
}

#head_region_1 {
 background: url(../images/bkg_imgbargrad.gif) repeat-x center bottom;
 width: 952px;
 height: 181px;
}



/* =Content
----------------------------------------------- */

#content {
	width: 952px;
	height: 373px;
	background-color:#FFF;
}

#content_region_1 {
	width: 236px;
	height: 336px;
	float:left;
}

#content_region_2 {
	width:686px;
	float:right;
	padding-right:30px;
}

#content_region_3 {
	width:952px;
	height: 37px;
	clear:both;
}

/* =Footer
----------------------------------------------- */

#foot {
 width: 952px;
 height: 171px;
}

#foot_region_1 {
	background: url(../images/bkg_foot.gif) no-repeat center top;
	width: 952px;
	height: 171px;
}

/* =Misc
----------------------------------------------- */

