body {
	background-color: grey;
	text-align: center;
	min-width: 1014px;
	margin: 0px 0px 0px 0px;	
	
}

#wrapper {
	text-align: left;
	width: 1014px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header1 {
	background: black;
	position: absolute;
	top: 0px;
	left: 0px;
  	height: 20px;
	width: 1024px;
	background-repeat: repeat-x;
	max-width: 1024px;

}

#filler1 {	
	height: 100px;
	width: 1024px;
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 1024px;
}

#top1 {
	background-image: url(top1.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 350px;
	height: 100px;
	width: 674px;
	max-width: 1024px;
	
	
}

#logo {	
	background-image: url(logo.PNG);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 350px;
}

#logolink {
	display:block;
	position: absolute;
	top: 0px;
	left:0px;
	height: 100px;
	width: 350px;
	z-index: 1;
}

#filler2 {	
	background-color: black;
	position: absolute;
	left: 0px;
	top: 100px;
	height: 20px;
	width: 1024px;
	background-repeat: repeat-x;
	max-width: 1024px;
	
}

#filler2 ul {height: 15px;
	z-index: 1;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
left: 500px;

}

#filler2 ul li{ display: inline;}

#filler2 ul li a {	
		font-family: arial;
		font-weight: bold;
		text-decoration: none;
		padding: 0px 30px;	
		color: white;
		background-color: black;
		border: 0px solid black;
		
		
}

#filler2 ul li a:hover {color: black;
		background-color: white;
		border: 1px solid black;

		}

#left1 {
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 5px;
	background-image: url(col1.jpg);
	background-repeat: repeat-y;
	position: absolute;
	width: 100px;
	height: 735px;
	max-height: 1500px;
	top: 120px;
	left: 0px;
	z-index:1;
}

#content {
	background-color: white;
	position: absolute;
	height: 575px;
	width: 924px;
	top: 120px;
	left: 100px;
	max-height: 1500px;
	max-width: 1024px;
	text-align: left;
}

#bio{
	background-color: white;
	position: relative;
	width: 600px;
	left: 120px;
	max-height: 1500px;
	max-width: 600px;
	text-align: left;
}

#info{
	background-color: white;
	position: relative;
	width: 600px;
	left: 120px;
	max-height: 1500px;
	max-width: 600px;
	text-align: left;
}

#welcome{
	background-color: white;
	position: relative;
	width: 600px;
	height: 500px;
	left: 120px;
	max-height: 1500px;
	max-width: 600px;
	text-align: left;
}

#disclosure{
	background-color: white;
	position: relative;
	width: 600px;
	height:500 px;
	left: 120px;
	max-height: 1500px;
	max-width: 600px;
	text-align: left:
}

#leftcol {
	position: absolute;
	top: 110px;
	left: 0px;
 	width: 100px;
	height: 648px;
	max-height: 1500px;
	
}

#footer{	
	background-color: white;
	position: absolute;
	height: 160px;
	width:924px;
	top: 695px;
	left:100px;
	max-height: 1500px;
	max-width: 1024px;
	text-align: center;
}



