* {
	margin: 0;
}
html, body {
	height: 98%;
	background-image:url('../images/other/background.png');
	background-repeat:repeat;
	padding: 6px 6px 0px 6px;
}
div.content {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em; /* the bottom margin is the negative value of the footer's height */
}
div.information {
	position:relative;
	width:100%;
}
div.footer, .push {
	position:relative;
	height: 3em; /* .push must be the same height as .footer */
	text-align:center;
}
p, tr{
	color:white;
	display:inline;
	font-family:'comic sans ms';
}
#black tr {color:black;}

span.header {color:white;}

h3 {
	color:aqua;
	display:inline;
	font-family:'comic sans ms';
}
p.li {
	font-family:comic sans ms;
	color:white;
	font-size:20px;
	text-decoration:underline;
}
#list {
	font-family:'comic sans ms';
	padding:0 5px 0 200px;
}
#list li {color:yellow;}

#list li li {color:white;}

div.listbox {
	position:relative;
	top:30px;
	width:70%;
	height:122px;
	left:40px;
}
h1 {
	color:white;
	text-decoration:underline;
}
#arrow {
	list-style-image:url('../buttons/yellowarrow.png');
	color:yellow;
	font-family:comic sans ms;
}
div.listleft {
	float:left;
	width:45%;
}
div.listright {
	float:right;
	width:26%;
}
#rightbox {
	background-color:#5F5A59;
	border:2px groove black;
	float:right;
	text-align:center;
	width:200px;
	height:720px;
	margin-left:10px;
}
#leftbox {
	float:left;
	width:170px;
	height:560px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#link {
	color:yellow;
	font-family:'comic sans ms';
}
#link:hover {
	color:aqua;
}
div.map {
	position:relative;
	width:500px;
}