/* CSS Document */
body { 
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	}
* html body { 
	font-size: x-small; /* for IE5 */
	font-size: small; /* for other IE versions */
	}
#wrap {
	max-width: 1000px;  /* not supported by IE */
	}
#header {
	background:   url("images/hdr-bg.gif") top left repeat-x;
	height: 126px;
	margin-bottom: 7px;
	}
#header h1 {
	text-align:center;
	font-size: 150%;
	}
#photoWrap {
	float: right;
	width: 70%;
	}
#address {
	float: left;
	width: 30%;
	}
#sidephoto{
	float: left;
	width: 300px;
	}
#contact {
	float: right;
	text-align:left;
	}
#contact div {
	padding-left: 5px;
	}
#listofLinks{
	clear: both;
	}
#listofLinks ul{
	list-style-image: url("images/listimage.gif")	}
#listofLinks a{
	text-decoration:none;
	color:#000000;
	}
#listofLinks a:hover{
	text-decoration:none;
	color: #900;
	}
#bio{
	clear:both;
	}
#bio a {
	color: black;
	}
#bio a:hover{
	text-decoration:none;
	color: #900;
	}
#footer{
	background-color: #FFC;
	}
#footer a { 
	color: #933; 
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	}
.sectionSpace {
	padding-top: 1em;
	}
.noteText {
	font-size: x-small;
	color: #333333;
}

