*{margin:0;padding:0;}
body{background: url(../images/body_bg.jpg);font-family:"Times New Roman", Times, serif;}

.clearfix{clear:both;}

div#wrapper{
	  width: 900px;
	  height: 620px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -450px; /* half of width */
      margin-top: -314px;  /* half of height */
	}

div#flash{
	overflow: auto;
	width: 900px;
	height: 620px;
	}

.otr{
	font-style: italic;
	}
	
div.nav{
	text-align: center;
	margin: 10px 0px 10px 0px;
	}
	
div.nav a{
	text-decoration: underline;
	color: #46342B;
	}
	
div.nav a:hover{
	text-decoration: none;
	}

p{
	margin-bottom: 12px;
	}

p.indent{
	margin-left: 24px;
	}

ul{
	margin-left: 60px;
	width: 500px;
	}

img.headshot{
	float: left;
	margin-right: 12px;
	}