div#bg {
	background: url(../images/fm-bg.jpg) repeat-y;
}
div#nav a:hover,
div#nav a:active {
	background: url(../images/tinyfm.jpg) no-repeat center;
}
body {
	background: url(images/background37.gif) repeat;
}
ul.tabs li {
	display: block;
	float: left;
	font-weight: bold;
	list-style-type: none;
}
ul.tabs {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
ul.tabs li a {
	display: block;
	padding-top: 10px;
	width: 120px;
	height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	color: black;
}
ul.tabs li a:link,
ul.tabs li a:visited {
	background-image: url(images/tab-white.gif);
}
ul.tabs li a:hover,
ul.tabs li a:active {
	background-image: url(images/tab-red.gif);
}
