p.main {
	font-family: "Arial"; 
	font-size: 16px; 
	text-indent: 30px;
}

p.table {
	color: white; 
	font-family: "Arial"; 
	font-size: 14px; 
	background-color: #0000A0; 
	text-indent: 5px; 
	text-decoration: none; 
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

sub {
	color: red;
}

body{
	background-image: url('./images/bkgrnd.jpg');
	background-repeat: repeat-y;
	color: #000066;
	font-family: "Arial"; 
	font-size: 12px; 
	text-indent: 30px;
	margin: 0px;
	padding: 5px;
}
.navigation {
	position: absolute;
	width: 200px;
	top: 20px;
	left: 10px;
}

.content {
	position: absolute;
	top: 0px;
	left: 200px;
	height: 800px;
}
.footer {
	position: absolute;
	top: 900px;
	left: 200px;
}

div#map{
width:500px;
height:350px;
}

