@charset "utf-8";
#navcol ul li {
	padding-top: 20px;
	display: inline-table;
	list-style-type: none;
	font-weight: bolder;
}
#container #navcol div {
	margin-top: 105px;
}


#navcol {
	display: block;
	float: left;
	width: 150px;
	height: auto;
	background-image: url(images/navcol.jpg);
	padding: 0px;
	margin: 0px;
}
#linkbar {
	background-repeat: repeat;
	height: auto;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	background-image: url(images/linkbar.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #29110F;
	background-color: #80614C;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #270F0B;
	border-right-color: #270F0B;
	border-bottom-color: #270F0B;
	border-left-color: #270F0B;
}
#footer {
}

#container #linkbar ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	height: 700px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(images/mainbkgrnd.jpg);
}


#content {
	width: 600px;
	float: right;
	margin: 15px;
	padding-right: 15px;
}
#content a:link {
	font-weight: bolder;
	text-decoration: underline;
}

#header {
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#banner {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#footer {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: lighter;
	color: #C7A539;
	text-align: right;
	background-image: url(images/linkbar.jpg);
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2A110D;
	border-right-color: #2A110D;
	border-bottom-color: #2A110D;
	border-left-color: #2A110D;
	padding: 5px;
	height: 30px;
}

