/*
    Document   : kratter
    Created on : Mar 24, 2010, 7:41:22 PM
    Author     : ser
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}
html {
   margin: 0px;
   padding: 0px;
   height: 100%;
   width: 100%
}
body {
   margin: 0px;
   padding: 0px;
   height: 100%;
   width: 100%;
   font-size: 12px;
   font-family: Verdana, Helvetica, sans-serif;
   color: #333;
   background-color: #fff;
}
a, a:visited {
   color: #8F4524;
   text-decoration: none;
}
a:hover {
   color: #b95a2e;
   text-decoration: none;
}
#page {
   margin: 3% auto;
   width: 900px;
   border: 1px solid #8f6d5e;
}
#header {
   height: 225px;
   color: #fff;
   background-color: #fbae3f;
}
#header h1 {
   margin: 0;
   padding-top: 170px;
   padding-left: 620px;
}
.header1 {
   background: url(../images/header1.jpg) no-repeat;
}
.header2 {
   background: url(../images/header2.jpg) no-repeat;
}
.header3 {
   background: url(../images/header3.jpg) no-repeat;
}
.header4 {
   background: url(../images/header4.jpg) no-repeat;
}
.header5 {
   background: url(../images/header5.jpg) no-repeat;
}
#content {
   min-height: 230px;
   background-color: #fbdb71;
   background-image: url(../images/bg_main_content.png);
   background-repeat: no-repeat;
   background-position: bottom right;
   padding: 30px;
}
#content_home {
   min-height: 360px;
   background-color: #fff;
   background: url(../images/home.jpg) no-repeat;
   cursor: pointer;
}
#content_home h1 {
   margin: 0;
   position: relative;
   top: 320px;
   left: 400px;
   width: 200px;
}
#content_home h1 a {
   display: block;
   color: #fff;
}
#content h2 {
   margin: 0;
}
#content p {
   text-align: justify;
}

img.contentimg {
   float: left;
   margin: 0 40px 30px 10px;
   border: 1px solid #fff;
}

#footer {
   color: #fff;
   background-color: #b95a2e;
   background-image: url(../images/bg_footer.png);
   background-repeat: repeat-x;
   text-align: right;
   padding: 5px 15px;
   border-top: 2px solid #fff;
}
#footer h3 {
   margin: 0;
   font-size: 11px;
}
#footer p {
   margin: 0;
   font-size: 10px;
}
#footer a, #footer a:visited {
   color: #fbdb71;
}
#footer a:hover {
   color: #fdfba1;
}
.imageTable {
   margin-left: 0px;
}
.imageCell {
   width: 140px;
   height: 105px;
   font-size: 9px;
   text-align: center;
}
.imageCell img {
   border: 1px solid #666;
}
.flag { 
   margin: 8px 0 0 10px;
}
