body {
 margin:0px;
}

#ramka {
 width:923px;
 text-align:center;
 font-family:Verdana;
 font-size:12px;
 margin:auto;
}

#main_div {
 position:relative;
 float:left;
 width:923px;
}

#header {
 position:relative;
 float:left;
 width:923px;
 height:200px;
 background-image:url(images/header.jpg);
 background-repeat:no-repeat;
}

#content {
 position:relative;
 float:left;
 width:923px;
 background-image:url(images/left_part.jpg);
 background-repeat:no-repeat;
}

#left_part {
 position:relative;
 float:left;
 width:300px;
}

#right_part {
 position:relative;
 float:left;
 width:623px;
}

#menu {
 position:relative;
 float:left;
 width:250px;
 margin-top:40px;
 left:20px;
 text-align:left;
 line-height:200%;
}

.chavka {
 position:relative;
 float:left;
 width:17px;
 height:20px;
 background-image:url(images/chavka.jpg);
 background-repeat:no-repeat;
 background-position:0 7px;
 clear:left;
}

#menu a {
 color:#A00000;
 font-weight:bold;
 text-decoration:none;
}

#menu a:hover {
 color:#FF0000;
 font-weight:bold;
 text-decoration:none;
 background-color:#F0F0F0;
}

.submenu {
 position:relative;
 float:left;
 width:230px;
 left:20px;
 text-align:left;
 line-height:200%;
}

.submenu_link {
 position:relative;
 float:left;
 width:230px;
 display:block;
}

.submenu_link a{
 color:#A00000;
 font-weight:bold;
 text-decoration:none;
}

.submenu_link a:hover {
 color:#FF0000;
 font-weight:bold;
 text-decoration:none;
 background-color:#F0F0F0;
}

.sublinks {
 position:relative;
 float:left;
 width:200px;
 left:30px;
 text-align:left;
 line-height:200%;
 clear:both;
}

.sublinks a {
 color:#A00000;
 font-weight:bold;
 text-decoration:none;
}

.sublinks a:hover {
 color:#FF0000;
 font-weight:bold;
 text-decoration:none;
 background-color:#F0F0F0;
}

.redtext {
 color:#A00000;
 font-weight:bold;
}

#real_content {
 position:relative;
 float:left;
 width:623px;
 margin-top:20px;
 text-align:justify;
}

.big_text{
 font-weight:bold;
}

.tbl {
 width:100%;
 text-align:center;
 font-family:Verdana;
 font-size:12px;
}

.link {
 color:#A00000;
 text-decoration:none;
}

.link:hover {
 color:#A00000;
 text-decoration:underline;
}