body
{
	margin: 0 auto;
	padding: 0;
	color: #333;
	background: #ccc;
	font-family: "lucida grande", helvetica, sans-serif;
	font-size: .80em;
}

#container {
width: 990px;
margin: auto;
background: #50a169 url(/thw/images/site/golf/bkg.jpg) no-repeat; 
}

#navlist {
    background: #FFFFFF;
    height: 50px;
    opacity: .9;
}

#navlist ul {
    list-style: none;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}

#navlist li {
    float: left;
    list_style: none;
    margin-right: 5px;
    width: 100px;
    height: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    text-shadow: 1px 2px 2px rgba(0,0,0,.3);
    border-radius: .5em;
    box-shadow: 1px 1px 2px rgba(0,0,0,.8);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
    border: solid 1px #076e39;
    background: #50a169;
    background: -webkit-gradient(linear, left top, left bottom, from(#18bc39), to(#08783e));
    background: -moz-linear-gradient(top,  #18bc39,  #08783e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#18bc39', endColorstr='#08783e');
}

#navlist li a:link,a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#navlist li a:active,a:hover {
    position: relative;
    top: 1px;
}


#newsfader {
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border-radius: 6px;
	border: 1px solid #ccc;
	width: 690px;
	height: 15px;
}

#newsfader p {
	margin: 0px;
}

#headlines {
	display: block;
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 10px;
	height: 300px;
}
