html, body {
   margin : 0;
   padding : 0;
}

body {
	color : #a52a2a;
	background : #404040;
	width : 100%;
	font-family: Perpetua, "Perpetua Titling MT";
	font-size: 110%;
}

/* Links within paragraphs (subtle) */
p a {
color: #666666;
background : inherit;
text-decoration: none;
}

/* Links within paragraphs (revealed) */
p a:hover  { 
color: #0000ff;
background : inherit;
text-decoration: underline;
}

#container {
	width : auto;
	padding : 5px;
	color : #333;
	line-height : 1.5em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* LEFT SIDEBAR */
#leftnav {
	float : left;
	width : 200px;
	border-right:0px solid #520934;
	color : #EAE8D0;
	font-weight: normal;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-image: url(images/leftnavback.jpg);
}

#leftnav p {
margin : 5px 0 10px 5px;
}

/* TOP TITLE BAR */

#top {
	margin:0;
	padding : 0;
	color:#333;
	border-bottom : 0px solid #fff;
	height:144px;
	background-color: #FFF;
	background-image: url(images/nordyke2.png);
	background-repeat: no-repeat;
	background-position: right;
}
#top h1 {
	padding : 30px 0px 0 25px;
	margin : 0;
	letter-spacing:5px;
	text-align:left;
	color:#EAE8D0;
	background:transparent;
	font-family: Perpetua, "Perpetua Titling MT";
	font-size: 100%;
}
#top p {
padding : 5px;
font-size: .8em;
}
#top a:link, #top a:visited {
	color: #321D0F;
	background:transparent;
	text-decoration: none;
}
#top a:hover {
	color: #000;
	background:transparent;
	text-decoration: underline;
}

#content {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: ridge;
	border-left-color: #5B341C;
}
#list {
	font-size: 24px;
	font-weight: bold;
	color: #600;
	list-style-position: inside;
	list-style-type: circle;
	float: left;
	margin-right: 20px;
}
.bold {
	font-weight: bolder;
	color: #000;
}
.boldindent {
	font-weight: bolder;
	color: #000;
	padding-left: 10px;
}



#footer {
	clear : both;
	margin : 0;
	padding : .5em;
	color : #FBFBFF;
	border-top : 0px solid #520934;
	background-color: #6E6A5A;
	text-align: center;
}


#footer a:link, #footer a:visited {
font-size: .9em;
color : #eee;
background : inherit;
text-decoration : none;
}

#footer a:hover {
font-size: .9em;
color :#fff;
background:inherit;
text-decoration : underline;
}

h2 {
	margin : 0;
	padding : 20px 0 5px 5px;
	letter-spacing:5px;
	border-bottom: 1px solid #656C4A;
	color:#600;
	background:inherit;
	font-family: Perpetua, "Perpetua Titling MT";
	font-size: 175%;
}
h3 {
	margin : 0;
	color:#600;
	background:inherit;
	font-family: Perpetua, "Perpetua Titling MT";
	font-size: 130%;
	padding-top: 20px;
	padding-right: 5;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: underline;
}

#footer img {
   float : right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */

.happy {
border-top : 1px solid #808080;
padding : 10px;
}

a:link, a:visited {
font-size: .9em;
color : #000;
background : inherit;
text-decoration : none;
}

a:hover {
font-size: .9em;
color :#666;
background : inherit;
text-decoration : underline;
}

a:active {
font-size: .9em;
color : #F5DE1E;
background : inherit;
text-decoration : none;
}

img {
   border : none;
}

.imgright {
float: right;
border: 1px solid #656C4A;
margin: 5px 15px 10px 10px;
padding: 10px;
}


.imgleft {
float: left;
border: 1px solid #656C4A;
margin: 5px 15px 10px 0px;
padding: 10px;
}

#menu {
width: 100%;
height: 23px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #A6C3AD url(images/pt02.jpg) no-repeat;
color:#000;
}

#gallery {
height:100px;
}
#links {
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
	color: #321D0F;
}


#gallery img {
float: left;
padding: 20px;
}

.clear {
clear: left;
}
.imagebox {
	width: 150px;
	border : 1px none #fff;
	color:#656C4A;
	font-size: .9em;
	background-image: none;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#image {
	padding: 3px;
}


blockquote {
font-weight : bold;
font-style : italic;
color : #AC7D39;
}
.search { 
background: #E4DCB2; 
color: #000;
border-top: 1px solid #F0E9DD;
border-bottom: 1px solid #F0E9DD;
clear: both;
text-align: left; 
padding: 5px 0 5px 0;
}

form { 
margin: 0; 
}

input.search { 
	width: 80px; 
	border: none;
	color: #000;
	background: url(images/input.gif); 
	padding: 4px; 
}

input.login { 
	width: 80px;
	border: none; 
	background: url(images/logininput.gif); 
	padding: 4px; 
}
#FAQ {
}
.boldlarge {
	font-size: x-large;
	font-weight: bold;
	color: #000;
}
#location {
	margin-right: 20px;
	padding-right: 20px;
	margin-left: 30px;
	margin-top: 20px;
	float: left;
}
#thankyou {
	float: none;
}
#form {
	float: right;
	margin-left: 400px;
}
#contact {
	margin-left: 350px;
	padding-left: 70px;
	margin-top: 20px;
}

