body {
	background: #fff url('images/background-webdesign.jpg') no-repeat top left fixed;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #000;
	line-height: 1.5em;
}
#container {
	
	width: 900px;
	margin: 0 auto;
	padding: 0;
}


#header {
background: #470701;
 width: 900px;
  margin: 0 auto;
 padding: 0;
 height: 60px;
 
}

/*#header h1 {
	text-indent: -5000px;
  background: 102% 35% url(images/logo.gif) no-repeat;
  height: 60px;
  margin-top: 5px;
  }*/
#content {
width:750px;

	margin: 0;
	
}

#nav {
width:900px;
background: #470701;

	padding: 0;
	margin: 0;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	height: 42px;
	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	padding: 10px;
	margin: 0;
	border: 1px solid #B78E96;
	background: #DEBC8F;
	text-decoration: none;
	
}

/*#nav li a:link { color: #000; }
#nav li a:visited { color: #fff; }*/

#nav li a:hover {
	color: #fff;
	background: #742006;
}	
#nav li a#current {
	background: #FFFFCC;
	border-bottom: 1px solid #882607;
	color:#882607;
	font-size: 1.5em;
}


.image {
 align:center;
 width:350px;
}


#footer {
	
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	
	color: #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	
}


a:hover, a:active a:visited{
	
	color: #666;
	text-decoration: none;
	
}
h1 {
	color: #FFFFCC;
	border-bottom: 10px solid #742006;
	margin: 0;
	/*padding: 10px 0 1px 0;*/
	font-size: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
h2 {
	color: #F0E6DA;
	background-color:#742006;
	border-bottom: 10px solid #D9B17D;
	margin: 0;
	
	font-size: 16px;
}
h3
{color:#F0E6DA;
background-color:#DEBC8F;
font-size: 16px;}
