* {
	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.border {
	margin-left: auto;
	margin-right: auto;
	background-color:#C2BEBF;
	width: 900px;
	height: 1000px;
	padding: 10px 10px 10px 10px;
	border-bottom: 10px solid black;
	border-right: 10px solid black;
	border-left: 3px solid black;
	border-radius: 20px 20px 50px 50px / 50px 50px 50px 50px;	
}

div.information {
	position:relative;
	width:100%;
}

div.footer, .push {
	position:relative;
	height: 4em; /* .push must be the same height as .footer */
	text-align:center;
}

div.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

p, tr{
	color:black;
	display:inline;
	font-family:'comic sans ms';
	/*font-family: Verdana, Geneva, sans-serif;*/
}
#black tr {color:black;}

span.header {color:white;}

h1 {
	color:black;
	text-decoration:underline;
}

p.li {
	font-family:comic sans ms;
	color:black;
	font-size:20px;
	text-decoration:underline;
}

#arrow {
	list-style-image:url('../buttons/whitearrow.png');
	color:#1E54A6;
	font-family:comic sans ms;
}

.picturebox {
	overflow: auto;
	float: right;
	width: 733px;
	height: 160px;
	background-image:url('../images/other/backgroundhole.png');
	background-repeat:repeat;
	/*background-color:#5F5A59;*/
	border-radius: 20px 60px 20px 60px;
	border: 5px solid black;	
}

.pics {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 2px;
	width: 610px;
	height: 153px;	
}

#link {
	color:#0000FF;
}

#link:hover {
	color:#FF0000;
}

div.map {
	position:relative;
	width:500px;
}
