/* top elements */
* { 
	padding: 0; margin: 0;
}

body { 
	margin-left: 10px; 	
	margin-right: 10px;
	padding: 0;
	background-color:black ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
}

a {text-decoration: none;
	font-weight:bold;}
a:visited {color:#B7080F; }
a:link { color:#B7080F; }
a:hover { font-family:Verdana, Arial, Helvetica, sans-serif;
color:white;
background-color: inherit}


p,h1,h2,h3 { margin: 10px 10px 10px 10px;
}

p.margin { margin: 10px 100px 10px 100px;
}


h1 { font-family:Verdana, Arial, Helvetica, sans-serif;
color: #99CCFF;
font-size:26px}

h2 { font-family:Verdana, Arial, Helvetica, sans-serif;
color: #99CCFF;
font-size:22px}

h3 { font-family:Verdana, Arial, Helvetica, sans-serif;
color: #99CCFF;
font-size:18px}


#banner { background:black;
	height:121px;
	text-align: center;
}

#leftcontent { 
position: absolute;
left:10px;
top:121px;
width:140px;
background:gray;
text-align: center;
border:0px solid ;
}

#centercontent { 
top:121px;
background:black;
margin-left:150px;
margin-right:150px;
border:0px solid ;
text-align: justify;
}

#rightcontent { position: absolute;
right:10px;
top:121px;
width:140px;
background:gray;
border:0px solid ;
}

#bottom { 
font-size:10px;
border:0px;
position: absolute;
width:600px;
top:800px;
text-align: center;
left:50%; 
margin-left:-300px; /* only way to center the text with the position being absolute */
padding-bottom: 10px;
}
