/* CSS Document */
body {
	background-color: #FFFAE9;
	text-align:center;
	margin:0;
	padding:0;
	border:0;
}
#whole{
	width: 700px;
	margin-top:30px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../im/bk.jpg);
	background-repeat: no-repeat;
	border: 1px solid #030;
}
h1 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 24px;
 color: #030;
}
.clearleft {
    clear:left;
    height:1px;
    overflow:hidden;
}
.clearright {
    clear:right;
    height:1px;
    overflow:hidden;
}
#nav {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #030;
	float: left;
	margin-top: 60px;
}
#nav p {
	margin-left: 60px;
}
#nav a:link {
	color:#030;
	text-decoration: none;
}
#nav a:visited {
	color:#030;
	text-decoration: none;
}
#nav a:hover {
	color:#090;
}
#homelogo {
  	float: right;   
	/* padding instead of margin for IE 6 */
	padding: 60px 24px 0 0;
}
#homelogo p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #030;
	text-align: center;
}
#homepix {
	clear: both;
	width: 100%;
}
#homepix img {
	margin: 36px 4px 24px 0;
}
#topnav {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #030;
	margin: 10px 0 0 0;
	width: 100%;
	background-image: url(../im/ln.gif);
	background-repeat: repeat-x;
}
#topnav p {
	display: inline-block;
	float: left;
	padding: 36px 36px 0 0;
}
#topnav p a:link {
	color: #030;
	text-decoration: none;
}
#topnav p a:visited {
	color: #030;
	text-decoration: none;
}
#topnav p a:hover {
	color: #565;
}
#topnav img {
	width: 186px;
	float: left;
	padding: 12px 36px 0 12px;
	border: 0;
}
.main {
	width: 100%;
}
#leftpix {
	float: left;
	width: 300px;
}
#leftpix img {
	margin: 2px 0 22px 30px;
	padding: 4px;
	border: 1px solid #7F997F;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #030;	
	margin: 0 60px 0 320px;
	padding: 0 0 24px 0;
}
#content a:link {
	color: #565;
	text-decoration: none;	
}
#content a:visited {
	color: #565;
	text-decoration: none;	
}
#content a:hover {
	text-decoration: underline;	
}
.directions {
	padding: 4px 4px 4px 12px;
	border: 1px solid #565;
}
/* Gallery */
img.photo {
	margin: 10px 0 0 0;
	padding: 4px;
	border: 1px solid #565;
}
p.next {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #030;
	text-align: center;
}
p.next a:link, a:visited {
	color: #565;
	text-decoration: none;
}
p.next a:hover, a:active {
	text-decoration: underline;
}
