/* Layout */

body {
		color: #000000;
		margin: 0px;
		font-family: "Helvetica";
		font-size: 9pt;
		background: #111111;
		}
	
#container {
		width: 100%;
		min-width: 852px;
		float: left;
		margin: 0px;
		}
		
#top {
		color: #cccccc;
		width: 100%;
		height: 320px;
		margin: 0px;
		position: relative;
		background: #000000 url(../vintage.jpg);
		}
		
#header {
		width: 450px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		}

#header img {width: 450px;}
		
#border {
		background: white url(../border.jpg) repeat-x;
		height: 12px;
	}
		
#content {
		text-align: center;
		width: 610px;
		padding: 15px;
		position: relative;
		top:-65px;
		margin-left: auto;
		margin-right: auto;
		background: #ffffff;
		border: solid 20px #000000;
		}
		
#content img {border: solid #000000 5px;}
		
#descript {
		color: #ffffff;
		width: 650px;
		font-family: "Times New Roman";
		font-size: 18pt;
		font-weight: normal;
		font-style: italic;
		text-align: center;
		margin-top: 0px;
		position: relative;
		top: -5px;
		margin-left: auto;
		margin-right: auto;
		z-index: 5;
		}
		
#navigation {
		width: 750px;
		font-family: "Helvetica Neue";
		font-size: 11pt;
		text-align: center;
		margin-top: 10px;
		padding: 5px 5px 5px 5px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		background: #666666;
		opacity: 0.9; /* Modern browsers */
		filter: alpha(opacity=90); /* IE */
		}
				
#spider {
		position: relative;
		float: right;
		}
		
#footer {
		color: #444444;
		width: 300px;
		font-size: 8pt;
		text-align: center;
		position: relative;
		top: -40px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		}

.contact {
		width: 400px; 
		border: 0; 
		position: relative;
		margin-left: auto;
		margin-right: auto;
		}

td { font-size: 9pt;}

.bio {
		width: 500px; 
		border: 0; 
		position: relative;
		margin-left: auto;
		margin-right: auto;
		}
		
.left img {
		width: 300px;
		float:left;
}

.right img {
		width: 300px;
		float:right;
}

		
/* Aesthetics */
	
#content a, #footer a {
		text-decoration: none;
		color: #666666;
		border-bottom: 1px dotted;
		}
	
#content a:hover, #footer a:hover {color: #222222; border: 0;}

#navigation a {
		text-decoration: none;
		color: #000000;
		padding: 5px 4px 5px 4px;
		}
		
#navigation a:hover {
		background-color: #000000;
		color: #444444;
		}
		
strong {font-size: 14pt;}

h1 {
		font-family: "Georgia"; 
		font-size: 26pt; 
		border-bottom: 1px dotted #999999;
		margin-top: 0px;}
		
a.thumb {border: 0 !important; }

a.thumb img {width: 80px;}

img {border: 0;}

hr {background-color: #bbbbbb; height: 1px; border:0;}
	