html {
	height: 100%;
	overflow: inherit;
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(/images/border.jpg) no-repeat top center;
	overflow: inherit;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Times, "MS Trebuchet", Arial, sans-serif;
	color: #545454;
}

div#page {
	width: 960px;
	min-height: 100%;
	background: #f1f1f1 url(/images/header.jpg) no-repeat top center;
	margin: 0 auto;
	padding: 150px 0 0;
	position: relative;
}

* html #page {
	height: 100%;
}

div#leftcurtain {
	width: 116px;
	height: 680px;
	background: transparent url(/images/leftcurtain.png) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

div#rightcurtain {
	width: 116px;
	height: 680px;
	background: transparent url(/images/rightcurtain.png) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

div#nav {
	height: 54px;
	margin: 0 100px;
	background: #000 url(/images/nav.png) repeat-x;
	color: #e7e7e7;
	padding: 8px 10px 0;
	font-variant: small-caps;
}

div#nav table {
	margin-bottom: 8px;
}

div#nav table td {
	text-align: center;
}

div#nav a {
	font-size: 16px;
	color: #e7e7e7;
	text-decoration: none;
}

div#nav a:hover {
	color: #aaa;
}

#page-graphic {
	height: 271px;
	width: 840px;
	background: #000 none;
	margin: 0 60px;
}

div#content {
	margin: 2px 65px 0;
	padding: 10px;
	background: #f1f1f1 none;
	width: 810px;
	border-top: 1px solid #aaa;
	text-align: center;
	position: relative;
	z-index: 150;
}

div#footer {
	margin: 20px 100px 0;
	padding: 10px 0;
	width: 760px;
	border-top: 1px solid #aaa;
	background: #f1f1f1 none;
	text-align: center;
	font-variant: small-caps;
	color: #888;
}

h1 {
	margin: 5px 0;
	padding: 0;
	text-align: center;
	color: #545454;
	font-size: 32px;
	font-weight: normal;
	font-variant: small-caps;
}

h3 {
	margin: 5px 0;
	padding: 0;
	text-align: left;
	color: #545454;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
}

h4 {
	text-align: left;
	margin: 5px 0;
	padding: 0;
}

h3 a {
	color: #4157b5;
	text-decoration: none;
}

h3 a:hover {
	color: #0427bc;
}

p {
	margin: 0;
	padding: 0 0 10px;
	color: #545454;
	font-size: 19px;
}

hr {
	color: #aaa;
	border-color: #aaa;
	width: 50%;
}

table#schedule {
	border: 1px solid #545454;
}

table#schedule th {
	border-bottom: 1px solid #545454;
	background: #ccc;
	padding: 4px 8px;
}

table#schedule td {
	background: #e1e1e1;
	padding: 4px 8px;
}

/************* NAV STYLES *************/
#jsddm {
	margin: 0; 
	padding: 0;
	width: 100%;
	display: block;
}

#jsddm li {
/*	float: left;*/
	list-style: none;
	position: relative;
	display: block;
}

#jsddm li ul {
	margin: 4px 0 0; 
	padding: 0; 
	position: absolute; 
	visibility: hidden;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #545454;
	width: 100%;
	top: 100%;
	left: 0;
}

#jsddm li ul li {
	display: block;
	margin: 0;
	padding: 2px 4px;
	border-bottom: 1px solid #aaa;
}

#jsddm li ul li a {
	width: auto;
	font-size: 14px;
}

#jsddm li ul li a:hover {
	
}