@charset "utf-8";
/* CSS Document */
body {
	background: #4d3a2f;
	margin-top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #a6849e;
	text-decoration:none;
}

a:hover {
	color: #a6849e;
	text-decoration: none;
}

#wrapper {
	width: 700px;
	background: #b2a681;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
}

#header {
	width: 700px;
	height: 150px;
	background: url(images/header.jpg) center no-repeat;	
}

#navigation {
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 0px 15px;
	width: 125px;
	height: auto;
	float: left;
	background-color: #ffffff;
	color: #333333;
}

#navigation ul {
    display: inline;
	font-size: 17px;
}

#navigation ul li {
    display: inline;
	margin: 0 auto;
	text-align: left;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navigation ul li a {
	color: #4d3a2f;
	background: #ffffff;
	text-decoration:none;
}

#navigation ul li a:hover {
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	background: #b2a681;
	border: medium;
	border-color: #4d3a2f;
	text-decoration: none;
}

.navcurrent {
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	background: #b2a681;
	border: medium;
	border-color: #4d3a2f;
	text-decoration: none;
}

#content {
	padding: 0px 50px 0px 0px;
	width: 650px;
	height: auto;
	float: right;
	background-color: #ffffff;
	color: #4d3a2f;	
}

br.clear {
	clear:both; 
}

#footer {
	width: 700px;
	height: auto;
	padding: 3px 0px 3px 0px;
	background-color: #a6849d;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #333333;
	text-decoration:none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}