/* CSS Document */
* {padding: 0; margin: 0;}
body {
	background: url(images/background-shadow.gif) repeat-y center bottom;
	text-align: center;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif /*Georgia, "Times New Roman", Times, serif*/;
	font-size: 0.8em;
}
#container {
	margin:0 auto;
	text-align: center;
	height: 429px;
	width: 811px; 	width: 810px;
	padding-left: none; padding-left: 1px;
}
#header {
	display: block;
	width: 811px;
	height: 329px;
	background: url(images/header.jpg) no-repeat;
	text-align: left;
}
#subhead {
	display: block;
	width: 811px;
	height:100px;
	background: url(images/logoslice-title.gif) no-repeat;
		text-align: left;
}
#arena {
	margin:0 auto;
	text-align: center;
	display:block;
	width: 811px;
	min-height: 500px;
	padding-bottom: 0px;
	z-index: 0;
}
ul, ul li {
	list-style-type:disc;
	margin: 3px;
	padding: 1px;
}
#navigation {
	display: block;
	position: relative;
	float: left;
	clear: left;
	padding: 25px 0px 0px 0px;
	width: 198px;
	height: 344px;
	background: url(images/navbox.gif) no-repeat left top;
	text-align: left;
}
#navigation ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
#navigation ul li {
	list-style-type:none;
	display: block;
	height: 20px;
	width: 198px;
	border-bottom: black 1px solid;
	padding: 4px 0px 0px 0px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	text-indent: 2px;

}

#navigation ul li.menu_current, #navigation ul li.menu_default:hover, a.menu_default:hover {
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation ul li a{
	text-decoration:none;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}	
a.menu_default {display: block; margin: 0px; padding:0px;}
a.menu_current {display: block; margin: 0px; padding:0px;}

/*Content Styles begin */
#content {
	display: block;
	position: relative;
	float: right;
	clear: right;
	padding: 10px 10px 6px 10px;
	margin: 0px;
	width: 579px;
	min-height: 500px;
	text-align: left;
	line-height: 1.3em;
	overflow-x: hidden;
}
#content ol{
	display: block;
	padding: 5px 5px 5px 25px;
	width: 490px;
	text-align: left;
}

#footer {
	display:block;
	position: absolute;
	bottom: 0px;
	height: 25px;
}