/* abesco screen styles */

body {background-image: url(images/dark_bg.jpg)}

#container {width: 800px; height: 600px; background-color: white; border: 5px solid black; padding: 10px}
#container {postion: absolute; width: 800px; margin: 0 auto;}
#head {text-align: right; border-bottom: 3px solid red}

#links {width: 150px; height: 350px; float: left; background-color: black; margin-right: 10px;  
	padding: 10px}
#links a {display: block; font-family: arial; color: white; font-size: 16pt; margin-top: 20px}
#links a:link {color: white; text-decoration: underline}
#links a:visited {color: red; text-decoration: underline}
#links a:hover {color: #666666; text-decoration: underline}
#links a:active {text-decoration: underline}


	    

#main {height: 350px;float:left; border-left: 3px solid red; font-size: 18px; padding-left: 10px} 
#main h2 {color: red}     

address {text-align: right; clear: both; border-top: 3px solid red; font-style: normal; font-size: 18px}
address a:link {color: red; text-decoration: underline}
address a:visited {color: red; text-decoration: underline}
address a:hover {color: #666666; text-decoration: underline}
address a:active {text-decoration: underline}

