body {
	background-color: rgb(60,21,13);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}
h1 {
	font-size: 15pt;
	text-align: left;
	color: #ff6600;
}
h2 {
	font-size: 12pt;
	text-align: left;
	color: #ff6600;
}
h3 {
	font-size: 10pt;
	color: #ff6600;
}
a:link {
	color: rgb(0,150,0);
}
a:hover {
	color: rgb(255,36,0);
}
a:visited {
	color: rgb(0,150,0);
}
p {
	color: rgb(255,255,255);
}
p.indent {
	margin-left: 40px;
	margin-top: 0px;
}
blockquote {
	color: rgb(0,30,0);
}

img.leftspace {
	margin-left: 40px;
}
img.lefttopspace {
	margin-left: 40px;
	margin-top: 10px;
}

#header {
	height: 80px;
	width: 675px;
	min-width: 99%;
	margin-top: 5px;
	z-index: 9;
}


#content {
	margin-right: 100px;
	min-height: 92%;
	z-index: 10;
}


#tall-content {
	margin-right: 100px;
	min-height: 92%;
	z-index: 10;
	background-image: url(/images/grungy_middle.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#main {
	min-height: 99%;
	position: absolute;
	z-index: 1000;
	background-image: url(/images/grungy_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#dc213_logo {
	width: 98%;
	height: 800px;
	position: absolute;
	float: right;
	background-image: url(/images/dc213_dcg_logo.png);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 3;
}
#grunge_top {
	width: 98%;
	height: 99%;
	float: left;
	position: absolute;
	background-image: url(/images/grungy_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 2;
}

img.grunge_bottom {
	position: absolute;
	float: bottom;
/*	background-image: url(/images/grungy_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left; */
	z-index: 1;
}

