html, body{ 
	font: 14px verdana;
	color: #333333;
	background-color:#000000;
	 } 

#horizon {
	margin-left:50%;
	}
	
#container {
	margin-left: -400px;
	width: 800px;
	background: #ffffff url('/imgs/dbbackground.gif') no-repeat center center;
	}
	
#leftcol {
	height:162px;
	width:100%;
	}
	
#main {
	margin-top:0px;
	width: 100%;
	}

#footer {
	clear: both;
	border-top: #333333 solid 4px;
	margin-right:10px;
	width: 800px;
	height: 60px;
	}
	
#leftcol p {
	margin-left: 25px;
	margin-right: 10px;
	}
	
p {
	margin-left: 15px;
	margin-right: 15px;
	}
b {
	font-weight: bold;
	color: #000000;
	text-shadow: #E0E061 1px 1px 2px;
	}
	
h1 {
	text-align: center;
	font-size: 18px;
	}
	
img {
	padding-left: 10px;
	padding-right: 10px;
	}
	
a:link, a:visited {
	font-size: 14px;
	color: #FF3333;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	}
	
img.bordered {
	border: #999999 solid 1px;
	padding:0px;
	margin: 5px;
		}
		
img.title {
	padding: 0px;
	margin: 0px;
	}
	
p.corp:first-letter {
	font-weight:bold;
	font-size: 20px;
	text-shadow: #E0E061 1px 1px 2px;
	}
	
