body {
	text-align: center;
	margin: 0;
	background-color: #111;
	background:transparent url("../images/bg.jpg") repeat-x top left;
}

#container1 {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
	margin-top: 5px;
}

#container2 {
	margin-left: auto;
	margin-right: auto;
	background-color: #a3b8b4;
	width: 735px;
	border-left: groove #222 2px;
	border-right: groove #222 2px;
	padding: 0;
	margin-top: 6px;
}

#title {
	background:transparent url("../images/title.jpg") no-repeat top left;
	height: 150px;
}

#title h1 {
	padding: 10px;
	margin: 0;
	font-size:48px;
	display:none;
}

#topnav {}

ul#saturday{margin:0;padding:0;list-style-type:none;width:auto;
position:relative;display:block;height:36px;text-transform:uppercase;
font-size:18px;font-weight:bold;
background:transparent url("../images/bgOFF.gif") repeat-x top left;
border-bottom:3px groove #a3b8b4;border-top:1px solid #C0E2D4;}

ul#saturday li{display:block;float:left;margin:0;padding:0;}

ul#saturday li a{display:block;float:left;color:#874B46;
text-decoration:none;padding:10px 10px 2px 10px;height:24px;
background:transparent url("../images/bgDIVIDER.gif") no-repeat top right;}

ul#saturday li a:hover{
background:transparent url("../images/bgHOVER.gif") no-repeat top right;}

ul#saturday li a.current,ul#saturday li a.current:hover{color:#fff;
background:transparent url("../images/bgON.gif") no-repeat top right;}

#leftnav {
	float: left;
	width: 140px;
	padding: 15px 0 20px 20px;
}

ul#left {
	font-size: 18px;
	margin:0;
	padding:0px;
	list-style: none;
}

ul#left li{
	display:block;
	float:left;
}

ul#left li a{
	display:block;
	float:left;
	color:#d9c88c;
	text-decoration:none;
	padding: 5px 0px 5px 16px;
	width: 100px;
	background-color: #2d2691;
	border-left: solid #201B65 8px;
	border-right: solid #4035C8 5px;
	margin-bottom: 1px;
}

ul#left li a:hover{
	background-color: #e6b421;	
	color:#2d2691;
	border-left: solid #AF8914 8px;
	border-right: solid #EFD074 5px;
}

#pagename {
	margin: 15px 40px 20px 190px;
	min-height: 450px;
	padding: 10px 10px 10px 15px;
	font-size: 18px;
	line-height: 1.4;
	background-color: #eee;	
}

#guest {}

#info {
	margin: 15px 40px 20px 190px;
	min-height: 450px;
	padding: 10px 10px 10px 15px;
	font-size: 18px;
	line-height: 1.4;
	background-color: #eee;	
}

/* IE fix */
* html #info {
height: 450px;
}

#info td{
	vertical-align: top;
	border-bottom: 1px solid #888;
	line-height: 1.4;
	padding: 5px 0;
}

#info table{
	width: 460px;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 10px 0 0 10px;
	background:transparent url("../images/footer.gif") repeat-x top right;
	height: 30px;
}

#footer a
{text-decoration:none;
	color:#000;
}

