﻿.wrapper
{
   width: 982px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}

.header
{
   width: 980px;
   height: 156px;
   background-image: url('../../images/design/top.png');
   border: solid 1px black;
}

.logo
{
   width: 97px;
   height: 97px;
   position: relative;
   top: 20px;
   left: 40px;
   background-image: url('../../images/design/logo.png');
}

.logotext
{
   font-size: 20px;
   font-weight: bold;
   position: relative;
   left: 40px;
   top: 15px;
   width: 500px;
   color: #948452;
}

.banner
{
   width: 730px;
   height: 112px;
   position: relative;
   top: -85px;
   left: 260px;
}

.bannertext
{
   width: 730px;
   height: 20px;
   text-align: right;
   color: White;
}

.bannerspot
{
   width: 728px;
   height: 90px;
   border: solid 1px #b39b5b;
}

.menu
{
   height: 30px;
   width: 980px;
   border-left: solid 1px black;
   border-bottom: solid 1px black;
   border-right: solid 1px black;
   background-color: #948452;
}

.menupublic
{
   padding-top: 7px;
   padding-left: 20px;
   width: 530px;
   float: left;
   word-spacing: 10px;
}

.menumembers
{
   padding-top: 7px;
   width: 410px;
   float: left;
   text-align: right;
   word-spacing: 10px;
}

.content
{
   min-height: 500px;
   width: 980px;
   border-left: solid 1px black;
   border-bottom: solid 1px black;
   border-right: solid 1px black;
   background-color: #9e561d;
}

.footer
{
   width: 982px;
   text-align: center;
   height: 30px;
   font-weight: bold;
}

.by
{
   font-size: 10px;
   font-weight: normal;
}