body {
    margin: 0;
    padding: 0;
    font: 14px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #2E1400;
		background: #422D1A url(images/cloth4.jpg);
}

#main_index {
    margin: 0 auto;
    padding: 0;
    width: 800px;
		height: 710px;
    text-align: left;
    background: url(images/cloth3.jpg);
    border-left: 1px solid #422D1A;
    border-right: 1px solid #422D1A;
		border-bottom: 1px solid #422D1A;
}
#main {
    margin: 0 auto;
    padding: 0;
    width: 800px;
		/*height: 1200px;*/
    text-align: left;
    background: url(images/cloth3.jpg);
		background-repeat: repeat;
    border-left: 2px solid #422D1A;
    border-right: 2px solid #422D1A;
		border-bottom: 2px solid #422D1A;
}
#header {
    padding: 0px;
    height: 100px;
		text-align: center;
		color: #DCE0E0;
		background: #422D1A url(images/logo.jpg); 
}

#menu {
    height: 25px;
    background: #907D52 url(images/menu3.png);
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    display: block;
    width: 100px;
    font: bold 10px/25px Verdana, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid #CEC6B3;
		border-bottom: 2px solid #422D1A;
}

#menu ul li a:hover {
    color: #AA9B7B;
    background: #9FBA32 url(images/menu_over3.png);
}

#menu ul li a#ostatni {
    width: 92px;
    border-right: none;
}
#middle_index {
    margin: 0 auto;
    padding: 15px;
    height: 455px;
		width: 750px;
		background: #CDC4A3;
		text-align: justify;
		line-height: 200%;
		margin-top: 10px;
		border-right: 2px solid #422D1A;
		border-bottom: 2px solid #422D1A;
		border-left: 2px solid #422D1A;
		border-top: 2px solid #422D1A;;
}

#middle {
    margin: 0 auto;
    padding: 15px;
    /*height: 975px;*/
		width: 750px;
		background: #CDC4A3;
		/*background-repeat: repeat;*/
		text-align: justify;
		line-height: 200%;
		margin-top: 10px;
		border-right: 2px solid #422D1A;
		border-bottom: 2px solid #422D1A;
		border-left: 2px solid #422D1A;
		border-top: 2px solid #422D1A;
}

#footer {
    margin: 0 auto;
		margin-top: 10px;
		padding: 15px;
    height: 35px;
		width: 750px;
    text-align: center;
    background: #CDC4A3;
		font: 10px Arial, Helvetica, sans-serif;
		border-top: 0px solid #759008;
		margin-bottom: 10px;
		border-right: 2px solid #422D1A;
		border-bottom: 2px solid #422D1A;
		border-left: 2px solid #422D1A;
		border-top: 2px solid #422D1A;
}
#footer_index {
    margin: 0 auto;
		margin-top: 10px;
		padding: 15px;
    height: 35px;
		width: 750px;
    text-align: center;
    background: #CDC4A3;
		font: 9px Arial, Helvetica, sans-serif;
		border-top: 0px solid #759008;
		margin-bottom: 10px;
		border-right: 2px solid #422D1A;
		border-bottom: 2px solid #422D1A;
		border-left: 2px solid #422D1A;
		border-top: 2px solid #422D1A;
}

a.link {
color: #630000;
font-size: 10px;
font-weight: bold; 
text-decoration: none;  
}

a.link:hover {
color: #627D00;
text-decoration: none;
font-size: 10px; 
font-weight: bold; 
}

/*a.link:visited {
color: white;
font-size: 10px;
text-decoration: none; 
}*/


		



