body {
	background:#633928 url("../images/bg.jpg") fixed;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:76%;
	text-align:center;
	margin:0;
}

a {
	color:#324810;
}

h1 {
	background:url(../images/header.jpg) no-repeat;
	width:760px;
	height:190px;
	text-indent:-9999px;	
	margin:0;
}

h2 {
	font-weight:normal;
}

#container {
	background:#E7E8D2;
	color:#38211a;
	width:760px;
	text-align:left;
	margin:0 auto;
	position:relative;
	border-left:1px solid #38211a;
	border-right:1px solid #38211a;
	border-bottom:1px solid #38211a;
}

#nav {
	font-size:12px;
	position:absolute;
	left:145px;
	top:170px;
}
#nav a {
	color:#fff;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}

#nav, #subnav {
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav li, #subnav li {
	margin-left:10px;
}
#nav li {
	display:inline;
}

#subnav {
	margin:0;
	padding:40px 0 0 20px;
	background:url(../images/drop_shadow.png) top left repeat-x;
}
#subnav a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#subnav {
	padding:0;
}

#currentpage a {
	font-weight:bold;
}

#header a {
	font-size:16px;
	position:absolute;
	left:30px;
	top:210px;
	text-decoration:none;
	color:#38211a;
}

#content {
	padding:20px 20px 20px 50px;
}

#content p {
	width:425px;
}

.columns {
	position:relative;
	left:10em;
	top:-8em;
}

#content.columns p {
	width:325px;
}

.contact {
	margin-top:-30px;
}

.homeTable {
	padding:0;
	margin:0 15px;
}	

.homep {
	border-right:1px dotted black;
}

#footer {
	text-align:center;
	background:#38211a;
	color:#E7E8D2;
}
#footer a {
	color:#E7E8D2;
}
#footer p {
	margin-bottom:0;
}
.siteby {
	background:url(/images/siteBy.png) no-repeat;
	display:block;
	text-indent:-9999px;
	margin:5px auto 0 auto;
	width:27px;
	height:13px;
}
.siteby:hover {background:url(../images/siteBy.png) -0px -19px no-repeat;}

#contact, #gift, #news {
	padding:8px;
}

table.inner h2 {
	color:white;
	border-bottom:5px solid white;
	margin:0 0 5px 0;
	padding:0;
}

.outer {
	margin-top:0 !important; /* Real browsers use this, IE is its stupid self and uses the value below.*/
	margin-top:-3px;
}

.floatright {
	float: right;
	margin:20px 20px 0 10px;
	clear: right;
}

.clearboth {
	clear:both;
}

.bumpdown {
	position:relative;
	top:2px;
}