* {
   font-family: Verdana, Tahoma, Arial, sans-serif;
   margin: 0;
   padding: 0;
   font-size: 10pt;
}

p {
   text-align: left;
   margin-bottom: 20px;
}

#bottom {
   color: #000;
   height: 70px;
   padding: 25px 25px 25px 25px;
   clear: both;
}

#logo a {
   display: block;
   width: 100%;
   height: 100%;
}

#top {
   height: 200px;
   overflow: hidden;
   margin: 25px 25px 25px 25px;
   background: url('/images/top_bg.jpg') repeat-x #fff;
}

#logo {
   height: 200px;
   width: 200px;
   background: url('/images/logo.jpg') no-repeat #fff;
   float: left;
   margin-left: 25px;
}

#slogan {
   margin-left: 25%;
   margin-top: 55px;
   font-style: italic;
   font-weight: bold;
   color: #fff;
   font-size: 48px;
}

#error {
   display: none;
   padding: 10px;
   border: 1px solid red;
   text-align: center;
}

a {
   color: #850808;
}

a:Hover {
   color: #850808;
}

#menu, #menu li {
   list-style-image: none;
   list-style-type: none;
}

#left_block {
   float: left; 
   width: 25%;
}

#right_block {
   float: left; 
   width: 75%;
}

.counter {
   width: 88px;
   height: 31px;
   margin-left: 5px;
   float: right;
}

.banner {
   width: 100px;
   height: 100px;
   margin-top: 10px;
   margin-left: 25px;
}

.field {
   background-color: #fff;
   padding: 5px;
   border: 1px solid #fff;
   cursor: move;
}