/* Body & Divs */

body {
	background-color: #034a00;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	color: #ffffff;
}

#container {
	margin: 0px auto;
	width: 800px;
	border: # solid 1px;
	background-color: #;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 172px;
}

#menu {
	height: 29px;
}

#content {
	margin: 0px;
	padding: 0px;
}

#content #top {
	background: url(../images/content/top.jpg) bottom no-repeat;
	height: 14px;
}

#content #middle {
	background: url(../images/content/middle.jpg);
	padding: 0px 10px;
}

#content #bottom {
	background:url(../images/content/bottom.jpg) top no-repeat;
	height: 15px;
}

#footer {
	clear: both;
	height: 50px;
	font-size: 0.8em;
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 3px;
	font-size: 1.2em;
	color: #ffd060;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 3px;
	font-size: 1.0em;
	font-weight: bold;
}

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: #ffd060;
}

a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
}

/* Classes */

.hidden {
	visibility: hidden;
}

.highlight {
	color: #ffd060;
	font-weight: bold;
}

.firefox {
	clear: both;
	height: 0px;
}