body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.container {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	}
a:link,
a:visited {
	color: #002200;
	}
a:hover,
a:active {
	color: #002200;
	background: #ffcc33;
	}
a img {
	border: none;
	}
	
/* ### TOP MENU CSS ### */
.menu {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 20px;
	background: #b9ffb9;
	border: 1px solid #808080;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #002200;
	}
.menu ul {
	display: inline;
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	}
.menu ul#left-menu {
	float: left;
	}
.menu ul#right-menu {
	float: right;
	}
.menu ul li#group {
	font-weight: bold;
	font-variant: small-caps;
	margin: 0 0 0 15px;
	}
.menu ul li {
	display: inline;
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
	}
.menu ul li a:link,
.menu ul li a:visited {
	color: #002200;
	}
.menu ul li a:hover,
.menu ul li a:active {
	color: #002200;
	background: #ffcc33;
	}
/* ### END: TOP MENU CSS ### */


/* ### CONTENT CSS ### */
.content {
	margin: 0 0 0 0;
	padding: 15px;
	width: 100%;
	height: 100%;
	background: transparent url('http://www.waldecker.net/hub/bg-green.jpg') repeat-x scroll top;
	text-align: center;
	}
.content h1 {
	font-family: 'times new roman', serif;
	font-variant: small-caps;
	}
.content ul#captions {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
	background: #000;
	}
.content ul#captions li {
	position: relative;
	display: inline;
	margin: 0 2px 0 2px;
	padding: 0 0 0 0;
	width: 120px;
	background: #fff;
	}
.content #gw h1 {
	color: #880000;
	}
.content #aw {
	margin: 50px 0 0 0;
	}
.content #aw h1 {
	color: #463f8a;
	}
/* ### END: CONTENT CSS ### */


/* ### FOOTER CSS ### */
.footer {
	margin: 0 0 0 0;
	padding: 2px 0px 2px 0px;
	background: #aaaaaa;
	color: #333333;
	text-align: center;
	font-size: 10px;
	font-family: arial, sans-serif;
	border-top: 2px solid #fafffa;
	}
.footer a:link,
.footer a:visited {
	color: #222222;
	}
.footer a:hover,
.footer a:active {
	color: #aaaaaa;
	background: #222222;
	}
#pictures {
	background-color: #fde9bc;
	}
/* ### END: FOOTER CSS ### */
