body {
	margin: 0 0 0px 0;
	padding: 0;
	background-color: black;
	background-repeat: repeat;
	background-image: url(images/background.png);
	font-family:arial, verdana, sans-serif;
	font-size: 10px;
}
body a:link {color: #000000;}
body a:visited {color: #000000;}
body a:hover {color: #000000; text-decoration: underline;}
body a:active {color: #000000;}
body a {text-decoration: none;}

a img {
	border: 0;
}
#outer_container{
	width: 837px;
	/*height: 560px;
	height: 100%;*/
	border: 0px solid #f00;
	position: relative;
	/*float: left;*/
	left: 50%;
	margin-left: -418px; /* half the width of the div */
	top: 80px;
	overflow: visible;
	background: #fff;
}
#dod_div{
	position: relative;
	left: 200px;
	float: left;
	margin-top: -85px;
}
#links{
	position: relative;
	float: left;
	/*height: 130px;*/
	left: 85px;
	top: 0px;
	margin-top: -30px;
	margin-bottom: 5px;
}
#content{
	position: relative;
	width: 660px;
	float: left;
	/*height: 330px;
	height: 100%;*/
	left: 85px;
	top: 0px;
	border: 0px solid #ddd;
	line-height: 150%
}
.gray_link{
	color: #aaa;
	font-size: 11px;
	font-weight: bold;
}
.gray_link a {text-decoration:none;}
.gray_link a:link {color: #aaa;}
.gray_link a:visited {color: #aaa;}
.gray_link a:hover {color: #aaa; text-decoration: underline;}
.gray_link a:active {color: #aaa; font-size: 11px; font-weight: bold;}

.red_link a {text-decoration:none;}
.red_link a:link {color: #900;}
.red_link a:visited {color: #900;}
.red_link a:hover {color: #900; text-decoration: underline;}
.red_link a:active {color: #900;}




.clearer { clear: both; display: block; height: 1px; margin-bottom: -1px; font-size: 1px; line-height: 1px; }