#container, #header, #left, #middle, #footer, #menu {
  margin: 0;
  padding: 0;
}
#container {
	width: 700px !important;
	width: 708px;
	margin: 10px auto 10px auto;
	border: solid 1px #c0c0c0;
	display: block;
	text-align: left;
	position: relative;
	padding:3px;
	background-color: #ffffff;
}
#header {
  width: 100%;
  height: 110px;
  background-image:url('gfx/logo2.jpg');
  background-repeat:no-repeat;
}
#left {
	float: left;
	width: 178px !important;
	width: 180px;
	height: 500px;
	min-height: 500px;
	display: inline;
	background-color: #ecc67d;
	background-image: url(gfx/bg.gif);
	border-right:1px solid #7b1c1b;
	border-left:1px solid #9c3836;
}
#content {
	float: left;
	width: 520px;
	height: auto !important;
	height: 370px;
	min-height: 370px;
	display: inline;
	padding-bottom:10px;
}
#footer {
	clear: both;
	width: 100%;
	height: 30px !important;
	height: 33px;
	border-top: 3px double #c0c0c0;
	font-size: 10px;
	color: #999999;
}
#menu {
  top: 120px;
  left: 13px;
  width: 160px;
  height: 300px;
  position: absolute;
}

* { font-family: Verdana, Arial, Trebuchet, Helvetica, Sans-Serif; }
html { margin: 0; padding: 0; font-size: 11px; }
body {
	color: #000;
	margin: 0 0 10px;
	padding: 0;
	background-color: #77180e;
	text-align:center;
}

#footer ul {
  top: 10px;
  left: 10px;
  bottom: 5px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
#footer li {
  display: inline;
  padding: 0 5px 0 5px;
  border-right: solid 1px #999999;
}
#footer #rightfooteritem {
  border-right: solid 1px #FFFFFF;
}
#footer a, #footer a:hover {
  color: #8e2624;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#menu ul{
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
	width: 160px;
	text-align: left;
}

#menu ul li a {
	background: url(gfx/a1.gif) no-repeat 2px center;
	font-weight:bold;
	font-size:10px;
	color: #F5F3E9;
	display: block;
	width: auto;
	padding: 5px 0 5px 20px;
	text-decoration: none;
	border-bottom: 1px solid #7b1c1b;
	border-top: 1px solid #9c3836;
}
#menu ul li a#topmenuitem {
	border-top: none;
}
#menu ul li a#bottommenuitem {
	border-bottom: none;
}
* html #menu ul li a {
	width: 160px;
}
#menu ul li a:visited, #menu ul li a:active {
	color: #F5F3E9;
}
#menu ul li a:hover {
	color: #FFFFFF;
	background-color: #9d3331;
	background-image:url(gfx/a2.gif);
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #5e0200;
	text-decoration: none;
	margin:10px 10px 15px;
	padding:0 10px 1px;
	font-weight: normal;
	border-bottom:1px solid #CCCCCC;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #800402;
	text-decoration: none;
	margin:30px 10px 15px;
	padding:0 10px 1px;
	font-weight: normal;
	border-bottom:1px solid #CCCCCC;
}
h2 a, h2 a:hover, h2 a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #800402;
	text-decoration: none;
}
p {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	margin:10px 10px 5px;
	padding:0 10px 1px;
	font-weight: normal;
}
.quotes {
	float: left;
	width: 500px !important;
	width: 498px;
	height: auto;
	padding: 5px 5px 10px;
	margin:25px 5px 20px;
	background-color: #FFFF99;
	border: 1px solid #c0c0c0;
}
.quotes h2 {
	margin:0px 0px 15px;
	padding:0 9px 1px;
	border-bottom:1px solid #BBBBBB;
}
.quotes p {
	margin:10px 0 0;
	padding:0 9px 0;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #800402;
	text-decoration: none;
	margin:20px 10px 10px;
	padding:0 10px 1px;
	font-weight: normal;
}
p a, p a:hover {
  color: #8e2624;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

