body {
	background: #000 url(./images/background.jpg) repeat scroll top left;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	font: normal normal normal 12pt serif;
	color: #333;
}

#header {
	width: auto;
	height: 100px;
	margin: 0px 0px 5px -5px;
	padding: 0px;
	background: url(./images/banner.jpg) no-repeat scroll top left;
}

#detailbox {
	float: right;
	width: 220px;
	height: 80px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	border: 2px solid #633;
	background-color: #ffc;
	font: normal normal normal 8pt serif;
	text-align: right;
}

#detailbox img {
	float: left;
}

#lsidebar {
	/*position: absolute;
	top: 105px;
	left: 5px;*/
	float: left;
	/*margin-left: 5px;*/
	width: 175px;
	border: 2px solid #633;
}

#hoursbox {
	/*position: absolute;
	top: 105px;
	left: 5px;*/
	float: right;
	/*margin-left: 5px;*/
	width: 175px;
	border: 2px solid #633;
}

#spotbox {
	/*position: absolute;
	top: 105px;
	left: 5px;*/
	float: right;
	clear: right;
	margin-top: 5px;
	width: 175px;
	border: 2px solid #633;
}

#lsidebartop {
	width: 175px;
	height: 39px;
	padding: 0px;
	margin: 0px;
	background: #ffc url(./images/lsidebartop.png) repeat-y scroll top left;
}

#hourstop {
	width: 175px;
	height: 39px;
	padding: 0px;
	margin: 0px;
	background: #ffc url(./images/rsidebartop.png) repeat-y scroll top left;
}

#spottop {
	width: 175px;
	height: 39px;
	padding: 0px;
	margin: 0px;
	background: #ffc url(./images/spottop.png) repeat-y scroll top left;
}

#catmenu {
	margin: 0px;
	padding: 0px;
}

#catmenu li {
	list-style: none;
	display: inline;
}

.menu {
	padding: 10px 25px 10px 25px;
	background: #ffc url(./images/sidebarbg.png) repeat-y scroll top left;
}

.spotimg {
	padding: 20px;
	background: #ffc url(./images/sidebarbg.png) repeat-y scroll top left;
}

.sidebarbottom {
	width: 175px;
	height: 67px;
	padding: 0px;
	margin: 0px;
	background: transparent url(./images/sidebarbottom.png) repeat-y scroll top left;
}

#maincontent {
	/*position: absolute;
	top: 105px;
	left: 234px;*/
	padding: 10px;
	margin: 0px 184px 0px 184px;
	width: auto;
	background: #ffc url(./images/maincontentbg.jpg) no-repeat scroll bottom right;
	border: 2px solid #633;
}

#brief {
	padding: 10px;
	margin: 0px 184px 6px 184px;
	width: auto;
	background-color: #ffc;
	border: 2px solid #633;
}

.menulist {
	margin: 0px;
	padding-left: 15px;
	font-size: 10pt;
	font-family: verdana, sans-serif;
}

.sub {
	list-style-type: none;
}

.submenulist {
	margin: 0px;
	padding-left: 10px;
	font-size: 8pt;
	list-style-type: disc;
}

.current {
	list-style-type: circle;
}

.initial {
	/*float: left;
	clear: all;
	margin: 0px 2px 2px 0px;*/
}

.date {
	font: bold normal normal 8pt "Palatino Linotype", serif;
	font-weight: bold;
	color: #633;
	text-decoration: underline;
}

p {
	margin-top: 0px;
}

h1 {
	font: normal normal normal 24pt Tahoma, Verdana, sans-serif;
	letter-spacing: 2pt;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-weight: normal;
	font-family: verdana, sans-serif;
	color: #633;
	width: auto;
	border-bottom: 2px solid #633;
	margin-top: 0px;
	padding-top: 0px;
}

h3 {
	font-weight: normal;
	font-family: verdana, sans-serif;
	color: #633;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
}

img {
	padding: 0px;
	margin: 0px;
}

#detailbox img {
	padding-right: 10px;
	border: 0px;
}

a:link {
	color: #633;
}

a:visited {
	color: #c33;
}

a:hover {
	color: #c33;
}

a:active {
	color: #c33;
}