body {
	background-image: url("images/back.gif");
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
* {
	vertical-align: top;
}
a {
	color: #600A0D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#master {
	width: 720px;
	background-image: url("images/torsoe.gif");
	background-repeat: repeat-y;
	height: 100%;
}
#header {
	width: 720px; height: 72px;
	background-image: url("images/header.gif");
	background-repeat: no-repeat;	
}
#header span {
	display: none;
}
#nav {
	width: 648px;
	background-color: black;
	color: #000000;
	text-align: center;
	font-family: georgia;
	font-size: 15px;
	padding-top: 8px;
	margin-bottom: 20px;
}
#nav a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 8px;
	margin-right: 8px;
	background-color:  black;
	color:  #976938;
}

#nav a:hover {
	background-color:  #976938;
	color: #000000;
}
a#active {
	background-color:  #976938;
	color: #000000;
}
a#active:hover {
	background-color:  black;
	color:  #976938;
}
#content {
	background-image: url("images/content.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
#content p {
	color: #DADA9C;
	font-family: verdana;
	font-size: 10px;
	padding: 8px 16px 8px 16px;
	margin: 0px;
	text-align: justify;
	text-indent: 10px;
}
#content h2 {
	/* background-image: url("images/divider.gif");
	background-repeat: no-repeat;
	width: 648px; height: 20px;
	text-indent: 20px; */
	font-family: georgia;
	text-align: center;
	font-size: 24px;
	color: #600A0D;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content h3 {
	font-size: 15px;
	color: #600A0D;
	font-family: georgia;
	margin: 0px;
}
#footer {
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	height: 108px; width: 720px;
	color: #DADA9C;
	font-family: verdana;
	font-size: 10px;
	padding-left: 44px;
	padding-right: 44px;
	padding-bottom: 30px;
	text-align: right;
	vertical-align: bottom;
}
#radio {
	width: 648px;
	height: 400px;
	background-image: url("images/retro-radio.jpg");
	background-repeat: no-repeat;

}
#radio div {
	padding: 54px 0 0 49px;
}
#radio img {
	width: 48px; height: 48px;
	border: 0px;
	margin-top: 8px;

}
#radio a {
	display: block;
	width: 48px;
}
#gallery {
	width: 648px;
	padding: 0px;
	spacing: 0px;
}
#gallery .item {
	width: 162px; height: 162px;
	text-align: center;
	background-image: url("images/loading.gif");
	background-repeat: no-repeat;
}
#gallery img {
	margin-top: 17px;
	width: 128px; height: 128px;
	border: 0px;
	text-align: center;
}