#wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#background {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#left {
	position: fixed;
	width: 25%;
	top: 0;
	left: 0;
	width: 20%;
}

#right {
	position: relative;
	top: 0;
	right: 0;
	width: 15%;
}

#main {
	position: relative;
	top: 0;
	left: 25%;
	width: 60%;
}

#footer {
	position: relative;
	bottom: 0;
	height: 8%;
	margin-top: 5%;
	width: 100%;
}

.textframe {
	margin: 3% 0 0 0;
	background-color: #dff1fe;
	width: 100%;
}

h2 {
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 250%;
}

h3 {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 140%;
	margin: 0 0 0 1%;
}

span.date {
	font-family: arial, sans-serif;
	font-size: 60%;
	color: #989898;
}

a.image {
	text-decoration: none;
}

a.menu {
	text-decoration: none;
	color: black;
}

a.menu:hover {
	text-decoration: underline;
}

p.links {
	font-family: arial, sans-serif;
	font-size: 155%;
}

p.text {
	font-family: arial, sans-serif;
	margin: 0 1% 0 1%;
	padding-bottom: 1%;
	font-size: 80%;
}

p.footer {
	font-family: arial, sans-serif;
	text-align: center;
	padding-bottom: 1%;
	font-size: 100%;
}

ul {
	margin: 0;
	padding-bottom: 1%;
	font-family: arial, sans-serif;
	font-size: 80%;
}

ol {
	margin: 0;
	padding-bottom: 1%;
	font-family: arial, sans-serif;
	font-size: 80%;
}

table {
	width: 30%;
	font-family: arial, sans-serif;
	margin: 0 1% 0 1%;
	padding-bottom: 1%;
	font-size: 80%;
	text-align: left;
}
