body {
margin: 0px;
}

#page {
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 80%; color: #999999;
}
.page1 {
background: #fff url(/images/page/bg1.gif) repeat-x top left;
}
.page2 {
background: #fff url(/images/page/bg2.gif) repeat-x top left;
}
.page3 {
background: #fff url(/images/page/bg3.gif) repeat-x top left;
}
.page4 {
background: #fff url(/images/page/bg4.gif) repeat-x top left;
}
.page5 {
background: #fff url(/images/page/bg5.gif) repeat-x top left;
}
.page6 {
background: #fff url(/images/page/bg6.gif) repeat-x top left;
}
.page7 {
background: #fff url(/images/page/bg7.gif) repeat-x top left;
}
.page8 {
background: #fff url(/images/page/bg8.gif) repeat-x top left;
}
.page9 {
background: #fff url(/images/page/bg9.gif) repeat-x top left;
}
.page10 {
background: #fff url(/images/page/bg10.gif) repeat-x top left;
}
.page11 {
background: #fff url(/images/page/bg11.gif) repeat-x top left;
}
.page12 {
background: #fff url(/images/page/bg12.gif) repeat-x top left;
}

#container {
border: 0px;
width: 778px;
margin: 0 auto;
}
.container1 {
background: #fff url(/images/container/background1.gif) top center no-repeat;
}
.container2 {
background: #fff url(/images/container/background2.gif) top center no-repeat;
}
.container3 {
background: #fff url(/images/container/background3.gif) top center no-repeat;
}
.container4 {
background: #fff url(/images/container/background4.gif) top center no-repeat;
}
.container5 {
background: #fff url(/images/container/background5.gif) top center no-repeat;
}
.container6 {
background: #fff url(/images/container/background6.gif) top center no-repeat;
}
.container7 {
background: #fff url(/images/container/background7.gif) top center no-repeat;
}
.container8 {
background: #fff url(/images/container/background8.gif) top center no-repeat;
}
.container9 {
background: #fff url(/images/container/background9.gif) top center no-repeat;
}
.container10 {
background: #fff url(/images/container/background10.gif) top center no-repeat;
}
.container11 {
background: #fff url(/images/container/background11.gif) top center no-repeat;
}
.container12 {
background: #fff url(/images/container/background12.gif) top center no-repeat;
}

#header {
/* position: relative; */
height: 250px;
}
.header1
{
background: url(/images/header/bg_image1.jpg) top center no-repeat;
}
.header2
{
background: url(/images/header/bg_image2.jpg) top center no-repeat;
}
.header3
{
background: url(/images/header/bg_image3.jpg) top center no-repeat;
}
.header4
{
background: url(/images/header/bg_image4.jpg) top center no-repeat;
}
.header5
{
background: url(/images/header/bg_image5.jpg) top center no-repeat;
}
.header6
{
background: url(/images/header/bg_image6.jpg) top center no-repeat;
}
.header7
{
background: url(/images/header/bg_image7.jpg) top center no-repeat;
}
.header8
{
background: url(/images/header/bg_image8.jpg) top center no-repeat;
}
.header9
{
background: url(/images/header/bg_image9.jpg) top center no-repeat;
}
.header10
{
background: url(/images/header/bg_image10.jpg) top center no-repeat;
}
.header11
{
background: url(/images/header/bg_image11.jpg) top center no-repeat;
}
.header12
{
background: url(/images/header/bg_image12.jpg) top center no-repeat;
}

#quote {
/* position: absolute; */
/* left: 0px; */
/* top: 250px; */
height: 75px;
}
.quote1 {
background: url(/images/quote/quote1.jpg) top center no-repeat;
}
.quote2 {
background: url(/images/quote/quote2.jpg) top center no-repeat;
}
.quote3 {
background: url(/images/quote/quote3.jpg) top center no-repeat;
}
.quote4 {
background: url(/images/quote/quote4.jpg) top center no-repeat;
}
.quote5 {
background: url(/images/quote/quote5.jpg) top center no-repeat;
}
.quote6 {
background: url(/images/quote/quote6.jpg) top center no-repeat;
}
.quote7 {
background: url(/images/quote/quote7.jpg) top center no-repeat;
}
.quote8 {
background: url(/images/quote/quote8.jpg) top center no-repeat;
}
.quote9{
background: url(/images/quote/quote9.jpg) top center no-repeat;
}
.quote10 {
background: url(/images/quote/quote10.jpg) top center no-repeat;
}
.quote11 {
background: url(/images/quote/quote11.jpg) top center no-repeat;
}
.quote12 {
background: url(/images/quote/quote12.jpg) top center no-repeat;
}

#content {
line-height: 200%;
position: relative;
left: 30px;
margin-top: 1em;
width: 700px;
background-color: #FFFFFF;
}

#content p
{
margin-left: 20px;
margin-right: 20px;
}

#content a:active, a:visited, a:link
{
color: #666666;
text-decoration: underline;
}
#content a:hover
{
color: #999999; 
text-decoration: none;
}



#topmenu {
position: relative;
top: 13px;
left: 30px;
width: 540px;
font-size:93%;
margin: 0;
line-height:normal;
height: 41px;
  }
#topmenu ul {
  margin:0;
  padding:0px 0px 0 2px;
  list-style:none;
  }
#topmenu li {
  display:inline;
  margin:0;
  padding:0;
  }
#topmenu a {
  float:left;
  background:url(images/menuleft.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#topmenu a span {
  float:left;
  display:block;
  background:url(images/menuright.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#584036;
  }
  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */
#topmenu a:hover span {
  color:#584036;
  }
#topmenu a:hover {
  background-position:0% -42px;
  }
#topmenu a:hover span {
  background-position:100% -42px;
}

/* not used currently */

h1 {
color: #584036; 
text-align: center;
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 120%; color: #999999;
}
.floatright {
	float: right; 
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #666;
	padding: 2px;
	clear: right;
	}

.floatleft {
	float: left; 
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #666;
	padding: 2px;
	clear: left;
	}


.floatcenter {
      display: block;
      margin-left: auto;
      margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 2px;
	clear: all;
	} 