/* --------------------------------------------------------------------------- *
 *
 *   $Id: intro.css 5 2007-01-30 16:28:09Z sicrash $
 *
 * --------------------------------------------------------------------------- */

@import "sweetTitles.css";



body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: #5C5A53;
  background-color: #534B4B;
}

h3 {
  color: #731F0B;
  width: 100%;
  font: bold 1.3em/160% "Trebuchet MS", "Century Gothic", Tahoma, Arial, sans-serif;
  margin: 0;
}

a, a:hover, a:visited {
    color: #731F0B;
    text-decoration: none;
}


.imagetext span {
    display: none;
}



/********************************************************************
 * layout
 ********************************************************************/

#main {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    background: url(../img/bg.jpg) center repeat-y;
    padding: 1em 1em 1em 2em;
}

#header {
    height: 30px;
    background: url(../img/top.jpg) center no-repeat;
}

#footer {
    font: normal 9px/160% Arial, Verdana, Helvetica, "Lucida Grande";
}

#bottom {
    height: 30px;
    background: url(../img/bottom.jpg) center no-repeat;        
}

#content {
    width: 100%;
    height: 500px;
    padding: 7px;
}


ul {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
    text-align: center;
}

li {
    float: left;
    padding-left: 75px;
}

#welcome{
    color: #731F0B;
    width: 159px;
    height: 55px;
    background: #FFF url(../img/welcome.jpg) no-repeat;
}

#titleimg {
  text-align: center;
  padding: 30px;
}