/* Body & Divs */

body {
	background-color: #cee8ce;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	margin: 0px auto;
	width: 800px;
	border: #000000 solid 1px;
	background-color: #ffffff;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 91px;
}

#menu {
	height: 35px;
	border-bottom: #000000 solid 2px;
}

#content {
	padding: 3px 7px;
	min-height: 330px;
}

#footer {
	clear: both;
	height: 48px;
	font-size: 0.8em;
	background-image: url(../images/footer.jpg);
	color: #ffffff;
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	margin-bottom: 7px;
	padding: 3px;
	font-size: 1.0em;
	color: #009900;
	border-bottom: 1px solid;
	font-variant: small-caps;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

li {
	margin-bottom: 6px;
}

#content p {
	padding: 3px;
	line-height: 20px;
}

td p {
	line-height: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #007700;
}

a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
}

#footer a {
	color: #ffe3ae;
}

/* Classes */

.hidden {
	visibility: hidden;
}

.highlight {
	color: #000099;
	font-weight: bold;
}

.panel {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	width: 400px;
}

.panel .top {
	height: 10px;
	background-image: url(../images/panel/top.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.panel .bottom {
	height: 10px;
	background-image: url(../images/panel/bottom.jpg);
	background-repeat: no-repeat;
}

.panel .middle {
	background-image: url(../images/panel/middle.jpg);
	background-repeat: repeat-y
}

.panel p {
	margin: 0px 10px;
}

.gallery {
	border-top: #006600 solid 1px;
}
	
.gallery img, .gallery2 img {
	cursor: pointer;
}

.lowlight {
	color: #669966;
	font-size: 0.8em;
	text-align: center;
}