@charset "utf-8";

*{margin: 0; padding: 0;}


html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #56554b;
}
#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container #header {width: 938px; height: 74px; border-top: 22px solid #56554b; float: left; border-left: 1px solid #56554b; border-right: 1px solid #56554b; } 

#container #header img {float: right;}

#resume{
	width: 938px;
	height: 1150px;
	border-left: 1px solid #56554b !important; 
	border-right: 1px solid #56554b !important; 
}
.resume .exception {

}

#frames{
	float: right;
	width: 591px;
	position: absolute;
	margin-left: 200px;
	margin-top: -335px;
}

#studio{
	float: right;
	width: 421px;
	position: absolute;
	margin-left: 325px;
	margin-top: -250px;
}

#container #mainContent {
	width: 796px; height: 467px; padding: 0px 40px 0px 102px; float: left;
	border-left: 1px solid #56554b; border-right: 1px solid #56554b; 
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#container #mainContent table {
	margin-top: 26px;
	margin-left: 10px;
}
#container #mainContent td {
	text-align: center;
	vertical-align: top;
}
#container #mainContent h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #4D523D;
	letter-spacing: .1em;
	margin-top: 10px;
	}

#container #mainContent h1#level2 {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	color: #859F86;
	letter-spacing: .13em;
	margin-top: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#container #mainContent h1#level3 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #697837;
	letter-spacing: .1em;
	margin-top: 0px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

#container #mainContent p {
	color: #7C6A54;
	font-weight: bold;
	font-size: 12px;
}

#container #mainContent p a {
	color: #7C6A54;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	}
	
	#container #mainContent p a:hover {
	color: #859F86;}

#container #footer {width: 938px; border-left: 1px solid #56554b; border-right: 1px solid #56554b; border-bottom: 22px solid #56554b; height: 37px; background-color: #56554b; float: left; }

#container #mainContent table tr td a,  #container #mainContent table tr td p a {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #859F86;
	letter-spacing: .13em;
	text-transform: uppercase;
text-decoration: none;
font-weight: bold;
	}

 #container #mainContent table tr td p {margin-top: 8px;}	
	
#container #mainContent table tr td a:hover, #container #mainContent table tr td p a:hover {color: #4D523D;}
#container #mainContent table tr td a.a2:hover, #container #mainContent table tr td p a.a2:hover {color: #ceb743;}

#container #mainContent p.narrative {margin-left: 3px; margin-right: 50px; line-height: 2em; color: #333; font-weight: normal; font-size: 11px;}

#container #mainContent table tr td h2 {margin-top: 14px;}
#container #mainContent table tr td h2 a {

font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #697837;
	letter-spacing: .13em;
	margin-top: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}


#container #baseinfo p{text-align: center; font-size: 9px; margin-top: 35px;}

#container #mainContent #gallery {
	margin-left: 2px; height: 350px;
}

#container #mainContent #gallery #main {
	float: left;
	height: 325px;
	width: inherit;
	margin-top: 15px;
	margin-bottom: 10px;
	}
#container #mainContent #gallery #main img {	
	vertical-align: bottom;}

#container #mainContent #gallery #description {
	float: left;
	height: 350px;
	width: 270px;
}
#container #mainContent #gallery #thumbContainer {
	float: left;
	margin-left: -15px;
	height: 75px;
	width: 810px;
	border-top: 1px solid #56554b;
}

#container #mainContent #gallery #thumbContainer>a img {margin-left: 10px;}

#container #mainContent #gallery #thumbContainer .thumbs {
	margin-top: 10px;
	margin-right: 14px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
#container #mainContent #gallery #description h3 {
	color: #56554b; font-size: 11px; margin-top: 285px; margin-left: 20px;
}
#container #mainContent #gallery #description p {color:#56554b; font-weight: normal; font-size: 10px; margin-left: 20px;}

#container #mainContent form table th, #container #mainContent form table tr td {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4D523D;
	text-align: left;
}
#container #mainContent form table tr th em {
	font-weight: normal;
	color: #999999;
}
#container #mainContent .narrative .a2 {
	font-weight: bold;
	color: #56554b;
	text-transform: none;
	font-size: 11px;
	text-decoration: underline;
	
}
