/* CSS Document */
*
{
padding:0;
border:0;
margin:0; 
}

#papa
{
position:relative;
background-image:url(../image/fon.jpg);
background-repeat:no-repeat;
width:1024px;
height:768px;
margin: 0px auto;
}

#header
{
position:relative;
background-image:url(../image/logo.png);
background-repeat:no-repeat;
width:375px;
height:173px;
margin: 5px 5px;
}

#logotext
{
position:absolute;
left:180px;
background-image:url(../image/logotext.gif);
background-repeat:no-repeat;
width:215px;
height:162px;
margin: 5px 5px;
}

h1
{
text-align:center;
}

h2
{
text-align:center;
}

p
{
text-indent:20px;
padding:5px;
}

#navigation
{
position:relative;
float:left;
width:290px;
height:500px;
top:15px;
left:15px;
margin: 5px 5px 5px 5px;
}

#k1
{
}


#content
{
position: relative;
float:right;
overflow: auto; 
text-align:justify;
font-size: 14px;
font-family: "Book Antiqua", "Comic Sans MS", Mistral;
color: #000;
top:-110px;
right:100px;
width:560px;
height:610px;
margin: 5px 5px 5px 5px;
text-align:justify;
}

#niz
{
position:absolute;
top:740px;
right:130px;
font-size: 16px;
font-family: "Book Antiqua", "Comic Sans MS", Mistral;
}
