body { 
	text-align: center; 
	font-family: Verdana, sans-serif;
	color: white;
	background-color: #cacaca;
}
a{
	text-decoration: none;
	color: white;
}
h1{
	display: inline;
}
h4{
	color: gray;
	line-height: 3px;
}
#pageWrap { 
	text-align: left; 
	width: 900px; 
	margin: 0 auto;
}
#headerDiv{
	background-color: gray;
	width: 900px;
	height: 70px;
	border-top-left-radius: 25px;
	padding-bottom: 10px;
}
#dustinDiv{
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	font-size: 25px;
}
#frontPageImage{
	background-color: gray;
	padding-bottom: 3px;
}
#topNav{
	float: right;
	margin-top: 40px;
}

.button{
	float: left;
	margin-right: 20px;
}
.galleryButton{
	float: left;
	width: 450px;
	text-align: center;
}
.galleryImage{
	float: left;
	width: 450px;
	display: none;
}
#gallery2{
	margin-left: 450px;
	}
#gallery3{
	margin-left: 600px;
}
#bottomNav{
	background-color: gray;
	height: 35px;
	width: 900px;
	padding-top: 5px;
	font-weight: bold;
	border-bottom-left-radius: 25px;
}
#thumbGallery{
	background-color: white;
	width: 900px;
	text-align: center;
	padding-bottom: 20px;
}
.thumbDiv{
	background-color: white;
	float: left;
	width: 100px;
	height: 60px;
	margin: 10px;
	margin-left: 25px;
	margin-right: 25px;
	cursor: pointer;
	overflow: hidden;
}
.thumbDiv img{
	width: 100px;
}
#selectThumb{
	border-style:solid;
border-width:5px;
}
#projectNav{
	background-color: gray;
	width: 885px;
	height: 30px;
	z-index: 1000;
	padding-left: 15px;
	border-bottom-left-radius: 25px;
	float: right;
}
#projectNavMain{
	background-color: gray;
	width: 885px;
	height: 30px;
	z-index: 1000;
	padding-left: 15px;
	float: right;
}
.projectThumbDiv{
	display: inline;
	margin-left: 10px;
	padding-top: 30px;

}
#aboutDiv{
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
#aboutDiv p{
	text-align:left;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 25px;
	margin-bottom: 25px; 
}
#contentDiv{
	min-height: 349px;
	width: 900px;
	background-color: white;
	color: black;
}

#contactDiv{
	padding-top: 30px;
	margin-left: 25px;
}
#linksDiv{
	padding-top: 15px;
	margin-left: 25px;
	padding-bottom: 30px;
	color: gray;
}
#linksDiv a{
	color: gray;
}
.projectTopNav{
	float: right;
	display: inline
}
#mainStage img{
	max-width: 700px;
	height: 465px;
}
#mainStage{
	width: 900px;
	background-color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
#videoStage{
	width: 900px;
	background-color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	display: none;
}
.clearDiv{
	clear: both;
}
#titleDiv{
	color: black;
	text-align: right;
	margin-right: 120px;
	margin-top: 10px;
	}
.projectDiv{
	float: left;
	margin-left: 10px;
}
#titleDiv{
	font-size: 12;
}
#gallery1{
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	overflow: hidden;
}
#gallery2{
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	overflow: hidden;
}