* {
	font-family: sans-serif;
}

a {
  color: #696;
	text-decoration: none;
}

body {
  background-color: white;
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background-image: url(images/bg_img.jpg);
	background-repeat: no-repeat;
	background-position:left/center/right top/center/bottom;
	background-attachment:fixed;
}

h1 {
  color: #393;
	padding:  4px;
	font-size: 2.5em;
}

h2 {
  color: #696;
}

h3 {
  color: #9c9;
}

h4 {
  width: 160px;
	font-size: 10pt;
	position: relative;
	top: -70px;
	left: 90px;
	cursor: hand;
	margin-bottom: -30px;
}

h5 {
  font-size: 10pt;
}

hr {
  background-color: #9c9;
  border: 0;
  color: #9c9;
  height: 1px;
  text-align: left;
  width: 100%;
}

em {
  font-style:normal; 
	font-size: 1.02em;
	white-space:nowrap;
}

img {
  border: 0;
	vertical-align: middle;
}

p {
  padding-left: 8px;
	padding-right: 8px;
  margin-left: 8px;
	margin-right: 8px;
}

#all {
  width:  700px;
  margin:0px auto;
	text-align:left;
  background-color: #f0f6f0;
}

#header {
/*  background-color: #9c9; */
  background-color:  white;
	height: 140px;
	overflow: hidden;
}

#logo {
  height:  100px;
}

#tagline {
  color: #393;
	text-align: center;
  font-style:italic; 
/*	margin-top: -30px; */
	padding-bottom: 10px;
	overflow: hidden;
}

#navigation {
  font-size: 12pt;
	text-align: left;
	padding-left: 80px;
	padding-right: 20px;
/*	background-color: #696; */
	color: silver;
/*	
	position: relative;
	top: -80px;	
	float:  right;
	overflow: hidden;	
*/	
}

.nav {
  width:  200px;
  padding: 0;
  margin-bottom: -4px;
	height: 12px;
  color: #696;
	padding-left: 14px;
}

a.nav:link {
}

a.nav:visited {
}

a.nav:hover {
	border-left: 10px solid #696;
  padding-left: 4px;
}

#content {
	background-image: url(images/bg_img.png);
	font-size: 10pt;
	margin: 0;
	padding: 4px;
	width: 700px;
	height: auto;
	min-height: 400px;
}

#photo {
  float:  right;
  padding:  4px;
}

#footer {
  font-size: 9pt;
	background-color: #696;
	color: black;
	margin: 0;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	background-image: url(images/bg_element.jpg);
}

#bottomNav {
  color: silver;
}

a.bNav:link {
  color: white;
}

a.bNav:visited {
  color: white;
}

a.bNav:hover {
  color: white;
}

.bio {
   position: absolute; 
	 top: 210px;
	 width: 400px;
	 visibility: hidden;
}