html, body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Garamond, sans-serif;
	font-size: 14px;
	background-image: url('/media/static/images/background.png');
	background-position: top left;
	background-repeat: repeat-y;
}

#rail{
	background-color:#eeeeee;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#right {
	margin: 45px 0px 0px 250px;
	padding: 0px;
}

#credits {
	text-align: center;
	font-size: .9em;
	padding: 30px;
	color: #999999;
}

.inner {
	overflow: hidden;
}

.content {
	padding: 0px 30px 30px 30px;
	width: 550px;
	color: #555555;
}

.content strong {
	color: #444444;
}

.content p {
	margin-left: 10px;
}

h1 {
	background-color: #27549f;
	color: white;
	font-size: 38px;
/* 	margin: 45px 0px 30px 0px; */
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 35px;
	line-height: 1.57;
	height: 60px;
/* 	text-align: center; */
/* 	overflow: hidden; */
}

h2 {
	color: #b61040;
	background-color: inherit;
	font-size: 1.6em;
	margin: 0px;
	line-height: 1.0;
}

h3 {
	color: #27549f;
	font-size: 1.2em;
	font-style: italic;
}

h4 {
	color: #b61040;
	font-size: 1em;
	font-weight: bold;
}

#rail h3 {
	background-color: #27549f;
	color: white;
	font-size: 1.5em;
	line-height: 1.2;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	font-style: normal;
}

.date {
	border-width: 1px 0px 0px 1px;
	border-color: #27549f;
	border-style: solid;
	color: #27549f;
	margin: 3px 0px 10px 0px;
	padding: 2px;
	display: block;
	font-style: italic;
}

.list_date {
	font-style: italic;
}

a, a:visited {
	color: #b61040;
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #b61040;
	text-decoration: underline;
}

.menu {
	color: #b61040;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 1.5;
}

.menu li {
	list-style: none;
	margin: 0px 0px 0px 20px;
}

.menu li a, .menu li a:visited {
	color: #b61040;
}

.top {
	position: absolute;
	top: 15px;
	left: 320px;
	text-align: center;
	color: #555555;
/* 	border: 1px solid red; */
}

/*.top {
	float: left;
	text-align: center;
	width: 600px;
	margin: 5px 0px 0px 0px;
}*/

.top img {
	margin: 0px 5px 0px 0px;
	vertical-align: text-bottom;
}

.sponsors {
	text-align: center;
	margin: 30px 0px 0px 0px;
}

div.sponsors a {
	margin: 15px;
/* 	padding: 10px 0px 0px 0px; */
/* 	border: 1px solid blue; */
}

div.sponsors a img {
	border: 1px solid blue;
	margin: 10px;
}

img.sponsor {
    margin: 10px;
}

.short_list_white {
	padding: 3px;
}

.short_list_grey {
	padding: 3px;
	background-color: #f0f0f0;
}

.gallery_image {
	float: left;
	border: 1px solid #555;
	background-color: #eee;
	color: #666;
	padding: 0px;
	margin: 5px;
	text-align: center;
	width: 170px;
	height: 200px;
}

.gallery_image img {
	border: 1px solid black;
	margin: 0px;
	padding: 1px;
}

th {
	text-align: right;
	font-weight: bold;
}

.schedule th {
	color: #b61040;
	border-bottom: 1px solid #999999;
	font-style: italic;
/* 	font-weight: normal; */
	font-size: 1em;
	text-align: center;
	font-weight: normal;
}

.schedule td, .schedule th {
	padding: 5px 15px 5px 15px;
	text-align: center;
}

.team {
	font-weight: bold;
}

form {
	margin: 20px;
/* 	text-align: right; */
}

input, select, button {
	border: 1px solid #999999;
	color: #27549f;
	background-color: white;
	padding: 2px;
}

button {
	cursor: pointer;
}

button:hover {
	border: 1px solid #999999;
}

.errorlist {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: .8em;
}

.errorlist li {
	list-style: none;
	color: #b61040;
	background-color: white;
	margin: 0px;
	padding: 0px;
}