/* CSS Document */

a {font-family: Arial, Helvetica, sans-serif;}
a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #000066;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	background-color: #FFFFFF;
}


body {background-color: #FFFFFF; font-size: 93%;}
h1, h2, h3, h4 {font-family: arial, sans-serif;}

#main_container { width:757px; display: block; margin: 10px auto;}	
#intro {background-color: #CC0000; border: solid 1px black}	
#sidebar {background-color: white; border: 1px solid black; width: 110px; height: 768px; float: left;}
#buttons {background-color: white; border: 1px solid black; height: 640px; width: auto;}
#content {background-color: white; border: 1px solid black; height: 640px; width: auto; padding-left: 24px;}
#address {background-color: white; border: 1px solid black; width: auto; text-align:center;}
#numbers {
	background-color: white;
	border: none;
	width: auto;
	margin-left: 500px;
}
#otherstuff {background-color: white; border: 1px solid black; width: auto; height: 126px; text-align:center;}

.style1 {color: white; font-family: geneva, arial, helvetica, sans-serif; text-align: center;}
