/* Body & Divs */

body {
	background-color: #6b0000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	margin: 0px auto;
	width: 800px;
}

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 190px;
	border-bottom: #ff0000 solid 1px;
}

#menu {
	float: left;
	width: 170px;
}

#content {
	padding: 3px 7px;
	min-height: 330px;
	float: right;
}

#footer {
	clear: both;
	height: 44px;
	font-size: 0.8em;
	border-top: #ff0000 solid 1px;
	background-image: url(../images/footerbg.gif);
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	padding-left: -10000px;
}

h2, h3 {
	margin: 0px;
	padding: 3px;
	font-size: 1.0em;
	color: #cc0000;
}

h2 {
	border-bottom: 1px solid;
	font-variant: small-caps;
	margin-bottom: 10px;
}

li {
	margin-bottom: 6px;
}

#content p {
	padding: 3px;
	line-height: 20px;
	text-align: left;
}

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: #000099;
	font-weight: bold;
}

.panel {
	margin: 0px auto;
	padding: 0px;
	width: 590px;
}

.panel .top {
	height: 10px;
	background-image: url(../images/panel/panel_01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.panel .middle {
	background-image: url(../images/panel/panel_02.gif);
	background-repeat: repeat-y;
}

.panel .bottom {
	height: 10px;
	background-image: url(../images/panel/panel_03.gif);
	background-repeat: no-repeat;
}

.panel div {
	margin: 0px;
	padding: 0px;
}

.panel p {
	margin: 0px 10px;
	color: #ffffff;
}

.panel a {
	color: #ffffff;
	font-weight: bold;
}

