/* CSS Document */

body, html, ul {margin:0; padding:0;}
body {
	background-color:#a17461;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100.01%;
	color:#555;
	text-align:center;
	background-image: url(../img/img01.jpg);
	background-repeat: repeat-x;
}
#container {
	text-align:left;
	margin:1em auto;
	width:760px;
	font-size:80%;
	background-color:#5e4143;
	background-image: url(../img/img04.gif);
	color: #FFFFFF;
	background-repeat: repeat-x;
}
#header {
	padding:0px;
	background-image: url(../img/banner3.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 73px;
	background-color: #5e616a;
}
#sidebar {
	float:left;
	width:21%;
	margin:10px 0 0;
	display:inline;
	color: #FFFFFF;
	padding-top: 10px;
}
#content {
	float:right;
	width:75%;
	margin:5px 0;
	display:inline;
	padding:0 8px;
}
#content p {
	font-weight: bold;
}


#footer {
	clear:both;
	padding:5px;
	border-top: 1px solid #3b4c80;
}
#footer p {margin-left:10px;}

#navigation {margin-left:10px;}
#navigation li{list-style: none;border-bottom:1px solid #a5a7bc;}
#navigation a {font-weight:bold;color:#FFFFFF;padding:5px;display:block;border-bottom:none;}
#navigation a:link, #navigation a:visited {  color:#FFFFFF; display:block;text-decoration: none; }
#navigation a:hover, #navigation a:focus, #navigation a:active {color: #455789;background-color:#aba2c8;}

a:link {color: #66FF00; text-decoration:underline;}
a:visited {color: #66FF00; text-decoration:underline;}
a:focus, a:hover, a:active {color: #333366; text-decoration:none;background-color:#aba2c8;}

h1 {
	margin:0;
	font-size: 1.1em;
	padding-top: 15px;
}
#float {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
#clear {
	clear: both;
}

