@charset "utf-8";

/* CSS Document */
#container {
	width: auto;
	overflow: hidden;
	background-image: url(images/background-container-image-50%25-opacity.png);
	margin: auto;
	background-repeat: no-repeat;
}
#wrapper {
	width: 865px;
	margin: auto;
	background-image: url(images/text-background.png);
	background-repeat: no-repeat;
}
#contact {
	float: right;
	width: 615px;
	font-size: 16px;
}


#banner {
	height: 150px;
	width: 865px;
	margin: auto;
}
#logo {
	float: left;
	height: 150px;
	width: 250px;
}
#text {
	font-size: 20px;
	color: #99FF99;
	float: right;
	width: 445px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-style: italic;
	padding-right: 50px;
	padding-left: 50px;
	text-shadow: 2px 2px 2px #000;
}
#project-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #9F9;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	text-shadow: 1px 1px #000;
}
#photo_large {
}
#nav_bar {
	height: 200px;
	width: 850px;
	padding-top: 15px;
	padding-left: 15px;
	text-align: justify;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color: #9F9;
	line-height: 4px;
	margin: auto;
	text-shadow: 0px 0px 0px #000;
	background-image: url(images/nav-background.png);
}
