/* Body & Divs */

body {
	background-color: #9a0051;
	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;
}

#container {
	margin: 0px auto;
	width: 850px;
	background-color: #ffffff;
	border: #53002b solid 1px;
	border-top: none;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 233px;
}

#menu {
	height: 38px;
}

#content {
	padding: 12px 7px 3px;
	min-height: 330px;
	background: url(../images/hr.jpg) top no-repeat;
}

#footer {
	clear: both;
	font-size: 0.8em;
	background: url(../images/hr.jpg) top no-repeat;
	padding-top: 12px;
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	margin-bottom: 7px;
	padding: 3px;
	font-size: 1.2em;
	color: #f0017e;
	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: 22px;
}

td p {
	line-height: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #f0017e;
}

a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
}

/* Classes */


.tabletimes td {
font-size: 11px;
line-height:16px;

}


.tablecenter {
margin-left: auto;
margin-right:auto;
}

.tablecenter td {
padding-bottom: 20px;
}

.hidden {
	visibility: hidden;
}

.highlight {
	color: #f0017e;
	font-weight: bold;
}

.lowlight {
	color: #f0017e;
	font-size: 0.8em;
}

#content p.map {
	width: 274px;
	text-align: center;
	float: left;
	padding: 2px;
}