html, body {
    background: #333333;
    color: #fff;
	line-height: 1.3em;
    font-size: 0.9em;
	text-align: justify;
}

a {
	color: #33cc00;
	text-decoration: none;
}

a:hover {
	font-style: italic;
	color: #ccc;
	margin: 0;
}

p {
	margin-bottom: 1.5em;
}

p:first-letter {
	font-size: 1.2em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-style: italic;
	color: #ccc;
	margin-top: 0.4em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.2em;
	text-align: right;
	font-style: italic;
	margin-bottom: 2em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;
}

h4 {
	font-size: 1.2em;
	font-style: italic;
	color: #ccc;
	margin-top: 1em;
}

h4:before {
	content: "...";
}

div#mainframe {
    position: relative;
    width: 900px;
    min-height: 800px;
    margin: 0 auto;
    border-left: 1px solid #33cc00;
    border-right: 1px solid #33cc00;
}

div#header {
	position: relative;
    width: 100%;
    height: 40px;
    padding-top: 0.5em;
	margin-bottom: -20px;
	clear: both;
}

div#content {
    position: relative;
	height: 100%;
	clear: both;
}

div#left {
    position: relative;
    float: left;
    width: 20%;
	clear: left;
}

div#right {
    position: relative;
    float: left;
    width: 80%;
	clear: right;
}

div#text_body {
	position: relative;
    margin-top: 3em;
    padding: 15px;
	clear: both;
}

div#image {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 100px;
	margin-bottom: 3.5em;
}

ul#stufflist {
	height: 300px;
}

li.stuff {
	width: 200px;
	position: relative;
	float: left;
	margin-left: 2em;
	margin-top: 2em;
	margin-bottom: 1em;
}

li.last {
	float: none;
	margin: auto;
	padding-top: 210px;
	padding-left: 10px;
}

div.stuff img {
	position: relative;
	float: right;
}

p.card {
	width: 250px;
}

div#map {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 2em;
}

div#footer {
	position: absolute;
	bottom: 0;
    width: 900px;
    height: 60px;
    text-align: center;
	background: #222222;
	padding: 20px 0;
}

span.logo {
    font-size: 1.6em;
    font-family: Futura;
    color: #33cc00;
}

span.clear {
	position: relative;
	float: left;
	clear: both;
}

span.bold {
	color: #ccc;
	font-style: italic;
	font-size: 1.3em;
}
