@charset "utf-8";
/* gallery */

html {
	color: #cad3cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #373c3e;
	font-size: 1.1em;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #373c3e;
	width: 990px;
	position: absolute;
	height: 565px;
	left: 50%;
	top: 50%;
	margin-top: -283px;
	margin-left: -495px;
}
#flashcontent {
	height: 485px;
}
h1 {
	text-indent: -9999px;	
}
#lastname {
	color: #3399CC;
}
#divNav li {
	font-size: 0.95em;
	text-transform: uppercase;
	line-height: 120%;
	letter-spacing: 0.2em;
	list-style: none;
	padding-left: 1em;
}
#divNav {
	width: 235px;
	position: absolute;
	left: 1px;
	top: 80px;
	z-index: 0;
	visibility: visible;
	height: 190px;
}
#divNav a {
	text-decoration: none;
	color: #cad3cc;
}
#divNav a:hover {
	color: #2F84E4;
}

#divBranding {
	height: 70px;
	width: 550px;
	background-image: url(images/branding.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

#divBranding p {
	text-indent: -9999px;
}

#divNav a.current:link, #divNav a.current:visited {
	color: #2F84E4;
}

/* biog */

#bio {
	background-color: #303535;
	float: right;
	height: 482px;
	width: 718px;
	font-size: 0.8em;
	margin-right: 15px;
}
#bio p {
	line-height: 140%;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#bio h2 {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2F84E4;
	letter-spacing: .2em;
}