@charset "utf-8";
/* CSS Document */

.container {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color:#000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 760px;
}

body {
	background-color: #dec799;
}

#header{
	width: 760px;
}



#active_link{
	color: #f2e8d6;	
}

#footer{
	width: 740px;
	color: #7e6438;
	font-size: 14px;
	text-align: center;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #dcc49a;
	margin-left: -10px;
	padding-top: 10px;
}

#footer a {
	color: #7e6438;
	text-decoration: none;
}

#footer a:hover{
	color: #f2e8d6;
	text-decoration: none;
}


