body {
	margin:20px;
	padding:0;
	color:#3d2707; 
	font: 12px Trebuchet, Sans-Serif; 
	background: #e2d9c2;
}

a:link{
text-decoration:underline;
color:#3d2707;
}

a:hover{
color:#e99715;
text-decoration:none;
}
h2 {font-size: 1.1em}
h3 {font-size: 24px}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	
#fcreek{
width:300px;
height:400px;
}

#marzipan{
width:300px;
}


#menu {
	margin-top: 25px;
	position:absolute;
	left: 1px;
	top: 4px;
	width: 1098px;
	padding-left:200px;
	height: 78px;
}
#menu ul {
display: block;
text-align: center;
}

#menu ul li {
list-style: none;
display: block;
float: left;
width:15%;
margin:10px;
}

#menu a{
	text-decoration: none;
	color: #e99715;
	font-size:18px;
}

#menu a:hover{
background-image:url(../img/link_hover.png);
color:#ffffff;
	
}

#content {
float:left;
	margin: 160px 0 0 40px;
	font-size: 1.1em;
}

#content h4 {font-size: 1.2em;}

.par {
	margin: 0px 30px 0 0px; 
	padding-left: 30px; 
	float: left; 
	width: 315px;	
	height: 300px;
}
.photography {
	margin: 0px 30px 0 0px; 
	padding-left: 30px; 
	float: left; 
	width: 500px;	
	height: 300px;
}

.alt {/* modify this to add style to alternate sections*/}

#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
	color: #3d2707;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom:1px solid #3d2707;
}

#arrows {
	position: fixed;
	top: 520px;
	left: 650px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig.png) no-repeat;}


#rightsider {
	padding: 0 10px 0px 0;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}
.hidden{display:none;}
