/* принудительно обнулим все css-параметры основных тегов */
html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

margin: 0;

padding: 0;

border: 0;

outline: 0;

font-size: 100%;

vertical-align: baseline;

background: transparent;

}

body{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(img/bg.jpg);
}

#container{
margin:0 auto;
width:980px;
text-align:left;
border:1px solid #D0D0D0;
background-color:#F8F8F8;

}

#header{
height:170px;
background-image:url(img/logo.jpg)

}

#left{
float:left;
width:242px;
background-color:#F8F8F8;
}
#title{
background-color:#f7f7f7;
height:30px;
text-align:center;
border-bottom:1px solid #666;
background:url("img/navbg.gif") repeat-x top right;
font-weight:bold;
line-height:30px;
vertical-align:middle;
}
#nav{
list-style-image:url(img/arrow.gif);
margin-left:19px;
border-right:1px solid #D0D0D0;
padding-bottom:10px;
font-size:10pt;
padding-top:10px;

}
#nav li{
margin-bottom:8px;
}
#nav li a{
color:#000000;
text-decoration:underline;
}
#nav li a:hover{
color:#666666;
text-decoration:none;
}
#sapa{
font-size:11px;
border-right:1px solid #D0D0D0;

}
#text{
padding:2px;
}
#sapa #reklama{
height:20px;
line-height:20px;
vertical-align:middle;
background-color:#CCCCCC;
text-align:center;
}
#sapa a{
color:#333333;
text-decoration:underline;
font-size:11px;
}
#counter{
display:none;
}

#adsense_top{
text-align:center;
}

#content{
min-height:800px;
height:expression(this.scrollHeight < 800? "800px" :
 "auto");
margin-left:242px;
padding:15px;
padding-left:0px;
background-color:#FFFFFF;
padding-left:15px;
}
#content p{
line-height:18px;
margin-top:10px;
text-align:justify;
}
#content h1{
color:#83583D;
font-size:20px;
text-align:center;
padding:8px;
}
#content a{
color:#000000;
text-decoration:underline;
}
#content a:hover{
color:#666666;
text-decoration:none;
}

#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}

#footer{
font-size:11px;
height:25px;
background-color:#EEEEEE;
border-top:1px solid #D0D0D0;
line-height:25px;
vertical-align:middle;
text-align:center;
}

