/* Body & Divs */

body {
	background-color: #eeeeee;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	margin: 0px auto;
	width: 802px;
	background-color: #ffffff;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 171px;
	border: #000000 solid 1px;
	border-bottom: none;
}

#menu {
	height: 28px;
	background: url(../images/menu.jpg);
	text-align: right;
	padding-right: 16px;
	border: #000000 solid 1px;
	border-top: none;
	border-bottom: none;
}

#content {
	padding: 3px 7px;
	min-height: 330px;
	border: #000000 solid 1px;
	border-top: none;
}

#footer {
	clear: both;
	height: 50px;
	font-size: 0.8em;
	background-color: #eeeeee;
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

img.picture {
	border: #900000 solid 1px;
}

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 3px;
	font-size: 1.1em;
	color: #BA0000;
	font-weight: bold;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

li {
	margin-bottom: 10px;
}

#content p {
	padding: 3px;
	line-height: 23px;
}

td p {
	line-height: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #BA0000;
}

a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
}

/* Tables */

table {
	border: #ba0000 solid 1px;
	margin: 15px 0px;
}

th {
	background-color: #990000;
	color: #ffffff;
}

td {
	background-color: #eeeeee;
}

/* Classes */

.hidden {
	visibility: hidden;
}

.highlight {
	color: #BA0000;
	font-weight: bold;
}

.firefox {
	clear: both;
	height: 0px;
}