#padding {
	padding: 6px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
}

#firstLetter {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: normal;
	color: #000;
}

a img {
	border: 0px none; 
}
#padding2 {
	font-size: 10px;
	padding: 6px;
	text-align: center;
	color:#CCC;
}
#padding3 {
	font-size: 12px;
	padding: 5px;
	text-align: left;
	color:#FFF;
	text-align:left;
}
#footer {
	color:#FFF;
}
#h2 {
	color:#F00;
	text-align: left;
}
#div0, #div1, #div2, #login, #form {
	width:199px;
}
#loginForm, #passwordForm, #registerForm {
	background-color:black;
	border-left:ridge;
	border-left-width:1px;
	border-right:ridge;
	border-right-width:2px;
	border-color:#666;
	border-bottom:ridge;
	border-botton-width:1px;
	border-bottom-color:#999;
	height:450px;
}
input.btn {   
	color:#000;   
	background-color:#fed;
	font-weight:bold;   
	border: 1px solid;   
	border-color: #000;   
	filter:progid:DXImageTransform.Microsoft.Gradient   
	(GradientType=0,StartColorStr='#EBEBEB',EndColorStr='#D40000');   
}
input.btnhov {   
	border-color: #000; 
	color:#666;
	font-weight:bold;
}
/*****************NEW STUFF USING DIVS***************/
.background {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#horizon {
    background-color: #00FFFF;
    color: white;
    display: block;
    height: 0px;
    overflow: visible;
    position: fixed;
    left: 0px;
    text-align: left;
    top: 50%;
    visibility:visible;
    width: 100%;
}
#master {
	width: 800px;
	position: relative;
	z-index:1;
	margin:auto;
	top: -300px;
	background-image:url(images/blackBack.jpg);
}
#header{
	width:800px;
	height:90px;
	margin:auto;
}
#main{
	width:800px;
	height:510px;
	margin:auto;
}
#mainBody{
	width:790px;
	height:500px;
	margin: auto;
	position: relative;
	top: 5px;
}

#link1{
	width:200px;
	height:90px;
	position:absolute;
	top:90px;
	left:0px;
}
#link2{
	width:200px;
	height:90px;
	position:absolute;
	top:180px;
	left:0px;
}
#link3{
	width:200px;
	height:90px;
	position:absolute;
	top:270px;
	left:0px;
}
#link4{
	width:200px;
	height:90px;
	position:absolute;
	top:360px;
	left:0px;
}
#link5{
	width:200px;
	height:90px;
	position:absolute;
	top:450px;
	left:0px;
}
#rightColumn{
	width:200px;
	height:450px;
	position:absolute;
	top:90px;
	left:600px;
}
#body{
	width:400px;
	height:510px;
	position:absolute;
	top:90px;
	left:200px;
	word-wrap: break-word;
}
#bottom{
	width:790px;
	height:60px;
	position:absolute;
	top:440px;
	left:1px;
	text-align:center;
	vertical-align:middle;
}
#dateTime{
text-align:right;
}
