html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 13px/21px "lucida grande", sans-serif;
	color: #bbb;
	background: #000 url(../images/bg.png) repeat-x fixed;
}

#ie6 {
	display: none;
}

#main {
	width: 850px;
	min-height: 100%;
	margin: 0 auto;
	background: url(../images/mainbg.png) repeat-y;
}

* html #main {
	height: 100%;
}

#topnav {
	width: 810px;
	height: 20px;
	text-align: right;
	padding: 20px 40px 20px 0;
	font-size: 11px;
	background: url(../images/separator.png) no-repeat center bottom;
	cursor: default;
}

#topnav a {
	color: #eee;
	text-decoration: none;
	margin: 0 5px;
	padding-bottom: 3px;
}

#topnav a:hover {
	padding-bottom: 3px;
	border-bottom: dotted 1px #777;
	cursor: pointer;
}

#header {
	padding: 20px;
	background: url(../images/separator.png) no-repeat center bottom;
}

#logo {
	float: left;
	width: 155px; 
	height: 123px; 
	background: url(../images/logo.png) no-repeat; 
	margin-left: 25px;
}

#nav {
	float: left;
	width: 230px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style-type: none;
	text-align: right;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #eee;
	width: 220px;
	height: 25px;
	padding: 5px 10px 0 0;
	background: url(../images/nav.png) no-repeat right;
}

#nav ul li a:hover {
	background: url(../images/navhov.png) no-repeat right;
}

ul#team-nav {
	padding: 10px 0;
	background: url(../images/vt-navhov.png) repeat-y right;
}

.hide {display: none;}

ul#team-nav li a {
	background: none;
	font-size: 10px;
	color: #ddd;
}

ul#team-nav li a:hover {
	background: none;
	color: #fff;
}

#nav ul li#ip a {
    margin-top: -1px;
	background: url(../images/ip-team-nav.png) no-repeat right;
}

#nav ul li#ip a:hover {
	background: url(../images/ip-team-nav-hov.png) no-repeat right;
}

#content {
	float: right;
	width: 560px;
	text-align: left;
	padding: 0 40px 20px 20px;
	background: url(../images/navsep.png) no-repeat left top;
	min-height: 430px;
}

#content > p:first-child {
	margin-top: 20px;
}

#content h2 {
	font: bold 15px/17px "lucida grande", sans-serif;
	color: #ddd;
	background: url(../images/titlesep.png) no-repeat bottom;
	padding-bottom: 10px;
	margin-top: 30px;
	clear: right;
}

#content h3 {
	font: bold 15px/17px "lucida grande", sans-serif;
	color: #ddd;
	margin: 30px 0 -5px 0;
	clear: right;
}

#content h3 span {
	font: italic 12px/21px "lucida sans", "lucida grande", sans-serif;
}

#content a:link, #content a:visited {
	color: #bbb;
	text-decoration: none;
}

#content a:link:hover, #content a:visited:hover {
	color: #fff;
}

#content a.back {
	float: right;
	color: #999;
	font: 11px "lucida grande", sans-serif;
	margin-top: 10px;
	text-decoration: none;
}

#content a.back:hover {
	color: #ddd;
}



#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul li.title {
	font: bold 15px/17px "lucida grande", sans-serif;
	color: #ddd;
	background: url(../images/titlesep.png) no-repeat 80% 70%;
	height: 30px;
}

#content ul li a {
	text-decoration: none;
}




#team-content {
	float: right;
	width: 560px;
	text-align: left;
	padding: 0 40px 20px 20px;
	background: url(../images/navsep-team.png) no-repeat left top;
	min-height: 430px;
}

#team-content > p:first-child {
	margin-top: 20px;
}

#team-content h2 {
	font: bold 16px/18px "lucida grande", sans-serif;
	color: #ddd;
	background: url(../images/titlesep.png) no-repeat bottom;
	padding-bottom: 10px;
	margin-top: 30px;
	clear: right;
}

#team-content h3 {
	font: bold 13px/15px "lucida grande", sans-serif;
	color: #ddd;
	background: url(../images/titlesep.png) no-repeat top;
	padding-top: 17px;
	margin-top: 30px;
	clear: right;
}

	#team-content h3.top {
		font: bold 13px/15px "lucida grande", sans-serif;
		color: #ddd;
		background: none;
		padding-top: 0;
		margin-top: 0;
		clear: right;
	}

#team-content h3 span {
	font: italic 11px/21px "lucida sans", "lucida grande", sans-serif;
}

#team-content a:link, #team-content a:visited {
	color: #bbb;
}

#team-content a:link:hover, #team-content a:visited:hover {
	color: #fff;
}

#team-content a.back {
	float: right;
	color: #999;
	font: 11px "lucida grande", sans-serif;
	margin-top: 10px;
	text-decoration: none;
}

#team-content a.back:hover {
	color: #ddd;
}

.listitle {
	color: #ddd; 
	font-weight: bold;
}

#pullquote {
	float: right;
	margin: 3px 0 0 20px;
	padding: 5px;
	background: #230407;
}

#footer {
	clear: both;
	background: url(../images/separator.png) no-repeat top center;
	padding: 5px 0;
	cursor: default;
	color: #eee;
	font-size: 12px;
}

#footer a {
	color: #eee;
	text-decoration: none;
	margin: 0 5px;
	padding-bottom: 3px;
}

#footer a:hover {
	padding-bottom: 3px;
	border-bottom: dotted 1px #555;
	cursor: pointer;
}

#footer p:last-child {
	color: #bbb;
}