/* 
    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:#fff;}

td H3{padding:0;margin:0;}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #242021;
/*
  background-image: url('bgr.png');
  background-position: bottom;
  background-repeat: repeat-x;*/
}
.wrapper {
  width: 700px;
  margin: 0 auto;
}
.all {
  width: 700px;
  float: left;
  border-color: #664e44;
  border-width: 20px;
  border-style: solid;
  background-color: #664e44;
}
.up {
  width: 700px;
  height: 130px;
  float: left;
  text-align: center;
}
.up a img { height:20px;}
.top {
  width: 700px;
  float: left;
}
.logo {
  width: 350px;
  height: 120px;
 
  background-repeat: no-repeat;
  float: left;
}
.lang{
	display: block;
	width: 100%;
	text-align: right;
margin: 8px 0px 0px 0px;
}
.lang a{
font-family: Sans-serif;
color: white;
  font-size: 16px;
  text-decoration: none;
}
.menu {
  width: 700px;
  float: left;
  font-family: Sans-serif;
  font-size: 22px;
  color: #FFFFFF;
margin: 70px 0px 0px;
}
.menu a {
  font-family: Sans-serif;
  font-size: 18px; 
  margin: 0 10px;
  color: #efe9db;
  text-transform:uppercase;
  text-decoration: none;
}
.menu a:hover {
    font-family: Sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
#menuselected {
   font-family: Sans-serif;
  font-size: 22px;
  color: #98aa62;
  text-decoration: none;
}
.main {
  width: 700px;
  float: left;
  font-family: Sans-serif;
  font-size: 14px;

    color: #FFFFFF;
text-align: justify;
}
.main a {
  font-family: Sans-serif;
  font-size: 14px;
  color: #242021;
  text-decoration: none;
}
.main a:hover {
  font-family: Sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.left {
width: 350px !important;
width: 350px;
display: inline;
float: left;
position:relative;
}
.left .backimg{
	width: 350px;
}
.left .overlay{
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.right {
width: 300px !important;
width: 300px;
padding-left: 25px;
display: inline;
float: left;
}
.picture {
  width: 340px !important;
width: 370px;
float: left;
   font-family: Sans-serif;
  font-size: 14px;

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

  font-weight: bold;
    color: #242021;
    text-decoration: none;
}
.picture a:hover {
     font-family: Sans-serif;
  font-size: 14px;

  font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.footer {
width: 700px;
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: Sans-serif;
  font-size: 14px;
  color: #242021;
  text-decoration: none;
}
.right table tr td
{
  color:#FFFFFF;
  font-size: 14px;
}
.book_page
{
    margin: 0 5px;
    font-weight:bold;
}

