/* CSS Document */
html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	min-width: 700px;
}
p{margin:0 10px 10px}
a{display:block;color: #006;padding:10px}

div#container{
	width:100%;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
}
div#container{text-align:left}

div#navigation{
	float:left;
	height:498px;
	width:20%;
	background-image: url(img/nav_bg.jpg);
	background-repeat: repeat-x;
	}
div#navigation p{line-height:1.4}

ul#navlist
{
	width: 158px;
	\width: 160px;
	w\idth: 158px;
	padding: 0px;
	border: 1px solid #808080;
	border-top: 0px;
	margin: 0px;
	font: bold 12px verdana,helvetica,arial,sans-serif;
	background-color: #BCA989;
	margin-left: 3px;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #808080;
}

ul#navlist li a
{
	display: block;
	width: 122px;
	\width: 158px;
	w\idth: 122px;
	padding: 4px 8px 4px 8px;
	border: 0px;
	border-left: 20px solid;
	text-decoration: none;
	text-align: right;
	background-color: #BDAA8A;
	border-left-color: #701713;
}

ul#navlist li a:link {
	color: #000000;
}
div#navigation li a:visited {
	color: #000000;
}

ul#navlist li a:hover
{
	border-color: #BEAB8B;
	color: #701713;
	background-color: #ECE5D8;
}
div#header{
	float:right;
	height:100px;
	width: 80%;
	background-image: url(img/head_bg.gif);
	background-repeat: repeat-x;
}
div#header{
}
div#header h1{
	font: Times;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: 300;
}

div#content{
	float:right;
	clear:right;
	height:398px;
	width:80%;
	background-image: url(img/cont_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
}
div#content{
	background-color: #FFFFFF;
}

div#content h2{
	text-indent: 10px;
	}
div#footer{
	clear:both;
	width:100%;
	background-color: #B3A07F;
	border-top-color: #670B12;
	border-top: 1px;
	border-bottom: 1px;
	border-bottom-color: #670B12;
	border-top-style: solid;
	border-bottom-style: solid;
}
div#footer{
	color: #000000
}
div#footer p{
	margin:0;
	padding:5px 10px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
div#footer a{display:inline;padding:0;color: #C6D5FD}
