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

body {
	background-image: url(Images/backgroundblue.gif);
	background-repeat: repeat;
}
.outerdiv {
	padding: 10px;
	height: 110%;
	width: 100%;
}
.navbar {
	height: 35px;
	width: 800px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	top: 0%;
	left: 20%;
}
.textbox {
	padding: 30px;
	height: 452px;
	width: 479px;
	background-image: url(Images/whitebg.gif);
	background-repeat: no-repeat;
}
.rightphoto {
	height: 280px;
	width: 285px;
	float: right;
	margin-left: 20px;
}
.spacerbar {
	width: 100%;
	height: 25%;
	clear: both;
	float: left;
}
