html {
	height: 100%;
	width: 100%;
}

body {
	background:#bfb880;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	font-family:courier new;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

a:link, a:visited, a:active {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

img{
	margin-top:-3px;
	vertical-align:middle;
	border: 0px;
}

li{
	padding: 10px;
	margin: 10px;
	text-align: left;
}

#top{
	font-size:20px;
	text-align: left;
	margin-bottom: 10px;
	font-weight:bold;
}

#middle{
	position: relative;
	width: 100%;
}
#splash{
	position: relative;
	margin-top:5px;
	margin-bottom:5px;
}

#content{
	background: #ffffff;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 1%;
	border: 2px solid black;
	text-align: justify;
}

.drift{
	background: #ffffff;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:bold;
	border: 2px solid black;
}

#bottom{
	position: relative;
	font-size: 12px;
	text-align:center;
	margin: 10px;
}

.gallery_element{
	margin-bottom: 15px;
}

#content img{
	border: 1px solid black;
	margin-top: 10px;
}
