
/* COMMON STYLES */

html {
	font-family: "Open Sans", "Arial", sans-serif;
	font-size: 75%;
}

body {
	margin: 0;
	/*display: flex;*/
	/*height: 90vh;*/
	background-color: #FFFFFF;
	color: #666666;
	align-items: center;
}

h1 {
	text-align: center;
}

h2 {
	margin: 0px 0px 0px 0px;
	text-align: left;
}

h3 {
	text-align: left;
}

p {
	text-align: left;
}

a {
	text-decoration: none;
	/*color: #FFFFFF;*/
	color: #336600;
	font-weight: bold;
}


.Divider {
	display: inline;
   border-left: 1px solid #336600;
	margin: 0px 25px;
	width: 2px;
	height: 10px;
}




/*  PAGE STYLES  */

#PageBody {
	width: 55vw;
	margin: 100px auto;
	overflow: auto;
	align-items: center;
}


#PageMenu, #PhotoMenu {
	text-align: center;
}
#PageMenu a, #PhotoMenu a {
	margin: 0px 20px;
}
#PageMenu a:hover, #PhotoMenu a:hover {
	border-top: 2px solid #336600;
	border-bottom: 2px solid #336600;
}


#BodySplash {
	margin: 20vh auto;
	width: 380px;
	text-align: right;
	font-weight: bold;
}


#BodyContent {
	margin: auto;
	width: 850px;
	text-align: center;
}


#CutterPoster {
	float: right;
	margin: 0px 0px 100px 100px;
	box-shadow: 5px 5px 5px #999999;
}


.CutterHeadshotLeft {
	float: left;
	margin: 0px 50px 50px 0px;
	height: 400px;
	box-shadow: 5px 5px 5px #999999;
	
}
.CutterHeadshotRight {
	float: right;
	margin: 0px 0px 50px 50px;
	height: 400px;
	box-shadow: 5px 5px 5px #999999;
	
}


table.Thumbs img {
	width: 350px;
	margin: 50px;
	box-shadow: 3px 3px 3px #666666;
}



#PageFooter {
	/*position: fixed; 
	bottom: 25px;*/
	width: 100%;
	margin: 50px 0px;
	text-align: center;
	color: #336600;
	white-space: nowrap;
}
