/* CSS Document */

body{
margin:0px;
padding:0px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:90%;
background:#FFFFFF;
}
body,td,th,h3,h6{
color:#330000;
}
h1, h2, h4, h5{
color:#626262;
margin:10px 0px 10px 0px;
padding:0px;
}
p{
padding:0px;
margin:5px 0px 10px 0px;
}
p.read_more{
margin:0px 0px 20px 0px;
font-size:90%;
}
p + p.read_more{
margin-top:-5px;
}
p.read_more + h1{
margin-top:30px;
}
img{border:0px;}
strong{
color:#626262;
}
h1{
font-size:140%;
}
a{
color: #003366;
}
code{
color:#4A4A4A;
}
code em{
color:#006c00;
}
code strong{
color:#000f6c;
}

#vtorichka{
position:absolute;
top:35px;
left:40px;
}
#logo{
padding:15px 0px 25px 15%;
}
#content{
margin:0px 0px 0px 26%;
padding:0px 40px 0px 20px;
}
#content img{
border:5px solid #003366;
}

#menu{
position:absolute;
top:200px;
left:0px;
width:26%;
}
#menu_in{
padding:0px 20px 0px 40px;
font-size:82%;
}
#menu p{
margin:0px 0px 10px 0px
}
#footer{
border-top:1px dashed #666666;
height:40px;
margin:0px 35px 0px 35px;
padding:10px;
font-size:75%;
}

/* form comments */
#form_comment{
font-size:90%;
margin:10px 0px 20px 0px;
width:80%;
}
table.table_form{}
table.table_form th{
text-align:right;
font-weight:normal;
padding:3px 10px 3px 10px;;
}
#form_comment fieldset{border:solid 1px #333333;}
#form_comment legend{color:#777777; font-size:90%;}
#form_comment input, #form_comment select, #form_comment textarea{
margin:3px 0px 3px 0px;
width:90%;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
#form_comment .noresize{width:auto;}
#form_comment .submit{font-size:90%; margin:0px 0px 20px 0px;}
/* comments */
div.comment_separator_1,div.comment_separator_2{
border-bottom:1px dashed #000000;
margin:10px 10px 10px 10px;
font-size:0px;
}
div.comment_separator_1{
margin-top:2px;
}
div.comment_message{
margin:0px 20px 0px 20px;
color:#999999;
font-size:90%;
}
div.comment_header{
margin:0px 20px 0px 20px;
font-size:80%;
color:#333333;
}