body { 
	padding: 0px; 
	margin: 0px; 
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #454545; 
	background: #000 url(images/bg.gif);
}

a, hover, visited {
	
	color: #444F31;
	text-decoration: none;
}

#container {
 
	width: 748px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

#header {
 
	height: 99px;
	background: #000 url(images/header.gif) no-repeat;
}

#nav {
	height: 103px;
	background: url(images/menubackground.jpg) no-repeat 9px 0;
	border: 0px;
}

#left {
 
	background: #fff url(images/leftcolumn.gif) no-repeat;
	width: 150px;
	height: 396px;
	float: left;
	color: #000;
	padding-left: 5px;
	padding-right: 28px;
	padding-top: 20px;
	margin-right: 0px;
	overflow: auto;
}

#left a, hover, visited {
	
	color: #8f9b6d;
	text-decoration: none;
}

#main { 
	background: #4d4d4d;
	color: #e0e0e0;
	width: 531px;
	height: 364px;
	padding-right: 30px;
	padding-top: 18px;
	padding-bottom: 30px;
	margin: 0px;
	overflow: auto;
	border-top: #656565 2px solid;
	border-bottom: #656565 2px solid;
	border-left: #656565 2px solid;
	border-right: #656565 2px solid;
	float: right;
}

#maintext {

	padding-left: 10px;

}

#main a, hover, visited {
	
	color: #8f9b6d;
	text-decoration: none;
}

#footer {

	height: 38px;
	background: url(images/footer.gif) no-repeat;
	margin: 0px;
	padding-left: 0px;
	padding-top: 5px;
}

#right {

	height: 43px;
	margin: 0px;
	padding-left: 216px;
	padding-top: 5px;
}

#fader {
	
	position: fixed;
	bottom: 223px;
	height: 62px;
	background: url(images/fader.png) no-repeat;
	width: 100% 

}



#hello {

	font-weight: bold;
	font-size: 1.2em;

}

.Amessage {

	float: right;
	padding-right: 145px;	
	padding-top: 72px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 18px;
	text-align: right;


	
}




div#navContainer {
	width: 585px;
	height: 90px;
	padding: 0 0 0 22px;
	margin: 0 ;
	}

div.navigation {
	width: 585px;
	height: 44px;
	padding: 11px 0 0 0;
	margin: 0;
	}


.navigation ul{
	margin: 8px 0 0 0;
	padding: 0;
	width: 585px;
	height: 50px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.navigation li{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	height: 50px;
}

.navigation li a{
	text-decoration: none;
	border: 0;
	display: block;
	}

.navigation li a:visited{
color: #2d2b2b;
}

.navigation li a:hover, .basictab li a.current{
background-color: #DBFF6C;
color: black;
}

.navigation li a:active{
color: black;
}

.subnavigation{
	width: 585px; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	position: relative;
	top: 15px;
	}
	
.subnavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.subnavigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
.subnavigation ul li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 4px;
	margin: 0;
	}
	
.subnavigation ul li a:hover {
	color: #99FF00;
	text-decoration: underline;
	}

.tabcontent{
display:none;
}/* CSS Document */


li#home a {
	width: 49px;
	height: 50px;
	background: url(images/home.gif) no-repeat;
	margin: 0 0 0 16px;
	}
li#home a:hover {
	background-position: 0 -50px;
	}

li#contact a {
	width: 49px;
	height: 50px;
	background: url(images/contact.gif) no-repeat;
	margin: 0 0 0 30px;
	}
	 
li#contact a:hover {
	background-position: 0 -50px;
}
	 
li#food a {
	width: 49px;
	height: 50px;
	background: url(images/food.gif) no-repeat;
	margin: 0 0 0 30px;
	}

li#food a:hover {
	background-position: 0 -50px;
}
	
li#events a {
	width: 49px;
	height: 50px;
	background: url(images/events.gif) no-repeat;
	margin: 0 0 0 30px;
	}
li#events a:hover {
	background-position: 0 -50px;
}
	
li#pubgames a {
	width: 49px;
	height: 50px;
	background: url(images/pubgames.gif) no-repeat;
	margin: 0 0 0 30px;
	}
	
li#pubgames a:hover {
	background-position: 0 -50px;
}

li#sports a {
	width: 49px;
	height: 50px;
	background: url(images/sports.gif) no-repeat;
	margin: 0 0 0 30px;
	}
	
li#sports a:hover {
	background-position: 0 -50px;
}
	
li#blank a {
	width: 43px;
	height: 44px;
	background: url(images/blank.gif) no-repeat;
	margin: 0 0 0 30px;
	}
	
ul.home {
	left: 17px;
	position: absolute;
	}
	
ul.food {
	left: 95px;
	position: absolute;
	}
	
ul.events {
	left: 173px;
	position: absolute;
	}
	
ul.games {
	left: 253px;
	position: absolute;
	}
	
ul.sports {
	left: 332px;
	position: absolute;
	}
	
ul.contact {
	left: 412px;
	position: absolute;
	}
	
.section {
	color: #FFCC00;
	font-weight: bold;
	}
	
table#poolResults {
	width: 400px;
	border: 0;
}

table#poolResults th {
	text-align: left;
	border-bottom: 1px solid #ffffff;
}

#tickertape{
position:relative;
layer-background-color:black;
width:400px;
height:20px;
}

#subtickertape{
background-color:black;
position:absolute;
border: 1px solid black;
width:400px;
height:20px;

}

.subtickertapefont{
font:bold 12px Verdana;
text-decoration:none;
color:white;
}

.subtickertapefont a{
color:white;
text-decoration:none;
}