/*
  ------------------------------------------
  112th Ave. CSS
  Made in 2007
  Copyright March 4 Web Solutions.
  ------------------------------------------
*/

/*
  ---------------------
  Basic default elements.
  ---------------------
*/

body,
html {
  margin: 0;
  padding: 0;
}

body {
  background: #e0dace url('../images/112_bg.jpg');
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

img {
  border: 0;
}

pre {
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  text-align: left;
  padding: 10px;
}

input, textarea {
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  text-align: left;
  border: 1px solid black;
}

/*
  ---------------------
  Basic design elements.
  ---------------------
*/

#toparea {
  width: 100%;
  height: 152px;
  background: transparent url('../images/112_bgtop.jpg') repeat-x;
  border-bottom: 1px solid #9e8865;
}

#toparea img {
  margin-top: 27px;
}

#borderwrap {
  width: 620px;
  text-align: left;
  margin: 0 auto;
  border: 1px dashed #938f87;
  background: #eceae7 url('../images/112_mainbg.jpg') repeat-y;
}

#mainarea {
  border: 1px solid white;
  width: 618px;
  background: transparent url('../images/112_bgmenu.gif') top left repeat-y;
}

#bottom {
  clear: both;
}

/*
  ---------------------
  The menu.
  ---------------------
*/


#menu {
  float: left;
  width: 168px;
  padding: 5px;
  padding-top: 45px;
  text-align: center;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 13px;
}

#menu ul,
#menu ul li {
  margin: 6px 0 6px 0;
  padding: 0;
  list-style-type: none;
}

#menu ul li a {
  padding: 2px 5px 3px 5px;
}

#menu ul li a:link,
#menu ul li a:visited {
  color: #494336;
  text-decoration: none;
  cursor: pointer;
}

#menu ul li a:hover,
#menu ul li a:active {
  color: black;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #f9f9f9;
}

/*
  ---------------------
  The main text area.
  ---------------------
*/

#maintext {
  width: 440px;
  float: right;
  margin: 0;
  min-height: 450px;
  _height: 450px;
  text-align: center;
  color: #625744;
}

#maintext span a:link,
#maintext span a:visited {
  color: #494336;
  text-decoration: underline;
  cursor: pointer;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 13px;
  padding: 10px;
}

#maintext span a:hover,
#maintext span a:active {
  color: black;
  text-decoration: none;
}

.title {
  font-family: Georgia, Palatino Linotype, serif;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  margin: 45px 0px 5px 5px;
}

.copyright {
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
  text-align: right;
  position: relative;
  bottom: 5px;
  right: 5px;
}

.copyright a:link,
.copyright a:visited {
  color: #494336;
  text-decoration: underline;
  cursor: pointer;
  font-family: Trebuchet MS, Verdana, sans-serif;
}

.copyright a:hover,
.copyright a:active {
  color: black;
  text-decoration: none;
}