html, body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
}
#wrap {
	background: #fff url("images/grad.jpg") repeat-y top center;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#content_area {
	width: 566px;
	background: #F0EBCD url("images/bg.jpg") repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}
#logo {
	padding-top: 17px;
	margin: 0;
	width: 200px;
	height: 50px;
	background: url("images/logo.gif") no-repeat 51px 17px;
}
#logo a {
	width: 200px;
	height: 50px;
	display: block;
}
#topmenu {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	margin: 3px 40px 0 0;
	padding: 0;
	color: #333;
}
#topmenu a:link, #topmenu a:visited {
	text-decoration: none;
	color: #333;
}
#topmenu a:hover, #topmenu a:active {
	text-decoration: underline;
	color: #112600;
}
#head {
	width: 484px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#head #left {
	background: url("images/b_left.gif");
	width: 176px;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0px;
}
#head #center {
	background: url("images/b_c.gif") no-repeat top left;
	width: 270px;
	position: absolute;
	height: 85px;
	top: 0;
	left: 176px;
}
#head #center img {
	margin-top: 4px;
}
#head #right {
	background: url("images/b_right.gif") no-repeat top left;
	width: 38px;
	height: 85px;
	top: 0;
	left: 446px;
	position: absolute;
}
#menu {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: small;
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
	width: 460px;
	letter-spacing: 0.15em;
	text-align: center;
	list-style: none;
	padding: 0;
}
#menu li {
	display: inline;
	white-space: nowrap;
	margin-left: 10px;
	margin-right: 10px;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #333;
}
#menu a:hover, #menu a:active {
	text-decoration: underline;
	color: #7B2900;
}

#content {
	margin: 20px 0 10px 0;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}
#content h1 {
	font-family: Times, Tahoma, Arial, sans-seif;
	font-size: large;
	color: #7B2900;
	font-weight: normal;
	letter-spacing: 0.2em;
	border-bottom: 1px dotted #7B2900;
	padding: 0;
}
#content h2 {
	font-family: Tahoma, Arial, sans-seif;
	font-size: 14px;
	color: #1E4200;
	font-weight: normal;
	letter-spacing: 0.2em;
}
#content h4 {
	font-family: Tahoma, Arial, sans-seif;
	font-size: 10px;
	color: #1E4200;
	font-weight: normal;
	letter-spacing: 0.2em;
	font-style: oblique;
	margin: 0px 0px -10px 0px;
}
#content p {
	line-height: 1.5;
	letter-spacing: 0em;
}
#content .divider {
	background: url("images/div.gif") repeat-x;
	height: 4px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#content .divider_fancy {
	background: url("images/div_fancy.jpg") no-repeat center top;
	height: 67px;
	width: 325px;
	margin-left: auto;
	margin-right: auto;
}

#foot {
	width: 487px;
	margin-left: auto;
	margin-right: auto;
	background: url("images/f_b.gif") no-repeat bottom left;
	height: 22px;
}
#foot p {
	background: #112600;
	color: #ccc;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	letter-spacing: 0.05em;
	margin: 0 4px 0 4px;
	padding: 0;
	text-align: center;
	height: 15px;
}
#bottom {
  background: url("images/bottom.jpg") no-repeat top center;
  height: 46px;
  width: auto;
}
#content p a:link {
	color: #7b2900;
}
#content p a:visited {
	color: #592D17;
}
#content p a:hover, #content p a:active {
	color: #D94800;
}
#content strong {
  font-weight: bold;
  color: #444;
  letter-spacing: 0.03em;
}
#content .pitch span {
  color: #1E4300;
  letter-spacing: 0.03em;
}
#content .quote {
  font-style: italic;
}
#content ul{
	list-style-type: circle;
}
#content li{
  margin-bottom: .2em;
}
.submenu {
  font-size: x-small;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.submenu a:link {
	color: #7b2900;
}
.submenu a:visited {
	color: #592D17;
}
.submenu a:hover, .submenu a:active {
	color: #D94800;
}
.submenu ul {
  margin: 0;
  padding: 0;
}
.submenu li {
  list-style: none;
  margin-right: 0.5em;
  padding: 0;
  display: inline;
}
#content .note {
  font-size: x-small;
}


