body {
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #cccccc;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {
	background: #222;
}

#header {
	background: #222;
	width:1000px;
	height: 105px;
	line-height: 105px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: center;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	color: #FFCC00;
	font-size: 52px;
	padding-left: 0px;
	letter-spacing: 25px;
	white-space: nowrap;
}

#wrapper-menu {
	background: #88ac0b url('/images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 1000px;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; 
	padding-right: 2px;
}

* html #menu { padding-right: 0px; }

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;

}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	padding: 3px 30px;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu ul li a:hover
{
	background: #b6e41c url('/images/menu-hover.png') repeat-x;
	color: #485B06;
}

#content {
	width: 1000px; 
	margin: 0 auto;
	padding: 0px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: center;
}

* html #content { padding-top: 20px; }


#footer {
	margin: 0 auto;
	width: 1000px;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #8fb40c url('/images/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 80%;
}

.h2 {
	color: #666;
	padding-bottom: 0px;
	margin: 10px 0 5px 0px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: 0.1em;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }

.thumbs { margin:2px 1px 0px 1px; border: 1px solid #000000; width:190px; height:140px;}
.pic_thumbs { margin:4px 5px 0px 5px; border: 1px solid #000000; width:150px; height:200px;}
