@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-image: url(images/linen_bkg.jpg)
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
}

#container {
	width: 925px;
	height: 725px;
	margin-left: auto;
	margin-right: auto;
	
}

#header { 
	background-image: url(images/top_header_tabs_01.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 135px;
}

#header h1 {
	text-indent: -9999px;
	width:1px;
	height:1px;
}

#header p {
	text-indent: -9999px;
	width:1px;
	height:1px;
}


ul#header {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	width: 925px;
}

ul#header li {
	float: left;
}

ul#header a {
	outline: none;
	display: block;
	height: 50px;
	line-height: 50px;
	margin-top: 75px;
	margin-bottom: 2px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 140px;	
}

#content {
	width: 925px;
	margin-top: 15px;
	float:left;
}

#left {
	width: 280px;
	height: 538px;
	float: left;
	margin-top: 35px;
	margin-left: 22px;
}

#left img {
	display: block;
	margin-left:2px;
	margin-top:15px;
}

#left p {
	margin-top: 49px;
	margin-left:15px;
	width: 250px;
}


#middle {
	width: 280px;
	height: 538px;
	float: left;
	margin-top: 35px;
	margin-left: 21px;
}

#middle img {
	display: block;
	margin-left:33px;
}

#middle p {
	margin-top: 35px;
	margin-left:15px;
	width:250px;
}

#right {
	width: 280px;
	height: 538px;
	float: right; 
	margin-top: 35px;
	margin-right: 23px;
}

#right img {
	display: block;
	margin-left:2px;
	margin-top:16px;
}

#right p {
	margin-top: 51px;
	margin-left: 14px;
	width: 250px;
}

#button { 
	float: right;
	margin-top:350px;
	margin-right: 40px;
}

#guideleft {
	width:270px;
	height:545px;
	float:left;
	margin-top:10px;
	margin-left:20px;
}

#guideleft ul {
	margin-bottom: 10px;
}

#guideleft li {
	}

#guideleft h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:24px;
	text-align:center;
	font-weight: bold;
	margin-top:20px;
	margin-bottom: 20px;
}

#guideleft p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight: bold;
	margin-top:15px;
	margin-bottom: 10px;
}

#guideinset {
	width:250px;
	float:left;
}

#guidemiddle {
	width:270px;
	height:545px;
	float:left;
	margin-top:20px;
	margin-left:30px;
}

#guidemiddle ul {
	margin-bottom: 10px;
}

#guidemiddle li {
	line-height:16px;
}

#guidemiddle p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight: bold;
	margin-top:15px;
	margin-bottom: 10px;
}

#guideright {
	width:270px;
	height:545px;
	float:right;
	margin-top:20px;
	margin-left:45px;
	margin-right:20px
}

#guideright ul {
	margin-bottom: 10px;
}

#guideright li {
	line-height:16px;
}

#guideright p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight: bold;
	margin-top:15px;
	margin-bottom: 10px;
}



#contact {
	width:350px;
	margin-left:50px;
	margin-top:50px;
}

#contact h1 {
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

#contact p {
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	margin-bottom:15px;
}

#guestbook {
	width:869px;
	min-height:2000px;
	background-color:#FFF;
	margin-left:28px;
	margin-top:60px;
}

#guestbook img {
	float:left;
}

#guestbook p {
	float: right;
	margin-top: 85px;
	margin-right:100px;
	width:400px;
}

#guestbooktable {
	width:500px;
	margin-top:25px;
	margin-left:50px;
	float:left;
}

.first {
	width: 110px;
	margin-right:5px;
}

.second {
	width:125px;
	margin-right:3px;
}

.fourth {
	width:155px;
	margin-left:20px;
}

.fifth {
	width:110px;
	margin-right:5px;	
}

.sixth {
	width: 100px;
}

.last {
	width:80px;
	margin-left:8px;
}

.figure img {
	float: left;
	margin: 20px 0px 10px 60px;
}

.figurev img {
	float: left;
	margin: 20px 0px 10px 110px;
}

.clear {
	clear: both;
}



