/* Body & Divs */

body {
	background: #eddab1 url(../images/bg.jpg) top repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	margin: 0px auto;
	width: 802px;
	background-color: #f6eedc;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 149px;
	border: #000000 solid 1px;
	border-bottom: none;
}

#menu {
	height: 26px;
	border: #000000 solid 1px;
	border-bottom: none;
	border-top: none;
}

#content {
	padding: 3px 7px;
	min-height: 330px;
	background: url(../images/content.jpg) top no-repeat;
	border: #000000 solid 1px;
	border-top: none;
}

#footer {
	clear: both;
	height: 50px;
	font-size: 0.8em;
	background-color: #eddab1;
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 3px;
	font-size: 1.1em;
	color: #990000;
	border-bottom: 1px solid;
	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: #ff0000;
}

a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
}

/* Classes */

.hidden {
	visibility: hidden;
}

.highlight {
	color: #cc0000;
	font-weight: bold;
}