body {
	margin:0;
	background-color:#fff0c4;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
}
#container {
	width: 100%;
	position: relative;
	text-align:center;
	
}
#best {
	background:url(images/bins.png) no-repeat;
	position:absolute;
	right:-80px;
	top:-20px;
	width: 200px;
	height:288px;
}
#best:hover {
background-position:1px 1px;
}
#main {
	background: url(images/home.jpg) no-repeat;
	margin:0px auto 0px auto;
	position:relative;
	width:1000px;
	height:682px;

}
#bio {
	background: url(images/bio.jpg) no-repeat;
	margin:0px auto 0px auto;
	position:relative;
	width:1000px;
	height:682px;

}
#contactbg {
	background: url(images/contact_bg.jpg) no-repeat;
	margin:0px auto 0px auto;
	position:relative;
	width:1000px;
	height:682px;

}
#flashcontent {
	position:absolute;
	top:75px;
	right:90px;
}
#gallerybg {
	background: url(images/gallery_bg.jpg) no-repeat;
	margin:0px auto 0px auto;
	position:relative;
	width:1000px;
	height:682px;

}
#footer {
	width:800px;
	height:30px;
	margin:0px auto 0px auto;
	position:relative;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	color:#333333;
}
a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:underline;
	color:#333333;
}
#nav {
	position:absolute;
	right:325px;
	top:425px;
	width: 300px;
}
#nav ul {
	list-style:none;
}
#navbio {
	position:absolute;
	right:100px;
	top:30px;
	width: 400px;
}
#navgal {
	position:absolute;
	right:500px;
	top:45px;
	width: 400px;
}
#emailer { 
	color:#fff;
	font-size:14px;
	font-weight:bold;
	width:600px;
	right:200px;
	top:200px;
	position:absolute;

}
#emailer li {
	list-style:none;
	text-align:left;
	vertical-align:top;
}
#scroll {
	height: 500px;
	width: 390px;
	overflow: auto;
	padding-right: 8px;
	text-align:left;
	position:absolute;
	left:100px;
	top:100px;
}
.texta { 
	font-size: 14px; 
	background-color: #FFFFFF; 
	border: 1px solid #000;
	font-family:"Courier New", Courier, monospace;
	COLOR: #000;
	height:15px;
 }
  .textarea { 
	font-size: 12px; 
	background-color: #FFFFFF; 
	font-family:"Courier New", Courier, monospace;
	border: 1px solid #000;
	COLOR: #000;
 }
  .submit { 
    font-size:12px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#fff;
 	background-color: #000; 
	border:none;
	float: right;
	height: 25px;
 }
 .boldred {
	color:#fff;
	font-weight:900;
	font-size:18px;
}
