body {
background:#7A6248;
margin: 0;
}

	
#container {
margin:0 auto;
width: 684px;
background: #C6D4DF url(bg.jpg) top left repeat-y;
z-index: 1;
}

img { border:0;}
	
#banner {
margin-left: auto;
margin-right:auto;
width: 684px;
height:280px;
background: url(head.jpg) top left no-repeat;
z-index: 2;
}

#left{
float:left;
width: 150px;}


#right{
float:right;
width: 534px;
}


	
#footer {   
margin-left: auto;
margin-right:auto;
width: 684px;
}

		
.nav {
padding-top: 20px;
padding-right: 20px;
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing:1px;
	text-align:right;
	color:#E68E97;

	}
.nav a, .nav a:link,  .nav a:active, .nav a:visited {
	text-decoration: none;
	color:#866A4C;
	}

.nav a:hover {
	color: #443525;
	text-decoration: none;
	text-transform: uppercase;
        background: none;
	}
	
.content {
	padding: 5px 30px 5px 20px;
	color: #A1815F;
	text-align:left;
	font-family: Lucida Grande,Verdana, Arial, sans-serif;
	font-size:11px;
	}

.content p {
	color: #A1815F;
	font-family: Lucida Grande,Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	}

.content blockquote {
	line-height: 150%;
	}

.content ul {
	padding-left:8px;
	margin-left:8px;
	line-height: 150%;
	}
	
h2, h3 {
	color: #866A4C;
        padding-bottom: 2px;
        padding-left: 4px;
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px dashed #866A4C;

	}


a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#866A4C;
	}

a:hover {
	color: #3F250A;
        background: #66533E;
	text-decoration:none;
	}

	
input, textarea, select {

	color: #A1815F;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #574634;
	border: 1px solid #A1815F;}