

* { padding: 0; margin: 0; }
body 
{font-family: verdana, arial;
 font-size: 12px;
 color: #999;
 font-weight: normal;
 margin: 0px;
 background-color: #bfbfc7
}

note 
{font-family: verdana, arial;
 font-size: 13px;
 color: #000;
 font-weight: normal;
 margin: 0px;
 background-color: #bfbfc7
}

h5 {font-size: 12px; font-weight: normal; }


#header {
	background:#333;
	width: auto;
	padding:0px;
	margin:0;
	text-align:left;
	color:#000;
	border: #000 0px solid;
	}
#h1 {
	font-size:200%;
	}
	
	h2 {
	font-weight: normal;
	font-size: 24px;
	}
	
	h4 {
	font-weight: normal;
	font-style: italic;
	text-align: left;
	font-size: 14px;
	}

#wrapper 
{float: none; 
margin-left: 0px; 
margin-top: 30px; 
margin-right: 0px; 
margin-bottom: 50px; 
width: 850px;
background: #ccc;
border: #fff 1px solid;}




.head img {float: left; margin: 15px 15px 15px 25px; border: 1px; }







#leftcolumn { 
 color: #333;
background: #ccc;
border: 0px solid #fff;
width: 131px;
 float: left;
 text-align: left;
 padding: 0px 0px 0px 0px;
}



#content { 
 float: left;
 color: #333;
 background: #ccc;
width: 620px;
  padding: 30px 30px 0px 54px;
 border-left: 1px solid #FFF;
text-align: center;
}

#biographytext { 
 float: left;
 color: #333;
 background: #ccc;
width: 620px;
  padding: 30px 30px 0px 54px;
 border-left: 1px solid #FFF;
text-align: left;
}

#justify
{
	text-align: justify;
	text-transform: none;
	
	text-decoration: none;
	padding: 0px 50px 0px 50px;
	border: #fff 0px solid;
}



img {vertical-align: top; margin: 0px 20px 0px 0px; }


ul {list-style: circle inside url(images/list.gif); }



#footer { 
 width: auto;
 clear: both;
 color: #333;
 height: 1px;
 border: 0px solid #fff;
 background: #ccc;
}
.footertext {font-style: normal; color: #000;}



a.nav:link {background-color:#999;
	text-indent: 8px;
	vertical-align:middle;
	padding: 4px;
	height: 30px;
	width: 130px;
	border-bottom: 1px solid #FFF;
	display:block;
	text-decoration:none;
	font-weight: bold;
	color: #413D36;
	}
	
	
	a.nav:visited {background-color:#999;
	text-indent: 8px;
	vertical-align:middle;
	padding: 4px;
	height: 30px;
	width: 130px;
	border-bottom: 1px solid #FFF;
	display:block;
	text-decoration:none;
	font-weight: bold;
	color: #413D36;
	}
	
a.nav:hover {background-color:#669;;
	text-indent: 8px;
	vertical-align:middle;
	padding: 4px;
	height: 30px;
	width: 130px;
	border-bottom: 1px solid #FFF;
	display:block;
	text-decoration:none;
	font-weight: bold;
	color: #413D36;
	}
	
a.nav:active {background-color:#ADA089;
	text-indent: 8px;
	vertical-align:middle;
	padding: 4px;
	height: 30px;
	width: 130px;
	border-bottom: 1px solid #FFF;
	display:block;
	text-decoration:none;
	font-weight: bold;
	color: #413D36;
	}




/* Links */
a {font-weight: bold; line-height: 20px; text-decoration: none }
a:link {color: #000; line-height: 20px; text-decoration: none }
a:visited {color: #333; line-height: 20px; text-decoration: none }
a:active {color: #999; line-height: 20px; text-decoration: none }
a:hover {color: #666; line-height: 20px; text-decoration: underline }


