﻿@import url("layout.css");
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.8em;
	background-color: #764;
	background-image: url("../images/wood1.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 798px;
	border: 1px solid #431;
	background-color: #fff;
	background-image: url("../images/wood1.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #DECCA9;
	background-image: url("../images/wood1.jpg");
}
#content {
	float: left;
	width: 618px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
        border: 1px solid #431;
	
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #DECCA9;
	background-image: url("../images/wood1.jpg");
}
#contentnavigation {
	position: relative;
	float: left;
	width: 618px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#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 #DECCA9;
	background-color: #fff;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #DECCA9;
	background-color: #DECCA9;
	background-image: url("../images/wood1.jpg");
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
}
#navlayer {
	height: 127; width: 136;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #c82;
	text-align: center;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_bold_ul {
	font-weight: bold;
	text-decoration: underline;
}
.divborderstyle {
	border: thin solid #000000;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}

.style_ul {
	text-decoration: underline;
}

.exp 	{
	font-size: smaller;
	float: right;
	font-style: italic;
}
.emp	{font-size: medium;
	 font-weight: bold;
}
