/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
margin: 0;
padding: 0;
background: #d0d0d0 url(images/bg_site.gif) top left repeat;
text-align: center;}

p, h1, h2, h3, h4, h5, a, ul, ol, li, td {
font: normal 12px Arial, Helvetica, Verdana, sans-serif;}

p {
margin: 0;
padding: 5px 10px 15px 25px;}

h1 {
width:274px;
height:22px;
margin:4px 0 10px 15px;
padding:7px 0 7px 13px;
font: normal 18px "Times New Roman", Times, serif;
color: #000;
background:#f6f6f6;}

h2 {
margin:0 0 0 25px;
padding:0;
font: bold 14px "Times New Roman", Times, serif; 
color: #c00;}

ul, ol {
margin:0;
padding:0 10px 16px 15px;}
	ul li {
	margin:3px 0 3px 25px;
	padding:0;
	list-style-image: url(images/bullet.gif);}

address {
width:155px;
margin:0 auto;
padding: 15px 0 10px 10px;
font:normal 11px Arial, Helvetica, Verdana, sans-serif;
color:#666;
background:url(images/bg_address.gif) top left no-repeat;}

div {
margin: 0;
padding: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
color: #060;
text-decoration: underline;}

a:hover, a:active {
color: #030;
text-decoration: none;}

/* ----------------- PAGE LAYOUT ELEMENTS (for tables) ----------------- */
table, td, th {
border-collapse: collapse;}

/* DIV HEADER */
div#header {
width: 760px;
margin: 20px auto 0 auto;}

/* DIV CONTAINER */
div#container {
width:760px;
margin:0 auto;
padding:0;
background:#fff url(images/bg_content.gif) top left repeat-y;}
div#diycontainer {
width:760px;
margin:0 auto;
padding:0;
background:#fff url(images/bg_diycontent.gif) top left repeat-y;}

/* DIV LEFTCOLUMN */
div#leftcolumn {
float:left;
width: 165px;
margin: 0;
padding: 0;}

/* DIV CONTENT */
div#content {
float:left;
width:305px;
margin:0;
padding:0;
text-align:left;}
div#diycontent {
float:left;
width:595px;
margin:0;
padding:0;
text-align:left;}
	div#diycontent h1 {
	width:547px;
	height:22px;
	margin:4px 0 10px 15px;
	padding:7px 0 7px 13px;
	font: normal 18px "Times New Roman", Times, serif;
	color: #000;
	background:#f6f6f6;}

/* DIV RIGHTCOLUMN */
div#rightcolumn {
float:left;
width:290px;
margin:0;
padding:0;
text-align:left;}
	div#rightcolumn img {
	padding:4px 0 1px 0;}

div#iframe {
text-align: center;}

div#map {
width:550px;
margin:0 0 5px 19px;
border:solid 1px #a4a4a4;}

/* DIV FOOTER */
div#footer {
clear:both;
width:760px;
margin:0 auto;
padding:15px 0 0 0;
background:#fbfbfb url(images/bg_footer.gif) top left no-repeat;
color: #999;
font-size:9px;}
	div#footer a:link, div#footer a:visited {
	font-size:9px;
	color: #666;
	text-decoration:none;}
	div#footer a:hover, div#footer a:active {
	font-size: 9px;
	color: #c00;
	text-decoration: none;}
div#footerright {
width:760px;
margin:0 auto;
padding:5px 0;
text-align:right;}

/* DIV COPYRIGHT */
div#copyright {
width: 760px;
margin: 0 auto;
padding: 5px 0 10px 0;
font: normal 9px Arial, Helvetica, Verdana, sans-serif;
background:#fbfbfb;
color: #666;}
	div#copyright a:link, div#copyright a:visited {
	font-size: 9px;
	color: #666;
	text-decoration: none;}
	div#copyright a:hover, div#copyright a:active {
	font-size: 9px;
	color: #000;
	text-decoration: underline;}

/* ----------------- WEB AUDIO APPLET ----------------- */
div#applet {
position:relative;
width: 180px;
height: 100px;
background: url(images/webaudio.gif) top left no-repeat;}
 
div#applet div {
position: absolute;
top: 52px;
left: 75px;
width: 68px;
height: 30px;}

div#applet a {
display: block;
position: absolute;
top: 85px;
left: 0px;
width: 180px;
 height: 10px;}

/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
margin:0;
padding:0;
width:165px;}

ul#mainnav li {
display:inline;
list-style:none;}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
display: block;
margin:0;
padding:6px 30px 6px 0;
font: bold 11px Arial, Helvetica, Verdana, sans-serif;
text-decoration: none;
text-align:right;
background:url(images/bg_navoff.gif) top left no-repeat;
color: #666;}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
background:url(images/bg_navon.gif) top left no-repeat;
color: #e50000;}

ul#mainnav li a:hover {
background:url(images/bg_navover.gif) top left no-repeat;
color: #fff;}

/* ----------------- IMAGE ELEMENTS ----------------- */
#imgleft {
float: left;
margin: 10px 10px 10px 35px;
padding: 0;}

#imgright {
float: right;
margin: 10px 35px 10px 10px;
padding: 0;}

/* ----------------- CUSTOM CLASSES ----------------- */
.clearboth {
clear: both;}

.textcenter {
text-align: center;}

.textcenterbold {
text-align: center;
font-weight: bold;}