* {margin: 0; padding: 0;}
html, body {height: 100%; background: #000 url(images/bg.gif) repeat-x;}



/* FONTS */
h1 {
	margin: 20px 20px 0 20px;
	font: normal 1.75em Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #CCC;
	}

h2 {
	margin: 40px 20px 10px 20px;
	font: bold .9em Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #1F222B;
	text-transform: uppercase;
	clear: both;
	}

h3 {
	margin: 20px 20px 0 20px;
	font: normal 1.1em/1.3em Tahoma, Arial, Helvetica, sans-serif;
	color: #9E0000;
	border-bottom: 1px dotted #CCC;
	}
	
	h3 strong {color: #BFCDFF;}

	h3 a:link, h3 a:visited {
		padding: 2px 3px;
		color: #FF0000;
		text-decoration: none;
		}
		
	h3 a:hover {color: #FF;	background: #FF0000;}
	
h4 {
	padding: 12px 0 2px 0;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #45494D;
	text-align: center;
	}

p {padding: 10px 20px 0 20px; font: .8em/1.5em Arial, Helvetica, sans-serif;}
p strong {color: #CC0000;}

div#columned {width: 222px; float: left;}
div#columned ul {margin: 10px 0 0 30px; padding: 0 0 0 10px;}
	
div#columned li {
	padding-left: 10px;
	font: .8em/1.8em Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
	}
	
	div#columned li ul {margin: 0 0 0 20px; padding: 0;}
	div#columned li ul li {font: 1em/1.8em Arial, Helvetica, sans-serif;}
	div#columned ul#in {margin: 20px 0 0 40px; padding: 0;}


address {
	margin: 40px 0 0 0;
	padding: 5px 35px 0 20px;
	font: normal .7em/1.3em Arial, Helvetica, sans-serif;
	border-top: 1px dotted #CCC;
	}



/* LAYOUT */
div#container {
	margin: 0 auto -216px;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	background: url(images/bg_content.gif) repeat-y;
	}

div#header {height: 234px; background: url(images/bg_header.gif) no-repeat;}
div#subheader {height: 216px; background: url(images/bg_subheader.gif) no-repeat;}
div#content {clear: both;}

div#columnleft, div#columnleft_end, div#columncenter, div#columnright, div#columnright_end, div#left, div#right {float: left;}

div#columnleft {
	width: 216px;
	background: url(images/bg_sidebar.gif) repeat-y;
	text-align: center;
}
div#columnleft img {
	margin-left: 18px;
	text-align: center;
	margin-bottom: 15px;
}
	
div#columnleft_end {
	padding-bottom: 198px;
	width: 321px;
	background: url(images/bg_sidebar_end.gif) bottom left no-repeat;
	}

div#columncenter {padding-bottom: 20px; width: 558px;}

div#columnright {padding-bottom: 20px; width: 198px;}
div#columnright_end {padding-bottom: 82px; width: 198px;}

div#left {padding-left: 40px; width: 605px;}
div#right {width: 345px;}

	div#right img {
		margin: 20px 0 0 30px;
		padding: 1px;
		float: left;
		border: 1px solid #CCC;
		}
	
div#map {
	margin: 20px 20px 0 40px;
	padding: 3px;
	width: 400px;
	height: 300px;
	border: 1px solid #FFF6C6;
	}

	div#diy {width: 600px;}

div#push, div#footer {height: 216px; clear: both;}

div#footer {
	margin: 0 auto;
	width: 990px;
	background: url(images/bg_footer.gif) no-repeat;
	position: relative;
	}
	
	div#footer_1, div#footer_2, div#footer_3 {
		margin: 27px 10px 0 0;
		width: 223px;
		height: 187px;
		float: left;
		border-left: 1px solid #AFAFAF;
		border-right: 1px solid #AFAFAF;
		}

	div#footer_1 {margin-left: 30px;}
	div#footer_2 {width: 458px;}
	
		div#footer_2 img {margin: 30px 0 0 20px; float: left;}
	

	
/* VERTICAL NAVIGATION */
div#nav {margin-left: 216px; width: 559px;}
html>body div#nav {right: 33px;}
div#nav ul {list-style: none;}
div#nav li {list-style-type: none; display: inline;}

div#nav li a {
	padding: 7px 15px 6px;
	display: block;
	width: 528px;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-indent: 20px;
	text-align: center;
	border-bottom: 1px solid #9E0000;
	}
	
	div#nav li a:hover {background: #E20000;}
	div#nav li a#current {color: #FFF; background: #9E0000;}
	div#nav li a#current:hover {background: #A50200; text-decoration: none;}



/* HORIZONTAL NAVIGATION */
div#navigation {
	width: 990px;
	height: 54px;
	background: url(images/bg_nav.gif) no-repeat;
	}
	
div#navigation ul {
	padding: 1px 0 0 19px;
	list-style-type: none;
	clear: both;
	}

div#navigation li {float: left; list-style-image: none;}

div#navigation li a {
	margin: 0;
	padding: 10px 39px 8px 39px; 
	float: left; 
	display: block;
	font: bold .8em Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background: url(images/bg_button.gif) no-repeat;
	border-right: 1px solid #780000;
	}
	
		div#navigation li a:hover {color: #000; background: #FFF;}
		div#navigation li a#current {color: #CC0000; background: #FFF;}
			div#navigation li a#current:hover {background: #FFF;}



/* UTILITY NAV */
div#utilnav {width: 222px; float: left;}
div#utilnav ul {padding: 5px 0 0 1px; list-style: none;}
div#utilnav li {list-style-type: none; display: inline;}
	
div#utilnav li a {
	padding: 5px 0 5px 0;
	display: block;
	font: .7em Arial, Helvetica, sans-serif;
	text-indent: 15px;
	text-decoration: none;
	color: #CC0000;
	}

	div#utilnav li a:hover {
		color: #FFF;
		background: #9E0000;
		text-decoration: none;
		}
		
	div#utilnav li a#current {color: #FFF; background: #CC0000;}
	div#utilnav li a#current:hover {color: #FFF;}



/* COPYRIGHT -- IE7 Fix located in HTML -- */
div#copyright {
	padding: 5px 5px 0 10px;
	font: .55em/1.5em Arial, Helvetica, sans-serif;
	color: #45494D;
	clear: both;
	}
	
	div#copyright a {color: #45494D;}
	div#copyright a:hover {color: #E90000; background: #FFF;}
	div#copyright img {margin: 10px 0 0 0;}



/* WEB AUDIO */

applet {
	position: absolute;
	z-index: 3;
	top: 193px;
	right: 30px;
	}

.clear {clear: both;}

#spacer{ height:200px;
			width:250px;
			float:right; }
			
			.logo{ margin:20px 0 10px 120px; border:none; }

p.centered {
	text-align:center;
}