html, body {
	margin:0;
	padding:0;
}

body {
	font-family:georgia,times,serif;
	font-size:15px;
	color:#333;
	text-align:center;
	background:url('images/bg_gradient.gif') repeat-x;
}

#wrap {
	width:950px;
	margin:15px auto;
	text-align:center;
	background:url('images/mid_bg_2.gif') repeat-y;
}

#hdr {
	height:59px;
	margin:0;
	padding:15px 20px;
	background:url('images/hdr_bg_thin.gif') no-repeat;
}

#hdr h1 {
	font-family:georgia,times,serif;
    font-style:italic;
	font-size:1px;
	text-indent:-5000em;
	width:800px;
	height:65px;
	margin:0;
	padding:0;
	background:url('images/logo.gif') no-repeat;
}

#hdr p {
	float:right;
	margin-top:-55px;
	color:#000;
}

#hdr p a {
	color:#053207;
	text-decoration:none;
	font-weight:bold;
	font-family:georgia,times,serif;
    font-style:italic;
}

#hdr p a:hover {
	color:#e3e3e3;
}

#navimg	{
	color:#053207;
	text-decoration:none;
	font-weight:bold;
	font-family:georgia,times,serif;
    font-style:italic;
}

#navimg	a:hover{
	color:#e3e3e3;
}
	
#nav {
	float:left;
	padding:0 1px;
	width:150px;
}
#nav ul {
	padding:0;
	margin:0;
}
#nav ul li {
	list-style:none;
	text-align:right;
}
#nav ul li a {
	display:block;
	padding:10px;
	background:url('images/nav_bg_grad_thin.gif') no-repeat bottom right;
	color:#053207;
	font-size:12px;
	font-family:georgia,times,serif;
    font-style:italic;
	font-weight:bold;
	text-decoration:none;
}
#nav a#current {
  	color:#e3e3e3;
  	background-color:#bbbead;
  	font-weight:bold;
}
#nav ul li a:hover {
	color:#62332d;
	background-color:#e3e3e3;
	border: 0;
}
#content {
	float:right;
	width:750px;
	color:#000;font-family:georgia,times,serif;
}
.titlepage {
	color:#053207;font-family:georgia,times,serif;
    font-style:italic;font-weight:bold;font-size:18px;
}
.left {float:left;
margin:10px;
}	
.titlepage_mural {
	color:#053207;
	font-family:georgia,times,serif;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	text-align: left;
}
	
.titlepage_bio {
	color:#053207;
	font-family:georgia,times,serif;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
	text-align: left;
}
	
#buttons a img{ 
	border: 0; 
	border-style:none;
}
#flashbio {
	float:left;
	width: auto;
	margin-right: 10px;
}	
#ftr {
	margin-top:10px;
	padding-bottom:10px;
	padding-left:570px;
	background:url('images/ftr_bg.gif') no-repeat bottom;
}
.clear {
	line-height:1px;
	height:1px;
	clear:both;
}
table.two
{
	table-layout: fixed;
	border-style: dotted;
}
.floatimg img
{float:left;margin:0 5px 0 0;
}

