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

#container {
	margin: auto;
	width: 900px;
	background-color: #FFFFFF;
}
body {
	background-image: url(images/bg1.jpg);
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #542C10;
	background-repeat: repeat;
	background-color: #594219;
}
a {
	text-decoration: none;
	color:#733b16;
	font-weight: bold;
	font-size: 14px;
}

a:hover{
color:#CC9900;
}
#navbar {
	width: 152px;
	height: auto;
	background-image: url(images/menu.gif);
	padding-top: 20px;
	margin-top: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
}


#content {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #996600;
	border-bottom-color: #996600;
	width: 896px;
	text-align: center;
}
#header {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #996600;
}
#footer {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #996600;
	padding-bottom: 15px;
	line-height: 12px;
}
#footer a {
	font-size: 10px;
	color: #996600;
	font-family: "Trebuchet MS";
}
