/* 
    Document   : style
    Created on : 2009-7-2, 9:56:37
    Author     : Maklube
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
/* H */
H1 {font-size:180%;}
H2 {padding:0;margin:0;}
H3 {color:#98aa62;}

td H3{padding:0;margin:0;}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #3e3b34;
  background-image: url('images/bgr.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
}
.wrapper {
  width: 900px;
  margin: 0 auto;
}
.all {
  width: 900px;
  float: left;
  border-color: #fff;
  border-width: 40px;
  border-style: solid;
  background-color: #1c1b18;
  border-top-style: none;
  border-bottom-style: none;
}
.up {
  width: 906px;
  height: 30px;
  float: left;
  text-align: right;
}
.up a img { height:20px;}
.top {
  width: 900px;
  float: left;
   border-color: #000;
  border-width: 2px;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
}
.logo {
  width: 350px;
  height: 120px;
 
  background-repeat: no-repeat;
  float: left;
}
.logo a {
  vertical-align:middle;
 
}
.logo a img
{
  margin-top:30px;
}
.menu {
  width: 900px;
  float: left;
  font-family: verdana;
  font-size: 22px;

  color: #FFFFFF;
  margin-bottom: 20px;
  margin-top: 10px;
}
.menu a {
    font-family: verdana;
  font-size: 22px;  
margin: 0 10px;
  color: #FFFFFF;
  text-transform:lowercase;
  text-decoration: none;
}
.menu a:hover {
    font-family: verdana;
  font-size: 22px;

  color: #fff;
  text-decoration: none;
}
#menuselected {
   font-family: verdana;
  font-size: 22px;

  color: #98aa62;
  text-decoration: none;
}
.main {
  width: 900px;
  float: left;
  font-family: verdana;
  font-size: 14px;

    color: #FFFFFF;
text-align: justify;
margin-bottom: 15px;
}
.main a {
  font-family: verdana;
  font-size: 14px;

  color: #98AA62;
  text-decoration: none;
}
.main a:hover {
  font-family: verdana;
  font-size: 14px;

  color: #fff;
  text-decoration: none;
}
.left {
width: 340px !important;
width: 370px;
padding-left: 30px;
padding-right: 30px !important;
padding-right: 15px;
display: inline;
float: left;
}
.right {
width: 440px !important;
width: 440px;
padding-left: 30px!important;
padding-left: 15px;
padding-right: 15px;
display: inline;
float: left;
}
.picture {
  width: 340px !important;
width: 370px;
float: left;
   font-family: verdana;
  font-size: 14px;

  font-weight: bold;
    color: #98aa62;
    margin-bottom: 10px;
}
.picture a {
     font-family: verdana;
  font-size: 14px;

  font-weight: bold;
    color: #98aa62;
    text-decoration: none;
}
.picture a:hover {
     font-family: verdana;
  font-size: 14px;

  font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.footer {
width: 900px;
float: left;
margin-top: 5px;
margin-bottom: 20px;
font-size: 14px;

  font-weight: bold;
    color: #FFFFFF;
}
.footer a{
  font-size: 14px;

  font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.footer a:hover{
  font-size: 14px;

  font-weight: bold;
    color: #fff;
    text-decoration: none;
}
#footerselected {
   font-family: verdana;
  font-size: 14px;
  color: #98aa62;
  text-decoration: none;
}
.right table tr td
{
  color:#FFFFFF;
  font-size: 14px;
}
