.nav a:link {color: #FFFFFF; text-decoration: none; }
.nav a:visited {color: #FFFFFF; text-decoration: none;  }
.nav a:hover {color: #FFFFFF; text-decoration: underline;  }
.nav a:active {color: #FFFFFF; text-decoration: none;  } 

.reel a:link {color: #1C5B1E; text-decoration: none; }
.reel a:visited {color: #1C5B1E; text-decoration: none;  }
.reel a:hover {color: #1C5B1E; text-decoration: underline;  }
.reel a:active {color: #1C5B1E; text-decoration: none;  } 

.gallery a:link {color: #FFFFFF; text-decoration: none; }
.gallery a:visited {color: #FFFFFF; text-decoration: none;  }
.gallery a:hover {color: #FFFFFF; text-decoration: underline;  }
.gallery a:active {color: #FFFFFF; text-decoration: none;  } 

body {
	width: 95%;
	background-image: url(images/backgroundCircles.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #192215;
}

#container {
	position: absolute;
	right: 50%;
	height: 100%;
	width: 1600px;
	margin-right: -400px;
	top: 0px;
	z-index: 1;
}

#header {
	left: 900px;
	position: absolute;
	z-index: 2;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 179px;
	width: 602px;
}

#headerLogo {
left: 915px;
	position: absolute;
	z-index: 3;
	background-image: url(images/headerLogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 155px;
	width: 154px;
	top: 18px;
}

#headerSpacerBar {
	left: 900px;
	position: absolute;
	z-index: 4;
	background-image: url(images/spacerBar.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 602px;
	top: 179px;
}

#headerNav{
	left: 1430px;
	position: absolute;
	z-index: 5;
	height: 150px;
	width: 50px;
	top: 25px;
	font-family: "Myriad Web";
	font-size: 14px;
	color: #FFFFFF;
}

#contentMain{
	left: 901px;
	top: 184px;
	position: absolute;
	z-index: 6;
	background-repeat: no-repeat;
	background-position: left top;
	height: 750px;
	width: 601px;
	background-color: #FFFFFF;
	font-family: "Myriad Web";
	font-size: 12px;
}

#contentMainForResume{
	left: 901px;
	top: 184px;
	position: absolute;
	z-index: 6;
	background-repeat: no-repeat;
	background-position: left top;
	height: 1100px;
	width: 601px;
	background-color: #FFFFFF;
	font-family: "Myriad Web";
	font-size: 12px;
}

#headshot{
	left: 350px;
	top: 20px;
	position: absolute;
	z-index: 7;
	background-repeat: no-repeat;
	background-position: left top;
	height: 334px;
	width: 232px;
	background-image: url(images/headshot.jpg);
}

#emailAddy{
	left: 367px;
	top: 355px;
	position: absolute;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 204px;
	background-image: url(images/emailAddy.png);
}

#pageButton{
	left: 415px;
	top: -17px;
	position: absolute;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 99px;
}

#contentLogo{
	left: 70px;
	top: 70px;
	position: absolute;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: left top;
	height: 71px;
	width: 114px;
}

#contentText{
	left: 50px;
	top: 150px;
	position: absolute;
	z-index: 10;
	height: 239px;
	width: 265px;
	font-family: "Myriad Web";
	font-size: 12px;
	line-height: 18px;
	color: #006600;
}

#resumeText{
	left: 50px;
	top: 170px;
	position: absolute;
	z-index: 10;
	height: 120px;
	width: 295px;
	font-family: "Myriad Web";
	font-size: 11px;
	color: #006600;
}

#resumeText2{
	left: 50px;
	top: 340px;
	position: absolute;
	z-index: 15;
	height: 680px;
	width: 495px;
	font-family: "Myriad Web";
	font-size: 11px;
	color: #006600;

}

#contentTable{
	left: -470px;
	top: 310px;
	position: absolute;
	z-index: 11;
	height: 239px;
	width: 265px;
}

#contentLogo2{
	left: 70px;
	top: 270px;
	position: absolute;
	z-index: 12;
	background-repeat: no-repeat;
	background-position: left top;
	height: 71px;
	width: 114px;
}

#contentText2{
	left: 50px;
	top: 350px;
	position: absolute;
	z-index: 13;
	background-repeat: no-repeat;
	background-position: left top;
	height: 239px;
	width: 265px;
}

input {
background-color: #9ebd8d;
}

textarea{
background-color: #9ebd8d;
}
