/* Global stuff */

body {
	background: #707070;
	margin: 1.5em 3em 0 3em;
	font: 12pt Arial;
	color: #fff;
}

#header {
	width: 100%;
	font-family: Arial;
	margin-bottom: 0;
}

#header h1 {
	float: right;
	margin: 6px 0 0 0;
	font-weight: normal;
	font-size: 32px;
	color: #fff;
	letter-spacing: 0.2em;
}

#nav {
	font-size: 16px;
	width: 148px;
	text-align: left;
	margin: 0 0 0 1em;
	padding: 1em 0 1em 1em;
}

#nav a {
	display: block;
}

#nav a:link,a:visited,a:active {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#content {
	padding: 2em 0 1em 0;
}

#content a, #content a:link, #content a:visited, #content a:active {
	text-decoration: underline;
	color: #fff;
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	font-size: 18px;
	margin: 0;
}

.image_right {
	float: right;
	margin: 0 0 1em 2em;
}

.image_left {
	float: left;
	margin: 0 2em 1em 0;
}

/* The footer */
#footer {
	width: 100%;
	text-align: left;
	border: 0;
	margin: 0 0 16px 0;
	font: 14px Arial;
}
#footer td {
	width: 33%;
	display: inline;
	padding-right: 128px;
	color: #000;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

.imagebox {
	float: left;
	border: 2px solid #fff;
	width: 320px;
	background: #333;
	text-align: center;
	margin: 8px;
}

.imagebox .title {
	margin: 0;
	padding: 4px;
	font-size: 24px;
	font-weight: bold;
	background: #444;
}

.imagebox .desc {
	margin: 4px;
	padding: 0;
	font-size: 12px;
}

.imagebox img {
	border: #fff solid;
	border-width: 2px 0;
}

.gallerybox {
	margin: 8px;
	border: 0;
}
