body {
margin : 0;
padding : 0;
font : 73% arial, verdana, tahoma, "Trebuchet MS", sans-serif;
line-height : 1.7 em;
color : #333;
background : #fff;
}
#banner {
height : 200px;
margin : 0 auto;
padding : 0;
background : #FAAAF5 url(images/image00.jpg) no-repeat;  /* цвет под именем сайта*/
color : #333;
}
#banner h1 {
margin : 0;
padding : 27px;              /* размер имени сайта*/
text-align: left;
background : #BABABF;
color : #E51B41;
}
#siren {
collor : #800080;
text-decoration : none;
text-align : justify;
}
#siren h1 {
margin : 0;
padding : 27;
text-align: left;
color : #800080;
font-size: 20px;
}
#siren p {
color : black;
font-size: 14px;
text-align : justify;
}
#navlist {
padding : 4px 5px 4px 0;
margin : 0 0 20px 0;
text-align : left;
letter-spacing : 3px;
color : #fff;
background : #537DE8;    /* цвет верхней полоски*/
}
#navlist li {
list-style : none;
margin : 0;
display : inline;
}
#navlist li a {
padding : 5px 0.75em;
margin : 0;
color : #fff;
background : #A0A49B;                         
text-decoration : none;
}
#navlist li a:link {
color : #fff;
background :#A0A49B;         /* цвет под порядок вирусы меню*/
}
#navlist li a:visited {
color : #fff;
background : #A0A49B;
}
#navlist li a:hover {
color : #fff;
background : #BA3F2F;
}
#navlist li a#current {
color : #fff;
background : #BA3F2F;
}
.menu ul li {
line-height : 1.8em;
margin : 0 10px 0 0;
padding : 0;
list-style-type : square;
color : #BA3F2F;
background : inherit;
}
.menu ul li a {
color : #BA3F2F;
background : inherit;
}
.menu ul li a:hover {
color : #A0A49B;
background : inherit;
}
#content {
padding-left : 5px;
margin : 0 230px;
}
#content p {
padding : 10px;
}
#sidebar-a {
float : left;
width : 200px;
margin-left : 15px;
padding : 0 5px 0 10px;
border-right : 1px solid #eee;
}
#sidebar-b {
float : right;
width : 200px;
margin : 0 15px 0 0;
padding : 0 5px 0 10px;
border-left : 1px solid #eee;
}
#footer {
clear : both;
padding : 5px;
margin : 0;
background : #537DE8;    /* цвет нижней полоски*/
color : #f7f7f7;
}
#footer a {
text-decoration : none;
color : #000;
background : inherit;
}
#footer a:hover {
text-decoration : underline;
color : #fff;
background : inherit;
}
a {
text-decoration : none;
color : #BA3F2F;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #aaa;
background : inherit;
}
a img {
border : 0;
}
.border {
padding : 10px;
margin : 10px;
border : 1px solid #aaa;
}
.imgleft {
float : left;
border : 1px solid #aaa;
margin : 5px 10px 10px 15px;
padding : 5px;
}
.imgright{
float : right;
border : 1px solid #aaa;
margin : 5px 15px;
padding : 15px;
}

.clear {
clear : both;
width : 100%;
}
.col3,.col3center {
float: left;
width: 30.5%;
}
.col3center {
margin: 0 3%;
}
strong {
color: #000;
}
