body { 
 font-family: Verdana;
 font-size: 11px;
 }
 
a {
 color: #7F3F3F;
 text-decoration: none;
 }
 
a:hover {
 text-decoration: underline;
 }

img {
 border: #EEEEEE;
 }
 

 
body {
 overflow: auto;
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 background: #151515;
 }
 
b {
 color: #7F3F3F;
 }
 
#bg {
 background: #151515;
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%; 
 }
 
#bg-top {
 background-image: url("bg-top.gif");
 height: 134px;
 width: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
 }
 

 
.all { 

 position: absolute;
 top: 0px;
 left: 50%;
 margin-left: -362px;
 width: 724px; 
 background: #444444 repeat;

 } 
 
.transp {

 position: relative;
 width: 724px;
 background: #444444 repeat;
 background: url("bg-top-transp.gif") repeat-x;
 
 }
 

 
#cont {
 background: white;
 width: 692px;
 margin-left: 16px; 
 margin-right: 16px; 
 margin-bottom: 16px; 
 position: relative;

 }
 
#logo {
 background-image: url("logo6.jpg");
 width: 692px;
 height: 201px;
 }
 
#nav-line {
 margin-top: 5px;
 height: 32px;
 width: 692px;
 background: #bbbbbb; 
 }
 
#nav {
 line-height: 32px;
 word-spacing: 30px;
 padding-left: 30px;
 }
 
#nav a {
 font-weight: bold;
 color: black;
 text-decoration:  none;
 }
 
#nav a:hover {
 font-weight: bold;
 color: #7F3F3F;
 text-decoration:  none;
 }
 
#copy-line {
 height: 24px;
 width: 692px;
 background: #bbbbbb; 
 line-height: 24px;
 text-align: center;
 font-size: 10px;
 }

#flags {
 position: absolute;
 right: 15px;
 top: 7px;
 word-spacing: 14px;
 
 }
 
#flags a img {
 border: 0px;
 }
 
#flags a {
 position: relative;
 }
 
#index {
 margin: 30px;
 line-height: 20px;
 }
 
#index {
 margin: 30px;
 line-height: 20px;
 text-align: justify;
 }
 
#error {
 margin: 20px;
 text-align: center;
 font-weight: bold;
 }

#gall {
 margin-top: 5px;
 margin-bottom: 5px;
 }
 
#gall a img {
 border: 0px;
 }