body{
  background: #686E5F;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font: 13px "Lucida Grande", Verdana, sans-serif;
  color: #555;
}

/* Container */
#header{
    width: 850px;
    text-align: center;
    margin: 30px auto 0px; 
    font: italic 3.5em "Georgia", serif;
    color: #FC0;
    padding: 0px 0px;
}
#main{
    padding: 0px 0px;
    background: url(images/bg.gif) top repeat-y;
    width: 850px;
    margin: 0px auto;
    text-align: left;
}
#content{
    margin:0px 0px 0px 55px ;
    text-align: left;
    padding: 5px 5px 5px 0;
}
#footer{
    background: url(images/bottom.gif) no-repeat;
    width: 850px;
    margin: 0px auto;
    color: #FFF;
; padding: 10px
}
/*Navigation*/
#navigation{ 
    text-align: right;
    height: 30px;  
    width: 850px; 
    margin: 0px auto;
    padding: 0px 0px;
    background: url(images/header.jpg) no-repeat bottom;
    display: block;
}
#navigation ul{
    position: relative;
    bottom: 0px;
    height: 15px;
    display: block;
    margin: 0px;
    padding: 0px;
}
#navigation li{
    display: inline;
    list-style-type: none;
    color: #FFF;
    margin: 0px;
    padding: 0px;
}
#navigation a{ 
    padding: 2px; 
    color: #FFF;  
    background: 0;
    border: 0;
}
#navigation a:link, 
#navigation a:visited{
    text-decoration: none;
}
#navigation a:hover{
    text-decoration: underline;
}

/* text style*/
h2{
    color: #000;
    font-size: 2em;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 5px 0;
    padding: 0;
}
p{
    text-align: justify;
}
a,
a:link{
    color:#800;
    text-decoration: none;
    border-bottom: 1px #800 dotted;
}
a:hover{
    background: #800;
    color: #FFF;
}

h3 { color: #660000;
     font-size: 18px;
     font-family: Georgia, serif;
     font-style: italic;
     margin: 5px 0;
     padding: 0; }
