
	body{
	margin-top:0px;
	background-color:#32200c;
	}
	
#page{
	margin:0px auto;
	text-align:left;
	width:900px;
	background-image:url(../images/bg2.gif);
		background-repeat:repeat-y;

	}

#photonav{
	width:640px;
	height:40px;
	margin:0px auto;
	}

#mainwrap{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;	overflow:hidden;
	width:900px;	
	}

#home{
	margin:0 0 0 75px;
	padding-top:10px;
	}
#home a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6d5938;
	font-size:12px;
	
	font-weight:bold;
	text-decoration:none;
	}

#photo{
	width:384px;
	height:92px;
	margin:0px auto;
	background-image:url(../images/photo.gif);
	background-repeat:no-repeat;
	}

#content3{
	width:735px;
	margin:45px 0 0 70px;
	}
#content3 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	color:#555555;
	}
#content3 h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#555555;
	margin:0 0 15px 0;
	text-transform:uppercase;
	}
#content3 h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#6d5938;
	margin:0 0 -20px 0;
	}
#content3 a{
	color:#6d5938;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	text-decoration:underline;
	}
#content3 a:hover{
	color:#999999;
	text-decoration:none;
	}

#content4{
	width:850px;
	padding: 7px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14px;
	}
#content4 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	color:#555555;
	}
#content4 a{
	color:#6d5938;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	text-decoration:underline;
	}
#content4 a:hover{
	color:#999999;
	text-decoration:none;
	}
.image{
	border:1px solid #B3B3B3;
	padding:3px;
	}
	
.description{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6d5938;
	font-size:11px;
	margin-bottom:10px;
	font-weight:bold;
	}

#slform{
	background-color:#ece8de;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#555555;
	border-left:1px solid #cccccc;
	padding:5px;
	}

#homebottom{
	width:450px;
	margin:20px 0 0 80px;
	}
#homeimage{
	width:200px;
	height:154px;
	padding:2px;
	float:left;
	}
	
#paragraphdivider{	
	background-image:url(../images/jpsmith_divider.gif);
	background-repeat:no-repeat;
	width:524px;
	height:6px;
	margin:0px auto;
	}
	
#footer{

	background-image:url(../images/footer4.jpg);

	background-repeat:no-repeat;

	width:900px;

	height:86px;
	margin-left:1px;

	text-align:center;
	}

#footer a{

	font-weight:bold;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:11px;

	color:#32200c;

	text-decoration:underline;

	}

#footer a:hover{

	text-decoration:none;


	}

#copyright{

	font-weight:bold;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:11px;

	color:#32200c;	

	padding-top:50px;

	}
#logos{
	width:200px;
	margin:-10px -15px 0 0;
	float:left;
	}

.gallerycontainer{position: relative;/*Add a height attribute and set to largest image's height to prevent overlaying*/}

.pic img{
	border: 1px solid white;
	}

.thumbnail:hover{background-color: transparent;}
.thumbnail:hover img{border: 1px solid #999999;}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	}

.thumbnail:active span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 330px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	}