body {
	background-color: #1D3931;
}
a {
	text-decoration: none;
	color: #3E3E3E;
}
a:hover, a:active, a:focus {color: #4F6C64;}
acronym {cursor: help; speak: normal; border-bottom: 1px dotted #4F6C64;}
abbr {cursor: help; speak: spell-out; border-bottom: 1px dotted #4F6C64;}
dt {
	float: left;
	clear: left;
	text-align: right;
	cursor: default;
	font-weight: bold;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
/*dt:after {content: ": ";}*/
dd {
	/*width: 150px;*/
	margin: 0 0 10px 110px;
	padding: 0px;
}

#container {
	margin: 0 auto;
	/*width: 100%;*/
	width: 800px;
	/*background: #1D3931;*/
	min-width: 800px;
}
#header {
	background: #9A9;
	padding: 0px 0px 0px 10px;
	height: 60px;
	max-height: 60px;
	line-height: 60px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	max-height: 60px;
	line-height: 60px;
	color: #333;
}
#header #ad {
	margin: 0px;
	padding: 0px;
	float: right;
	right: 0px;
	top: 0px;
	height: 60px;
	max-height: 60px;
	line-height: 60px;
}
#body {
	float: left;
	width: 100%;
	/*background: #FFF url(body-background.gif) repeat-y 68% 0;*/
	background: #9A9;
}
/*#left {
	clear: left;
	float: left;
	width: 60%;
	padding: 20px 0;
	margin: 0 0 0 4%;
	display: inline;
	min-height: 200px;
}*/
#left {
	clear: left;
	float: left;
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
	min-height: 200px;
}
#left h2 { margin: 0;}
/*#right {
	float: right;
	width: 26%;
	padding: 20px 0;
	margin: 0 3% 0 0;
	display: inline;
}
#right h3 { margin: 0; }*/
#footer {
	clear: left;
	color: #999;
	/*background: #ccc;*/
	background: #333;
	text-align: right;
	padding: 10px;
	/*height: 60px;*/
}

#navigation {
	/*padding-left: 5px;*/
	float: left;
	width: 100%;
	background: #333;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	list-style-type: none;
	display: inline;
}
/*#navigation li:first-child a {border-left: 1px solid #fff;}*/
#navigation li a {
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#navigation li a:hover { background: #4F6C64; }
#navigation li a:focus { background: #4F6C64; }

.gallery {
	list-style: none;
}
.gallery li {
	display: inline;
}
.gallery li a {
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
}
.gallery li a img {
	border: solid #3E3E3E;
	border-width: 5px 5px 20px;
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
}
.gallery li a:hover img {
	border: solid #4F6C64;
	border-width: 5px 5px 15px;
}

.clear {
    overflow: hidden;
    width: 100%;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.alpha {
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid : DXImageTransform.Microsoft.Alpha ( Opacity = 50 );
}
.gradient {
	background-image: -moz-linear-gradient(top, #4f6c64, #ebebeb);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f6c64), to(#ebebeb) );
	filter: progid : DXImageTransform.Microsoft.Gradient ( startColorStr = #4f6c64, endColorStr = #ebebeb );
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#4F6C64, endColorStr=#EBEBEB)";
}
.shadow {
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}