body 
{
	margin:0px;
	padding:0;
	min-height:100%;
	background-color: #000;
	text-align: center;
}


img
{
    border: none;
} 
			
#container 
{
	height: 500px;
	width: 700px;
	margin: 0 auto; 
	position: relative;
	text-align:left;
}
	
#logo {
	width: 300px;
	height: 75px;
	position: relative;
	margin: 0px 0px 10px 0px;
}

#content {
	width: 700px;
	height: 400px;
	padding: 10px;
	position: relative;
	clear: both;
	background-color:#FFFFFF;
	overflow: auto;
}

#nav {
	width: 700px;
	height: 15px;
	position: relative;
	text-align: center;
	float: left;
	margin-left: 90px;
}


/*new nav*/

#nav ul {
    list-style: none;
    height: 45px;
	width: 700px;
    margin: 0px;
    padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-variant: small-caps;

}
#nav ul li {
    float: left;
    height: 25px;
    min-width: 80px;
    text-align: center;
    margin-right: 25px;
    padding-top: 10px;
}

#nav ul li:hover {
    background: transparent url('../selected.jpg') no-repeat top center;
}

#nav ul li.selected {
    background: transparent url('../selected.jpg') no-repeat top center;
}

#nav ul li a
{
	color: #999999;
	text-decoration: none;
}

#nav ul li a:hover
{
	color: #fff;
}

/* ----------------------

Gallery */

#thumbnail-wrapper {
	position: relative;
	float: left;
	height: 330px;
	width: 700px;
	margin: 0px;
	text-align: center;
}

#thumbnail {
	position: relative;
	float: left;
	height: 100px;
	width: 100px;
	margin: 0px 16px 16px 0px;
}

#thumbnail img a {
	border: 0;
}
.clearboth { clear: both; }

/* ----------------------

Biography */

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #000;
	border-bottom: 1px solid #666666;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
}

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	margin: 0px;
}
