/* Body & Divs */

body {
	background-color: #fff5d6;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, Verdana, 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: 134px;
}

#menu {
	float: left;
	width: 158px;
	background-image: url(../images/menu.jpg);
	min-height: 330px;
	background-position: top right;
	background-repeat: no-repeat;
}

#content {
	padding: 3px 7px;
	min-height: 330px;
	margin-left: 158px;
}

#footer {
	clear: both;
	height: 48px;
	font-size: 0.8em;
	background-image: url(../images/footer.jpg);
	color: #ffffff;
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

/* Tables */

tr {
	background-color: #fff5e4;
}

tr:hover {
	background-color: #ffebc8;
}

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 5px 0px;
	padding: 0px;
	background-repeat: no-repeat;
	height: 24px;
}

h3 {
	color: #cc0000;
	font-size: 1.0em;
	font-weight: bold;
	margin: 4px 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

li {
	margin-bottom: 6px;
}

#content p {
	padding: 3px;
	line-height: 20px;
	margin: 7px 0px;
}

#menu p {
	text-align: center;
	margin-top: 5px;
}

td p {
	line-height: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #cc0000;
}

#footer a {
	color: #ffca24;
}

a:hover {
	text-decoration: underline;
	color: #ffca24;
}

#footer p {
	text-align: center;
}

/* Classes */

.hidden {
	visibility: hidden;
}

.highlight {
	color: #cc0000;
	font-weight: bold;
}

.lowlight {
	font-size: 0.8em;
	color: #cc0000;
}

.panel {
	margin: 4px;
	padding: 4px;
}