body{
margin:0;
font-family:arial;
font-size:13px;
background-position:center top;
background-image:url('../images/background.jpg');
background-repeat:no-repeat;
}

a{
text-decoration:none;
font-weight:bold;
color:#cfaf4a;
}

.gallery a img{
border:1px solid #cfaf4a;
padding:2px;	
margin:0 0 16px 13px;
}


img{
margin:0;
border:0;
}

h1{
font-size:16px;
margin:0 20px 20px 20px;
text-transform:uppercase;
}

h2{
font-size:13px;
margin:0 20px 20px 20px;
text-transform: uppercase;
}

p{
margin:0 20px 20px 20px;
line-height:130%
}

hr{
margin:40px 20px;
border:none 0;
border-top:2px dotted #000;
}

#wrap{
padding:0;
clear:both;
width:700px;
margin:0 auto;
}

#header{
height:197px;
}

#navigation{
width:700px;
background:#cfaf4a;
}

#content{
margin:0;
background:#fff;
min-height:555px;
}

#footer{
height:40px;
}

.flag{
margin:10px 10px 0 0;
float:right;
}

.right{
float:right;
}

.margin{
margin:0 20px 20px 20px;
}

.margin_left{
margin-left:20px;
}

.kuvateksti{
margin:0 5px;
font-size:12px;
}

.shadow {
  box-shadow: 0px 2px 6px #ccc;
  -moz-box-shadow: 0px 2px 6px #ccc;
  -webkit-box-shadow: 0px 2px 6px #ccc;
}

.box{
height:150px;
margin:0 20px 20px 20px;
border:1px dashed #cfaf4a;
}

.hand{
position:relative;
top:-442px;
left:-10px;
}

	.clear {
		clear:both
	}

	/* remove the list style */  
	#nav {  
		margin:0;  
		padding:0;
		list-style:none;
		width:700px;
	}     
      
    /* make the LI display inline */  
    /* it's position relative so that position absolute */  
    /* can be used in submenu */  
    #nav li {
		font-family:verdana;
        float:left;   
        display:block;   
        background:#cfaf4a;   
        position:relative;  
        z-index:500;   
        margin:0;
    }  
          
    /* this is the parent menu */  
    #nav li a {
		font-size:14px;
        display:block;   
        padding:10px 8px 0 8px;   
        font-weight:700;
        height:27px;   
        text-decoration:none;    
        text-align:center;   
        color:#725511;  
    }  
  
    #nav li a:hover {  
        color:#fff;  
    }  
      
    /* you can make a different style for default selected value */  
    #nav a.selected {  
        color:#fff;  
    }  
      
        /* submenu, it's hidden by default */  
        #nav ul {  
            position:absolute;   
            left:0;   
            display:none;   
            margin:0 0 0 -1px;   
            padding:0;   
            list-style:none;  
        }  
          
        #nav ul li {  
            width:100%;   
            float:left;   
        }  
          
        /* display block will make the link fill the whole area of LI */  
        #nav ul a {  
            display:block;    
            height:18px;  
            padding:8px;
            color:#725511;  
        }  
          
        #nav ul a:hover {  
        }  
  
/* fix ie6 small issue */  
/* we should always avoid using hack like this */  
/* should put it into separate file : ) */  
*html #nav ul {  
    margin:0 0 0 -2px;  
}
