/* CSS Document */

body{ padding:0px;
margin:20px 0px;}

p{ font-family:Arial, Helvetica, sans-serif;

}

h1{}


div#container
{

	width:800px;
	height:auto;
	margin:0px auto;
	border:1px #000000 solid;

background-color:#B16937;
}

div#content img { border:#330066 1px solid;}

div#top{ float:right;}



a:link
{
	color: #330066;
}

a:visited
{
	color: #330066;
}

a:hover ,a:active
{
	color:#fff;
	
}
div#banner
{
	color: #fff;
	background-color: #333;
	width:800px;
	height:250px;
}

div#navigation
{
	float: left;
	width: 145px;
	padding-top: 2em;
	padding-left:2px;
	height:auto;
	background-color: #B16937;
}


#navigation a, #navigation a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  color:#fff; 
  display:block; 
  border:1px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.25em;
  margin:0.5em auto;
  background-color:#CF9563
  }

#navigation a:hover {
  color:#fff;
  border-color:#345 #cde #def #678;
  }


div#content
{
	margin-left: 150px;
	background-color: #CC9262;
	width:625px;
	padding: 10px;
	vertical-align: top;

}
div#content h1
{
	font-size: 2em;
	color:#330066;
	margin: 0;
	padding-top: 5px;
	font-weight: normal;
	height: auto;
	width: auto;
}

.headnav {
text-align: left;
color: #330066;
background-color:#7F3414;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:12px;
font-variant:small-caps;
text-decoration:underline;
padding-left:2px;}

div#footer
{
	text-align: right;
	font-size: 10px;
	width:800px;
	height:auto;
	margin:0px auto;
	background-color: #C27D44;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	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;
}

div#footer ul
{

padding: 0;
margin: 0;
list-style:none;
}

div#footer li
{
display:inline;
margin-right:1em;
}

