body
{
   background-color: #ffffed;
}

body, td, input
{
   font-family: verdana, arial, helvetica;
   font-size: 11px;
}

#center
{
   width: 100%;
   text-align: center;
}

#container
{
   width:   900px;
   background-color: #f0e296;
   border: 1px solid #000000;
}

#logo
{
   width: 200px;
   height: 80px;
   border: 1px solid #000000;
   background-color: #ffffcf;
}

#content
{
   vertical-align: top;
   padding: 5px;
   border: 1px solid #000000;
   background-color: #ffffcf;
   background-image: url( /bg.png );
   background-repeat: no-repeat;
   background-position: right bottom;
}

#menu
{
   width: 200px;
   height: 290px;
   vertical-align: top;
   padding: 5px;
   border: 1px solid #000000;
   background-color: #ffffcf;
}

#contact
{
   padding: 0px;
   margin: 0px;
   text-align: center;
}


a
{
   color: #a96d05;
}

.blank
{
   color: #ffffcf;
   font-size: 8px;
}

.link
{
   color: #000000;
/*   text-decoration: none; */
   font-weight: bold;
}

.link:hover
{
   text-decoration: underline;
}

ul,li
{
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   padding-top: 3px;
}

img
{
   border: 0px;
}

h1
{
   font-size:  14px;
   text-align: center;
}

h2
{
   font-size:  12px;
}

