body{
	margin:0;
	background: #ffffff url(images/bgTile.gif) center top repeat;
	color:#333;
	font-family:Verdana, Arial, sans-serif;
	font-size:.8em;
	letter-spacing:1px;
	line-height:1.5em;
}

#container{
	margin:10px auto 0;
	width:870px;
}

#header{
	margin-bottom:10px;
}

#banner{
	height:115px;
}

#nav{
	width:870px;
	height:39px;
}

#main{
	background: #f3f3f3 url(images/contentTile.gif) center top repeat-y;
}

#contentTop{
	height:10px;
	width:870px;
	background: #f3f3f3 url(images/contentTop.gif) center top no-repeat;
}

#content{
	
	height:352px;
	padding:25px 40px 20px 40px;
}

#contentBottom{
	height:10px;
	width:870px;
	background: #f3f3f3 url(images/contentBottom.gif) center top no-repeat;
	clear:both;
}

#homethumbs{
	width:720px;
	height:340px;
	margin:0 auto;
}

#image1, #image2, #image3, #image4, #image5, #image6, #image7, #image8, #image9{
	display:block;
	float:left;
	opacity:0.5;
}

img{
	border:none;
}

#thumbbox{
	width:340px;
	height:352px;
	float:left;
}

#thumbbox img{
	float:left;
	display:block;
	margin:7px 7px 0 0;
	padding:2px;
	border:solid 2px #bbb;
	cursor:pointer;
}

#thumbbox #thumb1{
	border:solid 2px #000;
}

#thumbbox .firstthumbs{
	margin-top:0;
}

#thumbbox p{
	margin:0;
	font-size:.7em;
	clear:both;
}

#displaybox{
	width:425px;
	height:338px;
	margin:0 0 0 25px;
	text-align:center;
	float:left;
	font-size: 0.8em;
}

#displaybox p{
	margin:0;
}

#photo{
	width:300px;
	height:352px;
	margin:0 0 0 40px;
	float:left;
}

#bio{
	width:450px;
	height:340px;
	float:left;
}

#bio p{
	margin-top:0;
}

table{
	border:solid #bbb 2px;
}

.head, .tabletop{
	background-color:#eaeaea;
	border:solid #bbb 1px;
	border-bottom:solid #bbb 2px;
	font-weight:bold;
}

.tabletop{
	font-size:120%;
}

td{
	border:solid #ddd 1px;
}

#contactform{
	margin:0 auto;
	width:700px;
}

#contactform h2{
	margin-top:0;
}

#contactform span{
	color:red;
}

#contactform .row{
	width:698px;
	padding: 2px 0;
	
}

#contactform .insetrow{
	padding:2px 0 2px 125px;
	width:700px;
}

#contactform label{
	width:125px;
	float:left;
	text-align:right;
}

#contactform span#errorRight{
	margin-left:285px;
}

#footer{
	color:#666;
	font-family:Arial;
	font-size:9px;
	letter-spacing:.2em;
	text-align:right;
	padding:0 50px 0 0;
}
#footer p{
	margin:0;
}


