/* CSS Document */

img {border:0px;}

.clear {clear:both;}

body {font-family:Arial, Helvetica, sans-serif;
font-size:12px;}

#footer a {color:#956f4b;}

#footer a:hover {
text-decoration:none;}


/* navigation
===============================================*/

.nav ul {
list-style-type: none;
padding: 0px;
margin: 25px 0px 0px 7px;
width:141px;
}

.nav li {
background-image:none;
}

.nav li a {
	color:#fff;
	text-decoration: none;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	line-height:26px;
	padding-left:2px;
	margin:0px;
}


.nav li a:hover {
color: #664433;
text-decoration: none;
}

#home .nav .home a
{visibility: hidden;}

/* layout 
===============================================*/
html{ 
height: 100%;
margin-bottom: 1px;
}

body {
background-color: #664433;
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}

#wrapper {
background-color:#dfd5b8;
border: 1px solid #cccc99;
width: 800px;
margin-bottom:11px;
float:left;
}

#navholder {
width:141px;
height:596px;
background:url(../images/hp_nav.jpg) no-repeat;
padding:0px;
margin:0px;
float:left;}

#img {
float:left;
width:652px;
height:596px;
border:0px;
}

#kicker
{float:right;
width:800px;
height:94px;
border:0px;}



	
