body {

	background-color: #CCCC99;
}
#container {
	height: auto;
	width: 800px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/content-tile.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.page_title {
	font-size: 24px;
	padding-left: 40px;
	color: #333300;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0px;
}
.bio_text {
	font-size: 11px;
	line-height: 18px;
	color: #333300
}
.picture_title {
	font-size: 11px;
	color: #333300;
	font-weight: bold;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333300}
.text a {
	color:#996600
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}
.footer_text a {
	color: #FFFFFF;
}
.header_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	height: 20px;
}
.bottom-menu {
	font-size: 10px;
	color: #333300;
	text-align: center;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.bottom-menu a {
	color: #333300;
	text-decoration: underline;

}

#menu{
	position: relative;
	left: 15px;
	z-index: 30;
	height: 20px;
	width: 440px;
}
#menu #nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#menu #nav a:hover {
	color: #FFCC00;
}

#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul li { /* all list items */
	float: left;
	position: relative;
	width: 110px;
	text-align: center;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color: #666633;
}

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
#menu li > ul {
	top: 20px;
	left: -45px;
	}
	
/* lists nested under hovered list items */
#menu li:hover ul {display: block;}
#menu li.over ul{ display: block; }

#menu .submenu{
	width: 190px;
	height: auto;
	padding: 5px;
}
