/* CSS Document */
body
{
  margin: 0;
  padding: 0;
  background-color:#a29086;
  text-align:center;
  background-image:url(images/background.jpg);
  font-size:85%;
  font-family:Arial, Helvetica, sans-serif;
  color:#5e544e;
}

h1, h2, h3, h4, h5, h6
{
  margin-top: .5em;
  margin-bottom: 0;
}

p
{
  margin-top: 0;
  margin-bottom: 1em;
}

form
{
  margin: 0;
}

img
{
  border: none;
}

.clearall
{
  clear: both;
  overflow: hidden;
  height: 1px;
}

.row
{
  clear: both;
  padding-top: .1em;
}

.lcol
{
  float: left;
  text-align: right;
}

.rcol
{
  text-align: left;
  float: right;
}

.smaller
{
  font-size: 90%;
}
.center{
text-align:center;
}
/******* Main Body ******/
#wrapper{
	width:754px;
	margin:auto;
}
#header{
	position:relative;
	width:754px;
	height:257px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#navigation {
	position:absolute;
	top:51px;
	left:3px;
	width:446px;
	font-size:12px;
	color:#404932;
	/*display:inline;
	width:100%;*/
	padding-top:4px;
	padding-bottom:4px;
}
#navigation ul {
	margin: 0;
	padding-left: 0;
	display: inline;
	} 

#navigation ul li {
	margin-left: -3px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-left: 1px solid #a29086;
	list-style: none;
	display: inline;
	}
		
#navigation ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
#navigation ul li.last {
	margin-left: 0;
	list-style: none;
	border-right: 1px solid #a29086;
	display: inline;
	}
#navigation li a {
		font-size:110%;
		padding: 4px 12px 4px 12px;
		color: #634244;
		text-decoration: none;
		width: 110%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		}
html>body #navigation li a {
		width: auto;
		
		}

#navigation li a:hover {
		padding: 4px 12px 4px 12px;
		background-color: #ad968a;
		color: #fff;
		}
#body{
	background-image:url(images/body_tile.jpg);
	background-repeat:repeat-y;
	width:738px;
	padding:8px;
	}
#footer{
	background-image:url(images/footer.jpg);
	width:754px;
	height:71px;
	position:relative;
	}
#copyright{
	position:absolute;
	top:20px;
	left:5px;
	color:#000000;
	width: 162px;
}
.alternate {
	background-color:#FFFFFF
}	
.table-head{
	background-color:#a18f86;
	color:#ffffff;
	font-weight:bold;
}
a:link{
	color:#990000;
}
a:visited{
	color:#990000;
}
a:hover{
	text-decoration:none;
	color:#000000;;
}
