* {
 padding: 0;
 margin: 0;
 border: 0;
 font-family: Arial;
}

#header {
 width: 100%;
 height: 285px;
 background: url('header2.jpg') no-repeat center top;
}

#all {
 width: 100%;
 /*background-image: url('bg2.jpg');*/
 background: url('bg2.jpg') no-repeat center top;
}

#main {
 width: 100%;
 padding-left: 20px;
 padding-right: 10px;
 padding-top: 20px;
 width: 100%;
 /*background-image: url('bg2.jpg');*/
 background: url('bg2.jpg') no-repeat center top;
}

#menu {
 vertical-align: top;
 width: 200px;
}

#content {
 vertical-align: top;
 padding-left: 5px;
 padding-right: 15px;
}

#right {
 vertical-align: top;
 width: 200px;
}

.menuhead {
 width: 200px;
 height: 29px;
 line-height: 16px;
 background: url('menu1.png') no-repeat;
 font-size: 16px;
 font-style: italic;
 padding-top: 10px;
 padding-left: 12px;
 color: white;
}

.menuitem {
 width: 200px;
 height: 26px;
 background: url('menu2.png') repeat-y;
 font-size: 14px;
 font-style: italic;
 padding-top: 8px;
 padding-left: 12px;
 color: #a8723f;
}

.menudata {
 width: 200px;
 background: url('menu2.png') repeat-y;
 color: #a8723f;
}

.menuitem a {
 text-decoration: none;
 color: #a8723f;
}

.menusel {
 width: 200px;
 height: 26px;
 background: url('menu2sel.png') repeat-y;
 font-size: 14px;
 font-style: italic;
 padding-top: 8px;
 padding-left: 12px;
 color: #a8723f;
}

.menusel a {
 text-decoration: none;
 color: #a8723f;
}

.menubr {
 width: 200px;
 height: 1px;
 line-height: 1px;
 background: url('menu2br.png') repeat-y;
}

.menutail {
 width: 200px;
 height: 11px;
 line-height: 1px;
 background: url('menu3.png') repeat-y;
}


h1 {
 font-style: italic;
 font-size: 18px;
 color: #3e3689;
 margin-bottom: 12px;
}

h2 {
 font-style: italic;
 font-size: 16px;
 color: #a8723f;
 margin-bottom: 12px;
}

p {
 font-size: 14px;
 text-align: justify;
 margin-bottom: 6px;
}

#footer {
 width: 100%;
 height: 246px;
 background: url('footer.jpg') no-repeat center bottom;
 color: #15699b;
 font-size: 14px;
 padding-left: 20px;
 padding-top: 160px;
}

input {
 width: 300px;
 border: 1px solid #d0d0d0;
}

img {
 border: 1px solid #d0d0d0;
}

p.ramka, div.ramka, table.ramka {
 font-size: 12px;
 border: 1px solid #c0c0c0;
 padding: 10px;
 background-color: #dcecf7;
}

.info {
 font-size: 12px;
 border: 1px solid #c0c0c0;
 background-color: #dcecf7;
 padding: 10px;
}

.message1 {
 background-color: #dcecf7;
}

.message2 {
 background-color: #e0e0ff;
}

.message1, .message2, .message3 {
 font-size: 12px; 
 padding:10px;
 margin-bottom: 4px;
 border: 1px solid #c0c0c0;
 clear: both;
 min-height: 50px;
}

.message1 b, .message2 b, .message3 b {
 display: block;
 font-weight: bold;
 color: navy;
}

.message1 b i, .message2 b i, .message3 b i {
 font-weight: normal;
 color: #c0c0c0;
}

input, textarea {
 border: 1px solid #c0c0c0;
}

.dd {
 padding-left: 300px;
}



