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

@import "sweetTitles.css";

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

body {
  font-family: "Trebuchet MS", "Century Gothic", Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: bold;  
  color: #5C5A53;
  background-color: #534B4B;
}
a, a:hover, a:visited {    color: #731F0B;    text-decoration: none;}


img {
    border: none;
}


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

#navigation {
    display: none;
}

#back {
    margin: 2em;
}

#back a{
    padding: 2em;
    color: #534B4B;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: lowercase;
    background-color: transparent;    
}


#header, #footer {
    height: 20px;
    width: 900px
}

#header{
    background: transparent url(../image/img/header.jpg) top center no-repeat;
}

#footer{
    background: transparent url(../img/footer.jpg) top center no-repeat;
}

#main {    width: 900px;    background-color: white;    margin: auto auto;
    background: #FFF url(../img/mainbg.jpg) repeat-y;}#picbox {    text-align: center;}#pic {          /*height: 500px;    width: 600px;*/
    margin-bottom: 1em;}#next, #prev {    margin-top: 200px;    /* pic.height/2 - this.height/2 */           }       #prev {    float: left;
    margin-left: 50px;}#next {    float: right;
    margin-right: 50px;} 

.desc {
    padding: 1em;
}
