/* CSS Document */
*{
	margin:  0;
	padding: 0;
}

body
{
	font: 1em Arial;
	background-color:#898989;
}

a:link, a:visited { color: #000; font-weight: 700; text-decoration: underline; }
  
p {
	font-size:  0.75em;
	line-height: 1.5em;
	margin-top: 6px;
	margin-bottom: 6px;
}

li {
	font-size: 0.75em;
	line-height: 1.5em;
	list-style: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #192e87;
	line-height: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 0px;

}

h3 {
	color: #000;
	clear: left;
	font-size: 0.75em;
}

h3.nm {
	margin-bottom: 0;
}

.contentarea
{
	
	padding:20px;
	font-size:12px;
	color: #000000;
}

.addressarea
{
	padding:20px;
	font-size:10px;
	color: #333333;		
}

.footerarea
{
	background: #979797;
	padding:10px;
	font-size:9px;
	text-align: center;
	line-height: 15px;
	color: #FFFFFF;		
}

.footerarea a
{
	padding:10px;
	font-size:9px;
	line-height: 15px;
	color: #fff;
}

img.img {
float:right;
}

hr {
	color: #000;
	clear: left; 
	float: left;
	margin: 15px 0 15px;
	width: 325px;
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
.style2 {color: #FFFFFF}
.style3 {color: #993366; font-size: 13.333px; }

#wrapper {
	background: url('images/background.jpg') left 287px;
	margin: 0 auto;
	width: 688px;
}

#content {
	padding: 20px;
}

#music {
	margin-bottom: 15px;
}

#music, #music td {
	border-collapse: collapse;
}

#music td {
	font-size:  0.675em;
	padding: 0 1px;
	width: 50%;
}

#music a{
	color: #606420;
	font-weight: 700;
	text-decoration: none;
}

.padded {
	margin-left: 28px;
}

#copyright{ text-align: center; font-weight: 700; }
#contact { background: url('images/background.jpg') left top; color: #fff; font-weight: 700; margin: 0 -20px -20px; padding: 20px 20px; }
#contact h3 { color: #fff; font-size:  17px; text-decoration: underline; }
#contact a:hover { color: #fff; }

