@charset "UTF-8";
/* CSS Document */
<style type="text/css">

#underconstruction {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
	letter-spacing: 0.1em;
	word-spacing: normal;
	position: absolute;
	z-index: 1;
	left: 30px;
	top: 150px;
	font-style: italic;
	font-size: 48px;
	text-align: center;
	visibility: hidden;
	}
#Logo {
	background-image: url(../assets/logo.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 1240px;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000000;
}
#wrapper {
	margin-left: 10px;
	background-image: url(../assets/background.jpg);
	background-repeat: no-repeat;
	height: 800px;
}
#nav {
	height: 200px;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	float: right;
	position: absolute;
	right: 150px;
	top: 250px;
}
.boxout {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
}
.boxout h6 {
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#nav ul {
list-style: none;
}
#nav li {
padding: 3px 10px 3px 5px;
}
#nav a:link, #nav a:visited {
text-transform: capitalize;
text-decoration: none;
background-color: #777777;
display: block;
padding: 3px 0px 3px 3px;
color:#000000
}
#nav a:hover {
background-color: #444444;
}
#nav a:active {
background-color: #222222;
}
#content1 {
	padding-top: 50px;
	padding-right: 50px;
	line-height: 1.5em;
	width: 75%;
	padding-left: 20px;
}
#content2 {
	float: left;
	width: 65%;
	margin-top: 15px;
	padding-left: 50px;
	padding-top: 25px;
	line-height: 1.5em;
	}
#content2 li {
display: inline;
list-style: none;
padding: 0 9px;
text-transform:uppercase;
font-size: .75em;
}
#content2 li #lastItem {
padding: 0px 0px;
}

a img {
border: 0;
border-bottom: 1px solid #ffffff;
}
a:hover img {
border-bottom: 1px solid #ffffff;
}
#homePage #homePageLink a:link, #homePage #homePageLink a:visited,
#bioPage #bioPageLink a:link, #bioPage #bioPageLink a:visited,
#calendarPage #calendarPageLink a:link, #calendarPage #calendarPageLink a:visited,
#photoGallery #photoGalleryLink a:link, #photoGallery #photoGalleryLink a:visited,
#instructionPage #instructionPageLink a:link, #instructionPage #instructionPageLink a:visited,
#contactPage #contactPageLink a:link, #contactPage #contactPageLink a:visited
{
color:#FFFFFF; 
}
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

</style>
