﻿body {
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 12pt;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url(../images/background.jpg);
	background-color: #181818;
	margin: 0;
	padding: 0;
}

#navigation {
	width: 100%;
	height: 50px;
	background-color: rgba(24,24,24,0.4);
}
#navigation > #navigation_helper {
	width: 950px;
	margin: auto;
	padding-top: 10px;
	text-align: right;
}
#navigation > #navigation_helper > div {
	display: inline;
	margin-left: 20px;
	font-size: 150%;
	color: white;
}
#navigation a:link, #navigation a:visited {
	color: white;
	text-decoration: none;
}
#navigation a:hover {
	color: white;
	text-decoration: underline;
}

#page {
	background-color: white;
	height: 100%;
	width: 950px;
	margin: auto;
	display: block;
	clear: both;
}

#page > #logo {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/banner.jpg);
	height: 250px;
	width: 950px;
}

#page #content {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 20px;
	clear: both;
	line-height: 1.5em;
}

#page #content .floatie_l, #page #content .floatie_r {
	clear: right;
	display: block;
}
#page #content .floatie_l {
	float: left;
	margin-right: 10px;
}

#page #content .floatie_r {
	float: right;
	margin-left: 10px;
}

#page #content p {
	line-height: 1.5em;
	font-size: 0.8em;
}

#page #content p a:link, #page #content p a:visited {
	text-decoration: none;
}
#page #content p a:hover {
	text-decoration: underline;
}

#page #content .bottom {
	clear: both;
}

#page #content .copyright {
	font-size: 75%;
	text-align: center;
	color: #181818;
}

h1 {
	font-size: 125%;
}