

body {

background-image: url("bg.jpg");

background-attachment: fixed; 
/*background-position: 100% 100%;*/
 background-repeat: x-repeat; 


background-color:#823d3e;
font-size: 13px;
font-family:  Helvetica, Georgia, Verdana, Arial, Sans-Serif;
color:#f4f1d3;
padding:0px;
margin:0px;
}
#left a {
color: #f4f1d3;
font-size: 14px;
font-weight: bold;
line-height: 40px;
border-left:5px solid #f4f1d3;
border-bottom:1px solid #f4f1d3;
padding:3px 5px 3px 5px;
text-decoration:none;
margin-left:15px;
}

#left a:visited {color:#f4f1d3;
font-size: 14px;
font-weight: bold;
border-left:5px solid #f4f1d3;
border-bottom:1px solid #f4f1d3;

}

#left a:hover {
font-size: 16px;
font-weight: bolder;
border-left:5px solid #f4f1d3;
border-bottom:1px solid #f4f1d3;
padding:5px 3px 5px 3px;



}

#left a:active { 
font-size: 16px;
font-weight: bolder;
border-left:5px solid #f4f1d3;
border-bottom:1px solid #f4f1d3;

padding:5px 3px 5px 3px;
}

h1 {
font-size: 11px;
text-transform:uppercase;
border-top:1px solid #eeebc7;
border-bottom:1px solid #eeebc7;

background-color:#5b181f;
padding:5px 5px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}


/* ----------container to center the layout---------- */
#container {
width: 800px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;

} 

#container p{
color:#6f0202;
}
#container b{
color:#6f0202;
}

.big
{font-size:15px;}

#container ul{
color:#6f0202;
}
#container h2 {
color:#6f0202;
font-size:18px;
font-weight: bold;
}


/* ----------banner for logo-------------- */
#banner {
text-align: right;
padding: 0px;
margin: 0px; }

#banner img {padding:10px 0px;} 


.right { float: right; padding-right:10px;  } 
.left { float: left; padding-right:20px; padding-left:10px; } 
.mirek { padding-left:180px;}
.met {border-top:0px;
border-bottom:0px;
border-left:0px;
border-right:0px;}
/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 200px #77363c;
/*  color of the left column  */ 
background-color:#f4f1d3; /*color of the content column */
 } 

#inner{ margin:0px; width:100%; height:380px; } /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;



 }

/* -----------------content--------------------- */
#content{ 
position: relative;
z-index=2; 
margin: 0px; }

p{
padding-left:10px;
}


/*  ----------------footer---------------------- */ 
#footer {

padding:0px;
margin-left:0px;
text-align: right; } 

#footer a {
color: #f4f1d3;
text-decoration:none;
}