@charset "utf-8";
body {
	color: #FFF;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
/* CSS Document */

#container {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
#header {
	text-align: center;
	margin-bottom: 10px;
}



#navBar {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#navBar a {
	display: block;
	height: 40px;
	width: 100px;
	padding-top: 12px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
}
#navBar a:hover {
	background-image: url(images/navBarSelected.png);
	background-repeat: no-repeat;
}

#navBar .navTab {
	background-image: url(images/navBarTab.png);
	height: 40px;
	width: 100px;
	text-align: center;
	float: left;
}
#navBar .selectedTab {
	background-image: url(images/navBarSelected.png);
	float: left;
	height: 40px;
	width: 100px;
	text-align: center;
}

#main {
	overflow: hidden;
	clear: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	width: 713px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#main ul a {
	color: #F00;
	text-decoration: none;
}

#main ul {
	margin-left: -15px;
}

#main blockquote {
	font-size: 1.5em;
}
#main img {
	padding: 5px;
}
#main h1 {
	font-size: 1.2em;
	background-color: #996;
	width: 200px;
	border: 1px solid #FFF;
	padding-left: 5px;
}
#main h2 {
	color: #996;
}




.bioSection {
}
.bioSection .bio {
	float: left;
	width: 390px;
	font-size: 16px;
	padding-top: 8px;
	padding-right: 20px;
}
.bioSection img {
	border: 1px solid #996;
	padding: 3px;
}
.message {
	color: #F00;
}

