body
{
  background-color:#584b4c;
  background-repeat:repeat-y;
  margin:30px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  border:0px;
  color:#e3cfb9;
  font-family:'tahoma';
  font-size:12px;
}

div
{
  padding:0px;
  margin:0px;
}

h1
{
  font-family:'tahoma';
  font-size:16px;
  font-weight:normal;
  color:#e3cfb9;
  padding-top:0px;
  margin-top:0px;
  padding-bottom:5px;
  margin-bottom:5px;
  
}

a:link
{
  color:#e3cfb9;
  font-family:'tahoma';
  font-size:12px;
  font-weight:bold;
  text-decoration:none;  
}

a:visited
{
  color:#e3cfb9;
  font-family:'tahoma';
  font-size:12px;
  font-weight:bold;
  text-decoration:none;  
}

a:active
{
  color:#e3cfb9;
  font-family:'tahoma';
  font-size:12px;
  font-weight:bold;
  text-decoration:none;  
}

a:hover
{
  color:#7e5a3f;
  font-family:'tahoma';
  font-size:12px;
  font-weight:bold;
  text-decoration:none;  
}

#centerDiv
{
	width:759px;
  padding:0px 10px 0px 11px;
  margin:0px auto;
  background-image:url('../images/layout/bg_repeat.jpg');
  background-repeat:repeat-y;
  position:relative;
}

#footer
{
  width:780px;
  text-align:center;
  font-size:12px;
  color:#000000;
  margin:0px auto;
  padding-bottom:15px;
}

#footer a
{
  color:#000000;
}

#header
{
  width:780px;
  background:url('../images/layout/logo.jpg');
  height:229px;
  margin:0px auto;
  overflow:hidden;
}

#menuBar
{
  height:24px;
  width:735px;
  padding:4px 0px 0px 10px;
  background:#010000;
}

#bottomBorder
{
  height:20px;
  width:780px;
  margin:0px auto;
  text-align:center;
  background-image:url('../images/layout/bottom_border.jpg');
  overflow:hidden;
}

#mainBody
{
  height:504px;
  width:744px;
  overflow:hidden;
  background-image:url('../images/main/main_graphic.jpg');
}

#flashBody
{
  border:1px solid #997c6c;
  width:743px;
  height:502px;
  background-color:#512816;
}

#secondaryBody
{
  height:486px;
  width:714px;
  padding:20px 5px 5px 25px;
  overflow:hidden;
  background-image:url('../images/layout/page_background.jpg');
}

.bold
{
  font-weight:bold;
}

.secondaryButton
{
  background-color:#231f20;
  color:#7e5a3f;
  padding: 5px 5px 5px 5px;
  float:left;
  margin-right:15px;
  cursor:pointer;
}