body {
        background-color: #272727;
        border: 0px;
        margin: 0px;
        padding: 0px;
        font-family: tahoma, arial, sans-serif,
monospace;
        font-size: 11px;
        line-height: 150%;
        letter-spacing: 1px;
        color: #402105;
  background: url('bg.jpg');
}

img {
        border: 0px;
}

div#container {
        width: 800px;
        height: auto;
        margin: 0px auto;
        padding: 0px;
}

#header {
        position: relative;
        left: 0px;
        top: 0px;
        width: 319px;
        height: 468px;
         border-left: 10px #FFF solid;
        border-top: 10px #FFF solid;
      border-right: 10px #FFF solid;
}

#menu {
        background-color: #FFF;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        padding: 10px;
        width: 299px;
        height: 10px;
        border-left: 10px #FFF solid;
        border-right: 10px #FFF solid;
        font-size: 9px;
        text-align:center;


}

div#content {
        background-color: #FFF;
        width:309px;
        margin-left: 0px;
padding-top:25px;
padding-left: 10px;
        color: #66555F;
        border-right: 10px #FFF solid;
        border-left: 10px #FFF solid;
        border-bottom: 10px #FFF solid;
}
div#content p{margin:6px 43px;}

div#footer { margin-top:18px;


}

div#footer p {
        text-align: center;
color:#66555F;        font-size: 9px;
        padding-top:25px;
}



div#content h2{
        margin: 2px 36px;
        padding: 10px;
        text-align: center;
        font-family: verdana, tahoma, arial, sans-serif,
monospace;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 2px;
background: url('bbg.jpg') no-repeat left;
}

div#content ul {
        list-style-type: square;
}

}

div#content form {
        background-color: #FFF;
        color: #402105;
        font-family: verdana, tahoma, arial, sans-serif,
monospace;
        font-size: 11px;
}

div#content input, div#content textarea, div#content
select, div#content option {
        background-color: #FFF;
        border: 1px solid #66555F;
        padding: 3px;
        margin: 2px 3px;
        font-family: verdana, tahoma, arial, sans-serif,
monospace;
        font-size: 11px;
         color: #66555F;
}
textarea{width: 180px;}

div#content option {
        border: 0px;
}

div#content a, div#footer a, div#menu a {
        font-weight: bold;
        text-decoration: none;
        border-bottom:1px dotted #583B33;
}

div#content a:link, div#content a:visited, div#menu a:visited, div#menu a:link  {
        color: #583B33;
}

div#content a:hover, div#content a:active, div#content a:active {
        color: #AE9CA7;
        text-decoration: none;
font-weight: bold;

}
