/*  body and font definitions */
html {
  padding:0px;
  margin:0px;
}
body {
  background-color: #4E595C;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#4E595C;
  padding:0px;
  margin:0px;
}
p, h2, pre {
  margin: 0px;
  padding: 5px 20px 5px 20px;
}
a {
  color: #707070;
  font-size: 15px;
  background-color:transparent;
  text-decoration: none;
}
a.footer { 
  color: #DBBC79;
}
a.side { 
  color: #C2C2C2;
  text-decoration: underline;
}
a.main { 
  color: #8F7B4F;
  text-decoration: underline;
  font-weight: bold;
}
a.menu
{
  display: block;  /* Anchor tags are default "display: inline" */
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #4E595C;
  width: 135px;
  border: 1px solid #DBBC79;
  background-color: #C2C2C2;
}
a.menu:hover
{
  display: block;  /* Anchor tags are default "display: inline" */
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #4E595C;
  background-color: #4E595C;
  width: 135px;
  border: 1px solid #DBBC79;
  background-color: #DBBC79;
}
pre {
  color: #564b47;
  font-size: 11px;
  background-color:transparent;
  font-family: Courier, Monaco, Monospace;
}
.alignright {
  margin-top: 0;
  text-align: right;
  font-size: 10px;
}
h2 {
  font-size:14px;
  padding-top:10px;
  color: #C2C2C2;
  background-color: transparent;
}
h1 {
  font-size: 11px;
  text-align: right;
  color: #C2C2C2;
  background-color: #4E595C;
  padding:5px 15px;
  margin:0px
}
strong {
  font-size: 15px;
  text-decoration: bold:
}
/*  positioning-layers static and absolute */
#left {
  position: absolute;
  left: 0px;
  width: 190px;
  color: #DBBC79;
  margin: 0px;
  padding: 0px 0px 0px 20px;  
}
#content {
  margin: 0px 190px 0px 190px;
  /*border-left: 5px solid #C2C2C2;*/
  /*border-right: 5px solid #C2C2C2;*/
  padding: 0px;
  background-color: #DBBC79;
}
#right {
  position: absolute;
  right: 0px;
  width: 190px;
  color: #DBBC79;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
#header1 { 
  font-family: Parkavenue, cursive;
  font-size: 36px;
  text-transform:uppercase;
  text-align: right;
  text-decoration: bold;
  color: #C2C2C2;
  background-color: #4E595C;
  padding:0px 180px 0px 0px;
  margin:0px
}
#header2 { 
  font-family: Parkavenue, cursive;
  font-size: 20px;
  text-transform:uppercase;
  text-align: right;
  text-decoration: bold;
  color: #C2C2C2;
  background-color: #4E595C;
  padding:0px 180px 0px 0px;
  margin:0px
}

/*--------------------------------------*/
/* Below is needed for rounded corners  */
/* of the different sections            */
/*--------------------------------------*/
.rtop, .rbottom {
  display:block;
}
.rtop *, .rbottom * {
  display: block; 
  height: 1px; 
  overflow: hidden
}
.r1 {
  margin: 0 5px
}
.r2 {
  margin: 0 3px
}
.r3 {
  margin: 0 2px
}
.r4 {
  margin: 0 1px; 
  height: 2px
}
