/*
Created by Michael Ricks for use at www.bandbear.com
*/
	
body
    {
    margin: 0;
		padding: 0;
    color: #333;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background: #333;
    text-align: center;
    }
		
#container
    {
    margin: 0 auto;
    width: 801px;
		height: 950px;
    position: relative;
    background: #fff;
    padding: 0px 0px 0px 0px;
    text-align: left;
		display: block;
    }

* html #container
    {
    width: 821px;
    w\idth: 801px;
    }
	
	#header {
		position: absolute;
		padding: 5px 1px 5px 5px;
		line-height: 90%;
		left:200px;
		top:70px;
		width:765px;
		background:transparent;
		color: #000;
		font-family: Freestyle Script, Broadcast, Comic Sans MS, Arial, sans-serif;
		font-size: 65px;
		font-stretch: ultra-expanded;
		}
		
	#leftcontent {
		position: relative;
		float: left;
		padding: 5px 4px 1px 5px;
		top:20px;
		width:250px;
		background:#fff;
		}
		
	li {
	  text-size: 16px;}

	#centercontent {
		position: relative;
		padding: 1px 1px 1px 5px;
		float: left;
		top: 20px;
		width: 310px;
		background:#fff;
		border-left: thin dashed #000;
		
		}
		
	#vand{
	  float: left;
		}
		
	#instruments {
	  text-align: center;
		font-size: 14px;
		line-height: 1.75;
		}

	#instruments span {
	  text-decoration: underline;
		font-weight: bold;
		}	
		
	#rightcontent {
		position: relative;
		padding: 1px 1px 1px 1px;
		float: right;
		top:20px;
		width:217px;
		background:#fff;
		border-left: thin dotted #000;
		}
	
	#rightcontent ul{
		list-style-type: none;
		}	
	
	#banner {
		background:#fff;
		height:280px;
		padding: 0px;
		margin: 0px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
h1
    {
    background: url("../images/banner.jpg");
    width: 766px;
    height: 276px;
    overflow: hidden;
    margin: 0;
    }

h1 span
    {
    display: none;
    }
	
	#rightcontent p {
		font-size:10px
		}
		
#footer
    {
    clear: both;
    color: #000;
    height: 48px;
    text-align: right;
    padding-bottom: 2px;
    line-height: 26px;
    font-size: 11px;
    }

#footer a
    {
    color: #000;
    text-decoration: underline;
    }

#footer a:hover
    {
		color: #444;
    text-decoration: underline;
    } 
