body {
	margin:0;
	padding:0;
}
div#main{
	background-color:white;
	margin: 0;
	padding: 0;
}

div#banner{
	min-height:1500px; 
	position: fixed;
	left: 0;
	width: 450px;
	background-color: #000000;
}
div.image_src img{
	position: fixed;
	top:0;
	left:0;
	width: 450;
	height: 350;
}
div.image_credit {
	position: fixed;
	width: 450;
	top: 20;
	left: 20;
	height: 20px;
	color: white;
	font-size: 10px;
	z-index: 2;
}
div.nav{
	background-color: #000000;	
	height: 40px;
	vertical-align: center;
	margin: 0px 0 0px 450px;
	padding: 0px 0px 0px 30px;
}
div.nav ul {
	padding: 0;
	margin: 0;
	list-style:none;
}
div.nav ul li {
	float:left;
	padding: 10px 20px 10px 0;
	
}
div.nav ul li a {
	text-decoration: none;
	font-size: 1.2em;
	color: white;
}
div.nav ul li a:hover {
	font-size: 1.3em;
	text-decoration: none;
	color: red;
}
div#content{
	margin: 0 0 0 500px;
	padding: 20px;
}
div.bottom_float {
	margin: 0;
	padding: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 1.1em;
	height: 60px;
	width: 500px;
	background-color: #3399ff;
	color:white;
}
div#bottom_right a {
	text-decoration: underline;
	color: white;
}
div#bottom_right a:hover {
	text-decoration: none;
	color: red;
}

div.text_wrapper {
	position: fixed;
	top: 350;
	left: 0;
	width: 450;
	color: white;
	padding: 10px;
}
div.infotable table tr td {
	vertical-align: top;
}

div#title {
	text-align: center;
}
