/** Css Document **/

* { 
padding: 0; 
margin: 0;
} 

body {
background-color: #efebdd;
color: #A78453;
text-align: center;
font: 70%/140% verdana, tahoma, sans-serif ;
}

/*-- Skeleton --*/

#layout { 
margin: 0 auto; 
width: 700px;
text-align: left;
background: url(images/lay_bg.jpg) repeat-y; 
} 

#header { 
width: 700px;
background: url(images/image_01.jpg) top left no-repeat; 
height: 167px;
} 

#container { 
width: 700px;
background: url(images/image_02.jpg) top left no-repeat;
float: left; 
} 

#container_bottombg { 
background: url(images/image_03.jpg) bottom left no-repeat; 
width: 700px;
float: left;
} 

#content {
float: left;
width: 467px;
padding-left: 34px;
}

* html #content { 
width: 501px; 
} 

#navigation {
float: right; 
width: 137px;
padding: 10px 28px 0 0;
}


* html #navigation { 
width: 165px;
} 

#footer { 
background: url(images/image_04.jpg) top left no-repeat; 
height: 72px;
clear: both; 
} 

#copyright { 
padding: 46px 0 0 55px;
text-align: center;
width: 445px;
float: left;
text-transform: uppercase;
font-size: 90%; 
} 

#watermark { 
float: right; 
padding: 35px 74px 0 0;
}

#watermark i { 
visibility: hidden; 
} 

#watermark a:hover { 
border: none; 
} 

.box {
border: 1px dashed #c9c2a1; 
padding: 0 10px; 
color: #89866A;
background: #e4dbc8 url(images/box.jpg) repeat; 
}

/*-- Headers --*/

h1 { 
font: 250% times new roman, arial, sans-serif;
margin: 3px 0 20px 80px; 
color: #A9752A;
} 

h2, h3 { 
margin: 10px 0;
}

h2 {
color: #89866A;
font-size: 100%; 
text-align: center;
letter-spacing: 5px;
text-transform: uppercase;
padding: 2px;
background: url(images/h1.jpg) top no-repeat;
}
 
#navigation h2 {
color: #9f5856;
font: 100% Georgia,tahoma,sans-serif;;
letter-spacing: 2px;
border-bottom: 1px solid #fffeef;
background: none;
}

h3 { 
font-size: 100%;
color: #928A7D;
font-weight: normal;
background-color: #e9e5d4;
letter-spacing: 1px;
padding: 1px 0 1px 5px;
border-bottom: 1px dashed #dcbfad;}




/*-- Links -- */

a { 
color: #8e8b6e; 
text-decoration: none;
}

a:hover { 
color: #BF7A47; 
border-bottom: 1px dashed #c5af72; 
} 

#navigation a {
color: #b2a275;
font: bold 100% verdana, arial, sans-serif; 
}

#navigation a:hover { 
color: #98977d;
border-bottom: 1px dashed #BFA577;
}


/*-- Lists --*/

ol, ul { 
margin: 10px 0; 
} 

ol { 
list-style-position: inside; 
margin-left: 10px;
} 

ol li { 
background: none; 
} 

ul { 
list-style-type: none;
}

ul li {
padding-right: 0;
background: url(images/diamond.gif) no-repeat .1em 70% ;
padding-left: 20px;
}

/*-- Forms --*/

textarea, input, label, .button {
margin: 5px 0; 
font: inherit; 
color: #8F7862;
} 

textarea, input, .button { 
padding: 3px; 
margin-right: 10px; 
background: #e4dbc8 url(images/box.jpg) repeat; 
border: 1px solid #C9C2A1;
}

label { 
float: left; 
width: 100px; 
margin-left: 10px; 
font-weight: bold;
color: #9F8E59;
} 

textarea, input { 
float: right; 
width: 320px; 
} 

.button { 
clear: both; 
float: right; 
width: 100px; 
} 

.clear { 
clear: both; 
} 



b {
color: #BF796B;
}

p { 
margin: 10px 0; 
} 

br { 
margin: 7px 0; 
} 

.uvlaka21 {
padding-left: 21px
}