html, body {
	background:url(midbg.png);
	background-position:top center;
	background-repeat:repeat-y;
	position:relative;
	width:auto;
	height:auto;
	background-color:#fc6;
	color: #000000;
	}

#menu {
	text-align:left;
	background-color:#fff;
	position:inherent;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:11px;
	font-weight:600;
	color:#666666;
	height:25px;
	width:900px;
	}
	
#content {
	background-image:url(side.png);
	background-position:right;
	background-repeat:repeat-y;
	text-align:left;
	background-color:#fff;
	position:inherent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	width:892px;
	height:768px;
	padding:4px;
	overflow:scroll;
	}
#type {
	text-align:left;
	background-color:#FFF;
	position:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	width:50%;
	height:auto;
	float:left;}
#side {
	text-align:right;
	background-color:transparent;
	position:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	width:49%
	height:auto;
	float:right;}
#header {
	background-image:url(dm_head.png);
	height:100px;
	width:900px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}
#footer {
	height:15px;
	width:900px;
	background-color:#060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	}
	
.spacer {
	clear: none;
	}
br {margin:0;
	margin-top:0px;
	}
p {padding: 0;
   margin-top: 0px;
	}
h1 {
	margin:0;
	letter-spacing:-1.5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:19px;
	}
h2 {
	text-indent:inherit;
	letter-spacing:-1.5;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	}
h3 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	}
h4 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-style:oblique;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #060;
	text-decoration:none;
}
