html {
	height:100%;
}

body {
	margin:0;
	height:100%;
}

#main-intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #747577;
	width: 670px;
	height:565px;
	left: 320px;
	top: 175px;
	position:absolute;
	overflow: auto;
	overflow-x: hidden;
	background-color:#FFFFFF;
	padding-right: 10px;
	line-height: 11pt;
}

	
#left-side {
	height:657px;
	width: 310px;
	left: 0px;
	top: 0px;
	background-image: url(../img/dls-bg.gif);
	background-repeat: no-repeat;
	position:absolute;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #747577;
	height:110px;
	width: 310px;
	left: 0px;
	top: 657px;
	background-image: url(../img/dls-footer.gif);
	background-repeat: no-repeat;
	position:absolute;
	text-align:center;
	padding-top:62px;
	padding-left:9px;
}
#credits {
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #747577;
	text-align:right;
		margin:0 auto;
	position:relative; 
}
#header {
	height:175px;
	width: 680px;
	left: 320px;
	top: 0px;
	position:absolute;
}
#main-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #747577;
	width: 582px;
	height:565px;
	left: 320px;
	top: 175px;
	position:absolute;
	overflow: auto;
	overflow-x: hidden;
	background-color:#FFFFFF;
	padding-right: 92px;
	line-height: 18pt;
}

#main-content img {
	border: 10px solid #000000;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-383px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:767px;
	width:1000px;
	clear:left;
	background-color:#FFFFFF;
	background-image: url(../img/dls-bg.gif);
	background-repeat: no-repeat;
}
#Main-Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #747577;
	line-height: 18pt;
}
#Introduction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #747577;
	margin-left:50px;
	line-height: 16pt;
}
#Main-Headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #434343;
	font-weight:bold;
	text-transform: uppercase;
}
.Sub-Headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #434343;
	font-weight:bold;
	text-transform: uppercase;
}
.Brothers-Thoughts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:16pt;
	text-decoration:none;
}
.No-Image_Border {
	border:none;
}

a {
	color: #747577;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #434343;
	text-decoration: underline;
}
