﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	background-image: url("../images/wood039.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}

/* Masthead Styles */
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFFF;
}
#masthead h1,h2,h3 {
	color: #663300;
}
#masthead b {
	color: #663300;
	font-size: 18pt;
}
}
#masthead p {
	color: #663300;
	font-size: 11pt;
}

/* Content Styles */
#content {

	position: relative;
	
	left: 150px;
	

	width: 518px;


	margin-top: 10px;

	margin-bottom: 10px;

	margin-left: 10px;

	padding: 10px;

	border-top: 1px solid #dcdcdc;

	border-right: 1px solid #a9a9a9;

	border-bottom: 1px solid #808080;

	border-left: 1px solid #a9a9a9;

	background-color: #fff;

}

#content h1,h2,h3,h4,h5,h6 {

	color: #996633;

}

#content img {

	padding: 5px;

	border: 1px solid #808080;

}




/* Navigation Styles */

#navigation {

	position: absolute;

	float: left;

	width: 155px;
	
	height: auto;

	margin-top: 10px;

	margin-bottom: 4810px;

	border-top: 1px solid #dcdcdc;

	border-right: 1px solid #a9a9a9;

	border-bottom: 1px solid #808080;

	border-left: 1px solid #a9a9a9;

	background-color: #fff;

}



#navigation p {

	color: #000000;

	margin-top: 5px;

	font-size: 17px;

}



#navigation ul {

	list-style-type: none;

	width: 100%;

	display: block;

	margin: 0;

	padding: 0;

}

#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
	font-size: 14px;
	text-align: left;
}
#navigation a {
	color: #996633;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #996633;
	background-color: #996633;
}

/* Footer Styles */
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #996633;
	text-decoration: underline;
}
#footer a:hover {
	color: #663300;
	text-decoration: none;
}
a {
	color: #996633;
	text-decoration: underline;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Footer2 Styles */
#footer2 {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url("../images/wood039.jpg");
}

#footer2 p {
	color: #663300;
	margin-top: 5px;
	font-size: 10px;
}

/* Logo Styles */
#logo {

	text-align: center;

	background-color: #996633;

	float: left;

	padding: 10px;

	height:116px	

}













