/* CSS Document */

body {
	background: #44663A url(images/bg_green.gif) repeat-y top center;
	text-align: center;
	}	
#title h1 { 
	background: transparent url(images/hh_banner.jpg) no-repeat top center; 
	margin-top: 10px; 
	margin-bottom: 50px;
	height: 200px; 
	}
#title h1 span {
	display:none;
	}
#title h2 span {
	display:none;
	}
#main h2 span {
	display:none;
	}
h2#desmoines {
	background: transparent url(images/desmoines.gif) no-repeat top center;
	margin: 10px 0px 5px 0px;
	height: 50px;
	width: 780px;
	}
h2#maloney {
	background: transparent url(images/maloney.gif) no-repeat top center;
	margin: 10px 0px 5px 0px;
	height: 50px;
	width: 780px;
	}
h2#movies {
	background: transparent url(images/nowplaying.gif) no-repeat top center;
	margin: 10px 0px 5px 0px;
	height: 50px;
	width: 780px;
	}
#live {
	margin: 0 auto;
    width: 800px;
    position: relative;
    background: transparent;
    padding: 0 10px 0 10px;
    text-align: left;
    }
#main p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	padding-top: 0px;
	font: 10pt georgia;
	color: #333;
	}
#main img {
	margin: 10px;
	}	
	
#linklist
    {
    position: absolute;
    top: 210px;
    left: 30px;
    width: 760px;
	margin: 0px;
	padding: 0px;
    }
#linklist ul
	{
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font: 9pt verdana;
	color: #666;
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
	background: #fff;
	}

#linklist li
	{
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	margin-left: 0px;
	}

#linklist a {
	text-decoration: none;
	color: #666;
}

#linklist a:hover, a:active {
	border-bottom: 1px dotted #aaa;
}
