@charset "utf-8";
body {
	background-color: #000;
	height: 100%;
	width: 100%;
	margin : 0px;
	padding : 0px;
}

.content {
	width: 1000px;
	background-color: #000;
	position: relative;
	margin: 0 auto;
	
}
.flash {
	width: 1000px;
	height: 746px;
	background-color: #000;
	outline: none;
	
}

.bio {
	background-color: #000;
	position: absolute;
	top: 0px;
	
}


.leftbar {
	position: absolute;
	height: 746px;
	width: 121px;
	top: 0px;
	left: 0px;
	
}

.logo {
	height: 135px;
	width: 320px;
	position: absolute;
	top: 0px;
	left: 358px;
	background-image: url(http://www.austinillustration.net/images/bio_03.jpg);
	outline: none;
}

.logo2 {
	height: 135px;
	width: 320px;
	position: absolute;
	top: 0px;
	left: 358px;
	background-image: #000;
	outline: none;
}

.logoleft {
	height: 135px;
	width: 237px;
	position: relative;
	top: 0px;
	left: 121px;
	
}

.logoright {
	height: 135px;
	width: 204px;
	position: absolute;
	top: 0px;
	left: 677px;
	
}

.rightbar {
	position: absolute;
	height: 746px;
	width: 120px;
	top: 0px;
	left: 880px;
	
	
}

.biobox {
	background-image: url(http://www.austinillustration.net/images/bio_06.jpg);
	height: 611px;
	width: 759px;
	position: absolute;
	left: 121px;
	top: 135px;
	
}

.biobox2 {
	background-image: #000;
	height: 611px;
	width: 759px;
	position: absolute;
	left: 121px;
	top: 135px;
	
}

.biotext {
	height: 590px;
	width: 729px;
	padding: 50px 15px 0px 15px;
	font-size: 12pt;
	color: #fd8433;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.simpleviewer {
	width: 759px;
	position: absolute;
	left: -50px;
	top: -20px;
	outline: none;
}

.navbutton1 {
	height: 30px;
	width: 770px;
	background-color: #000;
	font-size: 10pt;
	text-align: center;
	color: #7e4419;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0px;
	top: 700px;
}

.navbutton1 a:link    {
  text-decoration: none;
  color: #7e4419;
  } 

.navbutton1 a:visited {
  text-decoration:  none;
  color: #7e4419;
  } 

.navbutton1 a:hover   {
  text-decoration:  none;
  color: #fd8433;
  }

