body {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background: #000000 url(../images/topArt.jpg) no-repeat center top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #C5C291;
}

a {
	color: #DEF0EA;
}

a:hover {
	color: #913208;
	font-weight: 900;
}

.lastname {
	font-weight: 800;
}
.content {
	width: 1280px;
	padding: 40px 0px 0px;
}
.brand {
	width: 100%;
	border-bottom: 2px solid #4F6C56;
	
}
.brand a {
	color: #D2ECE7;
	text-decoration: none;
	font: 100 48px Verdana, Arial, Helvetica, sans-serif;
}

.brand a img{
	border-width: 0px;
}

.brand a:hover {
	color: #65300D;
	text-decoration: none;
}

#navcontainer
{
	float: right;
	width: 200px;
	background: url(../images/navBack.jpg) no-repeat;
	height: 500px;
}

 #navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 14px;
	font-weight: 700;
}

#navlist li
{
	padding-left: 5px;
}


#navlist ul { list-style: none; }

#navlist li a
{
	padding-left: 10px;
	color: #1D0D06;
	text-decoration: none;
}

#navlist li a:hover
{
	color: #913208;
	font-weight: 900;
}

#navlist li a:visited
{
	color: #000000;
}
#subnavlist li a
{
	font-size: 12px;
	font-weight: 400;
}  

.leftCol {
	width: 950px;
}

.slideshow {
	width: 100%;
	margin-top: 10px;
	height: 620px;
	margin-left: -120px;
	padding-left: 100px;
}

.resume {
	width: 700px;
	color: #E1DED1;
}


.footer {
	clear: both;
	width: 100%;
	text-align: right;
}


.contactImg {
	float: left;
	width: 250px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	margin-left: 20px;
	margin-top: 20px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: #E2F4EE;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 25px;
	left: 275px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	padding: 3px;
	border: 1px solid #333333;
}
.indentedContent {
	margin-left: 80px;
	margin-top: 40px;
	margin-right: 20px;
}
.pageHeader {
	font-size: 110%;
	font-weight: bold;
	color: #E3FEFF;
}
.press li {
	text-decoration: none;
	list-style: none;
	padding-bottom: 10px;
}

.press li a {
	text-decoration: none;
}

.press li a:hover {
	text-decoration: underline;
}
#subnavlist li {
	margin-left: -18px;
}
