body {
	background-image:url(images/background.jpg);
	color: #5c1817;
	font-family: papyrus ;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
* {margin: 0px;padding: 0px;}
p {padding:10px;display:block;}
#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}
#header {
	background-image:url(images/header2.jpg);
	width: 707px;
	height:300px;
	display:block;
	margin:0px;
	padding:0px;
}
#content{
	background-image:url(images/sheetmiddle.gif);
	background-repeat:repeat-y;
	position:relative;
}
#sheettop{
	background-image:url(images/sheet.jpg);
	background-repeat:no-repeat;
	width:707px;
}
.title{
	width:500px;
	border-bottom: 1px dashed #b6be8d;
	text-align:left;
	margin: 25px 0px 15px 110px;
	font-family: papyrus ;
}
h3{
	font-family: papyrus ;
	color:#5c1817;
	font-size: 18px;
	font-weight: bolder;
	display:inline;
	background-image:url(images/jpg) ;
}

h2{
	font-family: papyrus ;
	color:#175c30;
	font-size: 22px;
	font-weight: bolder;
	display:inline;
	background-image:url() ;
}

h1{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#5c1817;
	font-weight: bolder;
	display:inline;
}
.text{
	margin-left:110px;
	width:500px;
	font-family: Papyrus;
	font-size: 16px;
	font-weight: bold;
	color: #5c1817;
	position:relative;
	display:block;
	height:auto;
}
.text a{
	font-family: Papyrus, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #494c15;
	text-decoration: underline;	
}
.text a:hover{
	color:#000000;
}
#nav{
	margin-top:0px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c2b5a2;
	width:550px;
	padding-top:25px;
	text-align:center;
}

#nav ul li{
	display:inline;
	list-style-type: none;
	
	}
#nav a{
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #2c4002;
	text-decoration:none;
}
#nav a:hover{
	color: #7a7e33;
}
.thumbnails{
	list-style-type: none;
	display: block;
	margin: 0px 0px 0px 18px;
}

.thumbnails li{
	list-style-type: none;
	display: inline;
}

.thumbnails li a{
	border: 2px solid #FFFFFF;
	display:block;
	float:left;
	margin:5px;
}

.thumbnails li a:hover{
border: 2px solid #d4e194;		
}

.clear{
	clear:both;
}
#photogallery{
	position:relative;
	margin-left:-5px;
	width:530px;
	background-color:#d4e194;
	border: 1px solid #b7c47a;
	margin-bottom:20px;
}
.photobox{
	background-color:#7d940e;
	width:342px;
	height:140px;
	border: 1px solid #FFFFFF;
	float:left;	
	margin:8px;
}
#footer{
	margin-left:110px;
	width:500px;
	z-index:20;
}
.blog{
	float:left;
	margin: 8px 5px 0px 5px;
}
#footer{
	background-image:url(images/footer.gif);
	width:707px;
	height:86px;
	margin-left:0px;
}
#footer li{
	display:inline;
	
}
#footer ul{
	border-top: 1px dashed #b6be8d;
	
}
#footer ul, #copyright{
	margin-left:95px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #747742;
	text-align:center;
	width:514px;
	padding-top:5px;
	
}
#footer a, #copyright a{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #747742;
	text-decoration:none;
}
#footer a:hover, #copyright a:hover{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #747742;
	text-decoration:underline;
}





.ul  {

	margin: 0;

	padding-left: 12px;

	background: url(images/bullet.jpg) no-repeat left center;
	color: #5c1817;

}
img {
	padding: 2px;
}
/* INPUT FIELD CSS Copy this to your style sheet
------------------------------------------------------------- */
#contactform {
	width:500px;
	-moz-border-radius:5px;
	margin-left:auto;
	margin-right:auto;
}
#contactform form {
	font:normal 11px/18px;
	margin:0 0;
	padding:0;
	margin-top:20px;
	width:100%;
}
#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
	background:#fff;
	border:1px solid #ddd;
	-moz-border-radius:5px
}


#contactform fieldset legend {
	font:normal bold 18px/26px;
	padding:3px 25px;
	margin-left:30px;
	text-transform:uppercase;
	border:0px solid #ddd;
}
#contactform fieldset legend span {
	font:normal 10px/18px;
	text-transform:uppercase;
	display:block;
}
#contactform form label {
	display:block;
	float:left;
	width:150px;
	padding:6px 10px 0 0;
	margin:0px;
	text-align:right;
}
#contactform input.inpt, #contactform textarea, #contactform select {
	width:260px;
	font:normal 11px/18px;
	padding:5px;
	margin:5px 0 5px 0;
	background:#f5f5f5;
	border:1px solid #ddd;
}

form br {
	clear:left;
}

#contactform input.required {
	background:#f5f5f5 url('images/required.gif') center right no-repeat;
	
}

#contactform .select select:focus {
	border-color: #9b9b9b;
}
#contactform form input.btn
	{
		background:none;
		border:none;
	}

form.c1 input:hover,textarea:hover
	{
		border:1px solid #d8d8d8;
	}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				padding:10px;
				font-size:10px;
				color:#000;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:90%;margin:0 auto; }
