	body
	{
		margin: 0;
		padding: 0;
		font: 12px copperplate gothic light, arial, helvetica, sans-serif;
		text-align: center;
		color: #c63;
	}
	
	
a, a:link, a:visited  { color: #666; font-size: 12px; font-family: goudy old style, Arial, Impact; text-decoration: none }

a:hover {color: #c63;}

a:active, a:focus {color: #566047;}

#navcont{ /* container for all navigation issues */
	margin: 0em auto;
	text-align: center;
	width: 850px;
	}
	
#nav, #nav ul {/* all lists */
     padding: 0;
     margin: 0;
	background: white;
     list-style: none;
	 margin: 0 0 0 0;}


#nav a {
     display: block;
     width: 7.5em; } 


#nav li {/* all list items */
     float: left;
     width: 7.5em;
	 border: solid #c63;
	 border-width: 0 0 1 1; }
	
#nav li ul {/* second-level lists */
     position: absolute;
     width: 7.5em;
     left: -999em; 
	 border: solid #c63;
	 border-width: 0 1 0 0; } 


#nav li:hover ul, #nav li.sfhover ul {/* lists nested under hovered list items */
     left: auto; }

#container
	{
		width: 450px;
		font: copperplate gothic light, arial, helvetica, sans-serif;
		text-align: center;
		border: 0px solid #c63;
		margin: 1em auto;
	}

#container2
	{
		width: 700px;
		font: copperplate gothic light, arial, helvetica, sans-serif;
		text-align: center;
		border: 0px solid #c63;
		margin: 1em auto;
	}

#containerbio
	{
		width: 680px;
		font: copperplate gothic light, arial, helvetica, sans-serif;
		text-align: left;
		border: 0px solid #c63;
		margin: .5em auto;
	}


table.bio 
	{
	font-size: 11px;
	align: center;
	}

h1	{
		font: 20px copperplate gothic bold, arial, helvetica, sans-serif;
	}
h2	{
		font: 16px copperplate gothic bold, arial, helvetica, sans-serif;
		text-decoration:underline;
	}

#head
	{
	text align: center;
	border: solid #c63;
	background-color: #fff;
	border-width: 1 0 1 0;
	}

.orange {
	color: #c63;
	}
.bluck {
	color: #336;
	}

.rate {
	color: #c63;
	font: 13px;
	}

.imgleft {
	float: left;
	margin: .5em;
	}

 
#footer {
	width; 800;
	text-align: center;
	text-color: #ccc;
}

.rightflt {
	float: right; }

.leftflt {
	float: left;
	}
	
	