@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
		background:#231F20;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;	
		text-align:center	
	}
	#header {
		background: url(../images/header-tile.jpg) repeat-x #231F20;
		text-align: center;
		width: 100%;
		margin:0 auto;
		text-align:left;
		padding: 20px 14px;
		display:block;
		z-index:4		
	}
		
		.header-inner {
			text-align: left;
			width: 900px;
			margin:0 auto;
			padding:20px 0 
			}
				
				
		/* Nav */		
				.nav {float:right; margin:10px 20px 0 0; color: #333333;
				font-family: Georgia, "Times New Roman", Times, serif; font-size:14px
								}
				.nav a {color: #666666; margin: 0 10px; font-weight:bold; text-decoration:none}
				
				.nav a:hover {color: #CCCCCC}				
	
				.nav li{
				list-style:none;
				float:left
				}				
		
	.wrapper {
	min-height: 98%;
	height: auto !important;
	height: 98%;
	margin: 0px auto -20px; /* the bottom margin is the negative value of the footer's height */
	text-align:center
	}
		#flashcontent {	
				width: 100%;
				height: 85%;
				margin:0px 0;
				z-index: 0;		
				background:url(../../gallery/WebSml.jpg) repeat-x #FFFFFF center;
			}

	#footer {
		text-align: center;
		width: 100%;
		height: 20px;
		padding: 10px 0;
		background:#333333
	}
	
.main {background:url(../images/back.gif) #FFFFFF no-repeat bottom left; width:100%;}	
.biog-content{margin:0 auto; width:900px}
.biog {display:block; margin:0px auto; width:400px; text-align:left; float:left; padding-right:50px}
.biog p {margin:10px 10px 10px 0 ; font-size:0.7em; font-family:Georgia, "Times New Roman", Times, serif}	
.biog-content img {margin: 10px 0 0 0; border:6px solid #000000 }	
	
.clear  {clear:left}	
	
	
	