body {
    margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
    background-color:  #FFFFFF;
	}
hr {
color: #eaeafa;
}


h1 {
font-size: 24px;
line-height: 30px;
color: #000000;
}
h2 {
font-size: 18px;
line-height: 150%;
color: #000000;
}
h3 {
font-size: 18px;
line-height: 21px;
color: #ffffff;
}
h4 {
	font-size: 14px;
	line-height: 16px;
	color: #835596;
	padding-left: 5px;

}
h5 {
font-size: 18px;
line-height: 21px;
color: #000000;
}
p {
margin: 0px 0px 5px 0px
color: #000000;
}
a:link {
        text-decoration: none;
		color: #000000;
        }
    a:visited {
	    text-decoration: none;
	    color: #000000;
		}
	a:hover {
	    text-decoration: none;
       	color: #660099;
        }
	a:active {
	    text-decoration: none;
	    color: #000000;
		}
		
td h2 {
line-height: 120%;
padding: 2px;
background-color: #B4D996;
}

#side {
    position: absolute;
	top: 110px;
	right: 0px;
    width: 110px;
	height: 400px;
	padding: 5px;
	margin-bottom: 110px;
	background-image: url(/images/home.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
    background-color: #8DC73F;
}

#leftside {
    width: 105px;
	text-align: right;
	}
#leftside h1 {
    font-size: 18px;
    line-height: 18px;
	font-style: bold;
    color: #ffffff; 
}
#leftside a:link {
        text-decoration: none;
		color: #ffffff;
        }
    #leftside a:visited {
	    text-decoration: none;
	    color: #ffffff;
		}
	#leftside a:hover {
	    text-decoration: none;
       	color: #000000;
        }
	#leftside a:active {
	    text-decoration: none;
	    color: #000000;
		}

#main{
    padding: 70px;
    background-image: url(/images/logow.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-color:  #ffffff;
	}


#main1{
    padding: 70px;
   	background-color:  #ffffff;
	}
	
#logo {
    position: absolute;
	top: 0px;
	left: 0px;
	width: 225px;
	height: 225px;
	z-index: 100;
    }

#foot {
position: fixed;
	bottom: 0px;
	width: 800px;
	height: 110px;
    background-image: url(/images/zaba.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: fixed;
	background-color: #9C71B1;
	z-index: 2;
}
