@charset "UTF-8";
/* CSS Document */

body {
		background-color: #fff;
		font-family: Arial, sans-serif;
		font-size: 9pt;
		line-height: 13pt;
		margin: 0; 
		padding: 0;
		min-width: 950px;
		background-image:url(images/finkenbinder-bg-pattern-3.jpg);
		background-repeat: repeat;
		
		}
		
#wrapper {
		width: 950px;
		margin: 0 auto;
		padding: 0;
		}
		
#nav-column {
				width: 270px;
				height: 700px;
				float: left;
				margin-left: 35px;
				margin-right: 14px;
				margin-top: 25px;
				padding: 0;
				}
				
#main {
		width: 596px;
		height: 700px;
	    float: right;
		margin-right:35px;
		margin-top: 25px;
		padding: 0;
		position: relative;
		background-image:url(images/amp.png)
		}
				
#logo {
		width: 270px;
		height: 186px;
		margin: 0px;
		padding: 0px;
		border: none;
		background-image:url(images/logo.png)
		}
		
#nav-bc-about {
		width: 270px;
		height: 514px;
		margin: 0px;
		padding: 0px;
		position: relative;
		background-image:url(images/c-hiphop-guy.png)
		}
		
#nav-bc-samples {
		width: 270px;
		height: 514px;
		margin: 0px;
		padding: 0px;
		position: relative;
		background-image:url(images/c-rocker-guy.png)
		}
		
#nav-bc-services {
		width: 270px;
		height: 514px;
		margin: 0px;
		padding: 0px;
		position: relative;
		background-image:url(images/c-rocker-girl.png)
		}
		
		
#nav-bc-rates {
		width: 270px;
		height: 514px;
		margin: 0px;
		padding: 0px;
		position: relative;
		background-image:url(images/c-country-guy.png)
		}		
		
		
#nav-bc-equipment {
		width: 270px;
		height: 514px;
		margin: 0px;
		padding: 0px;
		position: relative;
		background-image:url(images/c-jazz-man.png)
		}		
		
#nav-bc-contact {
		width: 270px;
		height: 514px;
		margin: 0px;
		padding: 0px;
		position: relative;
		background-image:url(images/c-piano-man.png)
		}
		
#nav-btns-wrapper {
		width: 144px;
		height: 156px;
		margin-left: 56px;
		margin-right: 70px;
		margin-top: 50px;
		padding-top: 0px;
		position: absolute;
		}
		
#nav-btns-wrapper img {
						margin: 0px;
						padding: 0px;
						border: none;
            			-moz-outline-style: none;
						} 
						
#body-text {
			height: 460px;
			width: 400px;
			margin-top: 145px;
			margin-left: 100px;
			padding-right: 30px;
			color: #fff;
			position: absolute;
			overflow: auto;
			}

a.email-link {
			  color: #fff;
			  text-decoration: none;
			  }
		