BODY {
	FONT-FAMILY: Ariel, sans-serif;
	COLOR: Black;
	BACKGROUND: #000 url(images/bg_overall.jpg);
	FONT-SIZE: 6pt;
	text-align: center;
}

.address {
	FONT-SIZE: small;
	BORDER: 0px 50px 50px;
}

.prices {
	FONT-SIZE: small;
}

IMG.inline {
	BORDER: medium solid black;
}

.bold {
	FONT-WEIGHT: bold;
}

.statements {
	FONT-SIZE: medium;
}

.shead {
	FONT-WEIGHT: bold;
	FONT-SIZE: Large;
}

A {
	COLOR: Blue;
}

A:Visited {
	COLOR: Blue;
}

.tr {
	BORDER: 0px -10px 0px -10px;
	OVERFLOW: hidden;
}


#frame-wrapper {
  width: 780px;
  margin: 0 auto;
  background: #e7d3ab;
  border-right: 2px #000 solid;
  border-left: 2px #000 solid;  
}

#frame {

 background: #e7d3ab;
 text-align: left;
}

#header {
  background: #D8C397 url(images/bg_header.jpg) top left no-repeat;
  height: 180px;
  overflow: hidden;
  text-align: right;
}

#header p {
  padding: 15px;
  margin: 0;
  font-size: 10pt;
}

#top-nav {
  background: #42300C url(images/bg_top_nav.jpg) top repeat-x;
  line-height: 26px;
  font-size: 12pt;
  color: #fff;
  border-top:1px #000 solid;
  border-bottom: 1px #000 solid;
}


#top-nav a:link, #top-nav a:visited, #top-nav a:active {
  color: #fff;
  display: block;
  float: left;
  text-decoration: none;
  padding: 0 12px;
  line-height: 26px;
}

#top-nav a:hover {
  color: #ff6;
  background: #950;
}



