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

#photodiv {
  	float: right;
  	top: 0px;
	width: auto;
	height: auto;
	display: block;
  	background-color: #ffffff;
	border: solid 1px black;
	z-index: +1;
}

#text-container {
	position: absolute;
	top: 150px;
	width: 1004px;
	height: auto;
	padding-left: 10px;
	left: 0px;
}

#pic_left {
	float: left;
	width: auto;
	height: auto;
}

#quote_float {
	float: left;
	width: 98%;
	height: auto;
	border: solid red 1px;
	background-color: #ffebcd;
	margin: 10px;
	padding: 5px;
	text-align: center;
}
#footer_float {
	left: 9px;
	float: left;
	width: 990px;

	margin: 10px;
	padding: 5px;
	text-align: center;
}

#test-container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -45%;
	width: 90%;
	height: auto;
}
#test-logo {
	float: left;
	top: 0px;
	margin: 0px;
	width: 125px;
	height: 126px;
	border: solid 3px #b22222;
	background-color: white;
	z-index: +1;
}

