﻿a:link {
	color: #008000;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
	color: #513a0e;
}
a:hover {
	text-decoration: underline;
	color: #FF8448;
}
a:active {
	text-decoration: none;
	color: #643F15;
}

body {
	background-color: #643f15;
	background-attachment: fixed;
	background-image: url("Images/back_repeat_horiz.gif");
	background-repeat: repeat-x;
	height: auto;
	line-height: 1.3;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: justify;
}
#container {
	font: italic normal normal 100% serif;
	background-image: url(center_back.jpg);
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: left;
	height: inherit;
	width: 770px;
	padding-bottom: 10px;
	background-color: #efe7d6;
	vertical-align: top;
}




h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a53e03;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 15px;
}


p {
}

    
