* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100%;

}
html, body{
	scrollbar-base-color: #CC9999;
	background-color: #CC9999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 120%;
	color: #502727;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #502727;
}

a:visited {
	
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #990033;
	text-decoration: underline;
}


#logo{
	height: 150px;
}
p {
	
}
h1 {
	width : 650px;
	height : 150px;
	margin : 0 auto 10px;
	position : relative;
	font-size: 12px;
	color: #FFF0DB;
}
h1 span {
	background : url(../images/radio_top.jpg) no-repeat 0 0;
	width : 650px;
	height :150px;
	position : absolute;
	top : 0;
	left : 1px;
}
h1 a {
	cursor : pointer;
	height : 100%;
	display : block;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
	text-align: center;
}
h3{
	margin-top: 5px;
}
.h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #663300;
	padding-bottom: 10px;
	clear: both;
}
.caption{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #502727;
	text-align: center;
}
#navcontainer
{
	/*avoid gap after li in ie6 by setting width*/
width: 130px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 25px;
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

#navlist a
{
display: block;
color: #502727;
padding: 1px 0 1px 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 114px; }

#navlist a
{
\width: 130px;
w\idth: 114px;
}

#subnavlist a
{
display: block;
color: #502727;
padding: 1px 0 1px 8px;
margin-left: 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a { width: 106px; }

#subnavlist a
{
\width: 122px;
w\idth: 106px;
}

#navlist a, #navlist a:visited,#subnavlist a, #subnavlist a:visited
{
border-left: 8px solid #FFF0DB;
background: #FFF0DB;
color: #502727;
text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover
{
border-left: 8px solid #502727;
text-decoration: underline;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
border-left: 8px solid #CC9999;
text-decoration: underline;
}

a#current, a:visited#current, a#subcurrent , a:visited#subcurrent
{
border-left: 8px solid #CC9999;
background: #F3F5FC;
color: #283D82;
text-decoration: none;
}
#footer{
	width: 150px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #502727;
	text-align: center;
	position: absolute;
	left: 325px;
	bottom: 27px;
	height: 24px;
}
