* {
	border:0;
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	background-color: #543e13;
}
#img-bar {
	height: 325px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 0px;
	background-color: #F9EFDC;
}
#nav li {
	width: 100px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #FFC;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
	float: left;
	list-style-type: none;
	padding-left: 20px;
	height: 75px;
	margin-top: -60px;
	color: #FFC;
	font-size: 13px;
}
#nav li:hover {
	background-color: #604A21;
}
#nav a:link {
	color: #FFC;
	text-decoration: none;
}
#nav a:hover {
	color: #999;
	text-decoration: none;
}
#nav a:visited {
	color: #FFC;
	text-decoration: none;
}
#nav a:active {
	color: #FF6;
	text-decoration: none;
}
#nav ul {
	float: left;
	margin-top: 0px;
	margin-left: 280px;
}
#header {
	background-image: url(../images/header-bg.png);
	height: 123px;
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 0px;
}
#content {
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-x;
	min-height: 700px;
}
#left-box {
	width: 300px;
	margin-left: 75px;
	float: left;
	color: #2A2009;
	margin-top: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-color: #674F18;
	border-right-color: #674F18;
	border-bottom-color: #674F18;
	border-left-color: #674F18;
}
#right-box {
	width: 300px;
	margin-right: 75px;
	float: right;
	color: #2A2009;
	margin-top: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-color: #674F18;
	border-right-color: #674F18;
	border-bottom-color: #674F18;
	border-left-color: #674F18;
}
a:link {
	color: #4F3D11;
}
a:hover {
	color: #224BDB;
}
a:active {
	color: #09F;
}
a:visited {
	color: #473E2D;
}
#footer {
	text-align: right;
}
#container {
	width: 900px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFC;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
	margin-right: auto;
	margin-left: auto;
}
