@charset "utf-8";
/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:left;
	margin:15px 0 40px 0;
	background:url(../images/bg.gif) repeat;
	color:#504230;
}

a:link{color:#a15e08; text-decoration:underline;}
a:visited{color:#a15e08; text-decoration:underline;}
a:hover{color:#f4e1c7; text-decoration:none;}

#container{
	width:900px;
	height:647px;
	background:url(../images/home-bg2.gif) no-repeat;
	background-position:center;
	border:1px solid #000000;
}

#left-container{
	float:left;
	width:225px;
	text-align:left;
	position:relative;
	top:40px;
	left:30px;
}

#quotePen {
width: 503px;
height: 158px;
display: block;
position: absolute;
background: url(../images/quote-pen.gif) no-repeat;
}

.latest-release{
	 line-height:18px;
}

.latest-release a:link{color:#dab482; text-decoration: underline;}
.latest-release a:visited{color:#dab482; text-decoration: underline;}
.latest-release a:hover{color:#f4e1c7; text-decoration: none;}

.nav{
	clear:both;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	position:relative;
	top:15px;
	left:0;
	line-height:40px;
}

.nav a:link{color:#000000; text-decoration:none;}
.nav a:visited{color:#000000; text-decoration:none;}
.nav a:hover{color:#f4e1c7; text-decoration:none;}

#right-container{
	float:right;
	width:575px;
	text-align:left;
	position:relative;
	top:200px;
	right:25px;
}

#right-container-interior{
	float:right;
	width:575px;
	text-align:left;
	position:relative;
	right:25px;
	padding-bottom:25px;
}

#right-container-interior h1{
	font-size:14px;
	color:#524131;
}

hr{
	margin:20px 0 20px 0;
}

.poem{
	font-size:12px;
	line-height:18px;
}

.directions{
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.gallery td{
	vertical-align:top;
	text-align:center;
}

.gallery img{
	border:1px solid #000000;
	margin:0 10px 5px 10px;	
}

.footer{
	float:left;
	clear:both;
	width:900px;
	text-align:center;
	color:#d9b280;
	position:relative;
	top:100px;
}

.footer a:link{color:#d9b280; text-decoration:underline;}
.footer a:visited{color:#d9b280; text-decoration:underline;}
.footer a:hover{color:#d9b280; text-decoration:none;}