body {
    margin: 0;
	padding: 0;
	background-color: #FCD49C;
	background-image: url(images/backgnd.jpg);
	background-repeat: repeat-x;   
}	
#container {
    position: relative; 
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E6C6B;
	/*border: 1px solid #cc0000;*/
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #6E6C6B;
	margin-top: 0px;
	/*border: 1px solid #cc0000;*/
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6E6C6B;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #6E6C6B;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #3C84A4;
	/*border: 1px solid #cc0000;*/
	margin-bottom: -10px;
        margin-top: 0px;
}
li {
    	list-style: none;
		text-align: center;
		padding: 0px 0px 10px 0px;
		line-height: 12px;
		margin-left: -30px;
               
}
a:link, a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #6E6C6B;
 		text-decoration: none;
 		font-weight: bolder;
}
a:hover {
      text-decoration: underline;
}


#header {
    position: absolute;
	top: 0px;
	left: 0px;
	width: 696px;
	height: 294px;
	background-image: url(images/header_index.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#preamble {
    position: absolute;
	top: 50px;
	left: 400px;
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #6E6C6B;
}
#namebox {
        position: absolute;
	top: 198px;
	left: 174px;
	width: 380px;
	height: 80px;
	/*border: 1px solid #cc0000;*/
}
.h2namebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #6E6C6B;
	margin-top: 0px;
	/*border: 1px solid #cc0000;*/
}
#mainbox {
    position: absolute;
	top: 294px;
	left: 0px;
	width: 696px;
	background-image: url(images/backslice_2.gif);
	background-color: transparent;
	background-repeat: repeat-y;
	margin-bottom: 0px;
	min-height: 185px;
	}
#maintext {
    width: 260px;
    width: 385px !important;
	top: 0px;
	left: 0px;
	padding: 10px 0px 0 120px;
	text-align: center;
	background-image: url( images/bassoon_side.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	border: 0px solid #cc0000;
}
#linkbox {
       	position: absolute;
		width: 148px;
		top: 151px;
		left: 520px;
        min-height: 180px;
}
#linktop {
        position: absolute;
        width: 148px;
        height: 44px;
        top: 0;
        left: 0;
        background-image: url( images/link_top.gif);
		background-position: top;
		background-repeat: no-repeat;
}
#linkbody {
        position: absolute;
		width: 148px;
        top: 42px;
		height: 183px;
		background-image: url( images/link_back.gif);
		background-repeat: repeat-y;
}
#linkfooter {
        position: absolute;
	    width: 100%;
        top: 198px;
        left: 0px;
		height: 83px;
		background-image: url( images/link_foot.gif);
		background-repeat: no-repeat;
        background-position: bottom;
}
#contact a {   
        position: absolute;
		top: 47px;
		left: 47px;
		display: block;
     	font-family: Arial, Helvetica, sans-serif;	
	    font-size: 14px;
	   	font-style: normal;
	    color: #3C84A4;
		text-align: center;
		text-decoration: none;
        line-height: 12px;
        font-weight: bolder;
		/*border: 1px solid #cc0000;*/
}
#contact a:hover {
        text-decoration: underline;
}
#clearboth {
clear: both;
}
#clearlink {
clear: both;
}
#footer {
        position: absolute;
		margin:0px 0px 0px 0px;
	    padding: 0px 0px 0px 0px;
        height: 108px;
        width: 100%;
		left: 0px;
		z-index: 2;
        background-image: url( images/footer.gif);
		background-position: bottom;
	    background-repeat: no-repeat;
}
#footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6E6C6B;
	padding-left: 120px;
	padding-top: 33px;
}

