@import url(style_h2_images.css);

body {
	background: rgb(0,0,0) url(images/background.jpg) fixed no-repeat 100% 100%;
	color: rgb(255,255,255);
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	margin: 0;
}

h1 {
	background: url(images/header-bg.gif) repeat-x;
	height: 50px;
	margin: 20px 0;
	text-indent: -9999px;
}

h1 a {
	background: url(images/mainlogo.gif) no-repeat;
	display: block;
	height: 50px;
	margin-left: 25px;
	overflow: hidden;
	width: 415px;
}

#container {
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	width: 980px;
}

#content {
	background: url(images/content-bg.gif) repeat-x;
	border: 1px solid rgb(205,205,205);
	padding: 20px 10px 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
	width: 773px;
}

#navigation {
	background: url(images/nav-bg.gif) repeat-x;
	border: 1px solid rgb(205,205,205);
	padding-top: 80px;
	width: 168px;
}

#navigation h5 {
	border-bottom: 1px solid rgb(192,13,47);
	color: rgb(255,255,255);
	display: block;
	font-size: 15px;
	margin: 0 0 5px 0;
	padding: 20px 0 1px 3px;
}

#navigation a {
	display: block;
	font-size: 11px;
	margin: 2px 5px 5px 5px;
	padding: 3px 0 3px 15px;
	text-decoration: none;
}

#navigation a:link,#navigation a:visited {
	background: rgb(43,46,124) url(images/arrow-off.gif) no-repeat;
	border: 1px solid rgb(205,205,205);
	color: rgb(255,255,255);
}

#navigation a:hover {
	background: rgb(205,205,205) url(images/arrow-on.gif) no-repeat;
	border: 1px solid rgb(192,13,47);
	color: rgb(192,13,47);
}

#navigation a.current:link,#navigation a.current:visited {
	background: rgb(205,205,205) url(images/arrow-current.gif) no-repeat;
	border: 1px solid rgb(43,46,124);
	color: rgb(43,46,124);
}

#navigation a.skip {
	display: none;
}

a:link,a:visited {
	color: rgb(75,87,235);
}

a:hover {
	color: rgb(192,13,47);
}

br.clear {
	clear: both;
}

div.gallery img {
	border: none;
	float: left;
	margin: 0 10px 10px 0;
}

h2 {
	border-bottom: 2px solid rgb(192,13,47);
	font-size: 20px;
	font-weight: bold;
	height: 125px;
	margin: 0 0 1em 0;
	padding-bottom: 5px;
}

h2#index {
	height: auto;
	width: 215px;
}

h3 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2em;
	padding-top: 2em;
}

h3.first {
	padding-top: 0;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
}

hr {
	display: none;
}

img.left {
	clear: both;
	float: left;
	margin: 2px 5px 5px 0;
}

img.right {
	clear: both;
	float: right;
	margin: 2px 0 5px 5px;
}

p.backtop {
	clear: both;
	font-size: 11px;
	margin-top: 2em;
	text-align: right;
}

table {
	table-layout: fixed;
}

table td {
	vertical-align: top;
}

table.schedule {
	border: 1px solid rgb(205,205,205);
	border-collapse: collapse;
	width: 100%;
}

table.schedule td {
	border: 1px solid rgb(205,205,205);
	padding: 2px;
}

tr.header {
	background-color: rgb(45,48,125);
	color: rgb(255,255,255);
	font-weight: bold;
}

tr.month {
	background-color: rgb(175,175,175);
	color: rgb(192,13,47);
	font-weight: bold;
}

tr.odd {
}

tr.even {
}

tr.onelaphead  td {
	border: none;
	border-left: 1px solid rgb(205,205,205);
	font-weight: bold;
}

tr.onelapevent td {
	border: none;
	border-left: 1px solid rgb(205,205,205);
	font-size: 11px;
	padding-left: 2em;
}
