/* Sycamore style */
html, body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: white;
	background-color: black;
	padding: 0px;
	margin: 0px;
}

/* the nav */
#header {
	background-image: url(/sycamore/images/header.gif);
	width: 743px;
	height: 205px;
}

.container {
	width: 250px;
	padding: 3px;
	margin: 3px 0 0 0;
	background: #000000;
}

#nav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #CCCCCC;
}

#nav li, #nav2 li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited, #nav2 a:link, #nav2 a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: white;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #790000;
	background: url(/one/images/tab_afh.gif) no-repeat bottom center;
}

#content {
	width: 500px;
	height: 600px;
	margin-left: 70px;
	padding: 25px;
	background-color: black;
}

.biopic {
	float: left;
	padding: 5px;
}

.biodata {
	float: right;
	padding: 5px;
}

#footer {
	width: 500px;
	background-color: black;
	color: #CCCCCC;
	font-size: 9px;
}


td, p, ul {
	font-family: Arial, Verdana, sans-serif;
}


h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/

h1 {font-size: 160%;}
h2 {font-size: 140%;}


a:link {
	color: #CCCCCC;
}


a:visited {
	color: #CCCCCC;
}


a:hover {
	color: #790000;
}


a:active {
	color: #FFFFFF;
	background-color: #000000;
}
