html {
	background: #003 url(/images/html_bg.png) 0 0 repeat-x;
}

body {
	margin: 0 auto 1em;
	position: relative;
	padding: 0 0 0 200px;
	font-family:sans-serif;
	color:#fff;
	background:#314 url(/images/star_bg.png) 25px 100px no-repeat;
	font-size: 11pt;
	width: 770px;
	
	border-width: 0 2px 2px;
	border-style: solid;
	border-color: #306 #303;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75);
	box-shadow: 0 0 15px rgba(0,0,0,0.75);
	-moz-border-radius: 0 0 1em 1em;
	border-radius: 0 0 1em 1em;
}

header, footer, nav {
	display: block;
}

p, ul, fieldset {
	border: 1px solid #202;
}

p, ul, tr, fieldset, .album{
	-moz-border-radius: 1em;
	border-radius: 1em;
}

p, ul, table, fieldset {
	margin: 0 2% 1em 4%;
	padding: 8px 16px;
	background: #2a0d37;
	background: rgba(16,0,16,0.25);
	line-height: 1.2;
}

header {
	background: url(/images/gradient_bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #202;
	margin: 0 0 1ex -200px;
}

header nav {
	text-align: center;
	position: absolute;
	left: 20px;
	top: 150px;
	width: 175px;
}

header nav a {
	display: block;
	color: #e8e8e8;
	outline: none;
	background: #004 url(/images/menu_highlight.png) -999px 0 no-repeat;
	font-size: 150%;
	font-style: italic;
	text-decoration: none;
	border: 3px solid #525;
	-moz-border-radius: 1ex;
	border-radius: 1ex;
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	margin: 2px;
	padding: 0.1ex 1ex;
}

header nav a:link, header nav a:visited {
	background-color:#215;
}

header nav a:hover{
	color:#fff;
	background-color:#3121ad;
	-moz-box-shadow:0 0 20px rgba(255,255,255,0.75);
	-webkit-box-shadow:0 0 20px rgba(255,255,255,0.75);
	box-shadow:0 0 20px rgba(255,255,255,0.75);
	background-position:50% 50%;
}

/*#content {
	margin: 0 0 0 220px;
}*/

footer {
	background: #006 url(/images/gradient_bg.png) 0 -100px repeat-x;
	clear: both;
	margin: 0 0 0 -200px;
	text-align: center;
	position: relative;
	border-top: 1px solid #202;
	padding: 1ex 0;
	height: 110px;
	-moz-border-radius: 0 0 1em 1em;
	border-radius: 0 0 1em 1em;
}

#contact {
	width:500px;
}

footer nav {
	width: 450px;
	position: absolute;
	top: 1em;
	left: 500px
}

.col1 {
	width: 430px;
	float: left;
}

.col2 {
	width: 270px;
	float: left;
}

.album {
	text-align: center;
	padding: 1ex;
	margin: 1em;
	border: 2px solid #304;
	background: #403;
	background: rgba(64,0,32,0.66);
	
}
#map_container {
	clear: both;
}
#map {
	width: 720px;
	height: 400px;
	color: #000;
}

.watermark {
	color:#666;
}

#location_info {
	float: left;
	width: 60%;
}

#timetable {
	width:40%;
	float:left;
}

.album a img {
	-moz-box-shadow: 1px 1px 15px #000;
	margin:0.1em;
	border: 1px solid;

}

a:link {color:#ff0}
a:visited {color:#fa6}
a:hover{color:#f80}

h1 {
	margin:0;
}

h1 a {
	display: block;
	padding:0 0 0 100px;
	background: url(/images/rotating_star.gif) 0 0 no-repeat;
}

h1 img {
	border:none;
}

h2 {
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
	border-bottom: 2px solid #fe4;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 1ex 0;
}

h3 {
	font-size: 120%;
	margin: 1em 0 0.25em 2%;
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse:collapse;
}

td, th {
	border: 1px solid #666;
	vertical-align:top;
	padding:3px;
}

.loading {
	cursor: wait;
}

.accessibility {
	display:none;
}

#modalBlocker {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	height: 100%;
	width: 100%;
	background: #000 url(/images/star_blue_bg.png) 50% 50%;
}

#imageViewer {
	position: fixed;
	display: none;
}
