body {
	background-color: #849972;
	font-size: 14px;
	color: #6c4420;	
}

a {
	color: #6c4420;
}

a:hover {
	text-decoration: none;
}

p {
	text-align: justify;
}

#main-wrapper {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fee7b0;
}

#logo {
	width: 392px;
	margin-left: auto;
	margin-right: auto;
}

/********** NAVIGATION **********/

#nav {
	height: 30px;
	border-top: 1px solid #6c4420;
	border-bottom: 1px solid #6c4420;
	background-color: #cdc;
}

#nav li {
	float:left;
	padding-left: 75px;
    position:relative;
    list-style: none;
    z-index: 5;
}

#nav li a {
	text-decoration: none;
	color: #6c4420;
}

#nav li a:hover {
	text-decoration: none;
	background-color: #849972;
}

#nav li a, #nav li a:hover {
     display:block;
     line-height:10px;
     padding:10px;
     text-align: center;
}

ul li ul, ul li:hover ul li ul {
     display: none;
}

ul li:hover ul {
     display:block;
     position:absolute;
     height: 36px;
}

ul li:hover ul li a {
     display:block;
     text-align:left;
     background-color: #cdc;
     width: 150px;
     margin-left: -100px;
     border-left: 1px solid #6c4420;
     border-bottom: 1px solid #6c4420;
}

/********** MAIN CONTENT **********/

#left-col {
	float: left;
	width: 400px;
	padding: 10px;
}

#right-col {
	float: right;
	width: 490px;
	padding: 20px;
}

#full-col {
	width:800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

/********** FOOTER **********/

#footer {
	clear: both;
	font-size: 12px;
	border-top: 1px solid #6c4420;
	padding: 10px;
	text-align: center;
}

#credit {
	font-size: 10px;
}