body {
	Color: #000;
	background: #FEF9E2;
	margin: 25px 0;
	padding: 0;
}

.hide {
 display: none;
}

img {
display: block;
border: 0;
}

a:link {
font-weight: bold;
text-decoration: none;
color: #0066FF;
background: transparent;
}

a:visited {
font-weight: bold;
text-decoration: none;
color: #FA839E;
background: transparent;
}
a:hover {
font-weight: bold;
text-decoration: underline;
color: #0099FF;
background: transparent;
}
a:active {
font-weight: bold;
text-decoration: none;
color: #FAA483;
background: transparent;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

h1 {
font-size: 2.15em;
font-weight: normal;
}

html p {
margin-top: 0;
margin-bottom: 1em;
text-align: left;
font-size: 1.25em;
line-height: 1.5;
}

#footer p {
	font-size: 12px;
	margin-top: 25px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;

}

/* page spacers */
#maincontent {
pading-left: 25px;
padding-top: 25px;
}

#content {
background: transparent url(images/speaker.gif) center bottom no-repeat;
}

/* sidebar */
#sidebar p {
font-style: italic;
text-align: right;
margin-top: 0.5em;
}

#sidebar img {
margin: 30px 0 15px 0;
}

#sidebar h2 {
font-size: 1em;
font-weight: normal;
font-style: italic;
margin: 0;
line-height: 1.5;
text-align: right;
}

/* navigation */
table#nav {
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}

table#nav td {
font: bold 14px verdana, arial, sans-serif;
text-align: center;
vertical-align: middle;
border-right: 1px solid #000;
border-top: 1px solid #000;
}

table#nav td a {
font-weight: normal;
text-decoration: none;
display: block;
margin: 0;
padding: 0;
}


#title {
	background-image: url(images/bgnav.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .25em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

td#audio a:link, td#audio a:visited {
background: transparent url(images/bgpat.gif) repeat;
}

td#audio a:hover {
background: transparent url(images/nopat.gif) repeat;
}

td#video a:link, td#video a:visited {
background: transparent url(images/bgpat.gif) repeat;
}

td#video a:hover {
background: transparent url(images/nopat.gif) repeat;
}

td#donate a:link, td#donate a:visited {
background: transparent url(images/bgpat.gif) repeat;
}

td#donate a:hover {
background: transparent url(images/nopat.gif) repeat;
}



td#order a:link, td#order a:visited {
background: transparent url(images/bgpat.gif) repeat;
}

td#order a:hover {
background: transparent url(images/nopat.gif) repeat;
}

div.float {
	float: left;
	margin: 20px;
  }

