@charset "utf-8";
/* CSS Document */
a {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	color:#661e6f;
}

a.selected,
a:hover {
	color:#bc9cc0;
}

body {
	background: #d8d1c7 url(images/img-background.jpg) repeat-x;
	font: 78% Arial, Helvetica, sans-serif;
	color:#464329;
	font-weight:bold;
}

h2 {
	text-transform:uppercase;
	font-size:2.8em;
	font-weight:bold;
	color:#661e6f;
}

.content {
	width:604px;
	float:left;
}

.title {
	color:#666;
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:bold;
}

.tbl-bios {
	width:650px;
	margin:15px 0 0 30px;
}

.txtBrown {
	color:#4f3625;
}

.nameTitle {
	text-transform:uppercase;
	color:#661e6f;
	font-size:1.5em;
}

.menu-item {
	float:left;
	padding:3px 30px 0px 30px;
}

#bios {
	width:806px;
	padding-top:20px;
}

#bio-title {
	margin-right:30px;
	float:right;
}



#contacts {
	float:right;
}

#container {
	background:url(images/img-shadow.png) no-repeat;
	width:806px;
	height:679px;
	padding:30px;
	margin:auto;
}

#content {
	background-color:#FFF;
}

#dates a {
	color:#661e6f;
}

#about,
#contact {
	padding:30px;
}

#links {
	float:left;
}

#sidebar-right {
	padding:30px 0 0 30px;
	width:105px;
	float:left;
}

#sidebar-right a {
	color:#661e6f;
	display:block;
	padding-bottom:4px;
}

#sidebar-right a:hover {
	color:#bc9cc0;
}

#subnav {	
	height:20px;
	font-weight:bold;
	text-transform:uppercase;
	overflow:auto;
}

#about,
#bios,
#dates {
	background:url(images/bg-nav.png) repeat-x;
}

#contact {
	padding:285px 0 0 40px;
	height:562px;
	background-image:url(images/bg-contact.png);
	background-repeat:no-repeat;
}

