* {
margin : 0;
padding : 0;
}
  
html, body, #wrap {
height : 100%;
}
body > #wrap {
height : auto;
min-height : 100%;
}
#main {
overflow : auto;  
padding-bottom : 50px;
} 
#footer {
position : relative;
margin-top : -51px;
height : 50px;
clear : both;
}
/*
body:before {
content : "";
height : 100%;
float : left;
width : 0;
margin-top : -32767px;
}  
*/
#main, #wrap {
/*overflow : hidden;*/
background-color : #fff;
}
#wrap {
border : 1px solid #7e2938;
border-bottom : 0;
border-top : 0;
}
body {
color : #333333;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size : 12px;
background-color : #ccc;
}
a:link, a:active, a:visited {
color : #ab1919;
}
a:hover {
text-decoration : none;
}
h1, h2, h3, h4, h5, h6 {
color : #333;
}
h1 {
	font-size:16px;
}
img {
border : none;
}
.clear {
clear : both;
position : relative;
font-size : 0;
height : 0;
line-height : 0;
}
.header {
height : 49px;
border-bottom : 1px solid #7e2938;
margin-bottom : 10px;
}
.top {
height : 25px;
margin-right : 35px;
padding-top:5px;
}
.top img {
padding-left : 15px;
padding-right : 5px;
}
a.top_lnk{
	font-size:11px;
	color:#000;
	text-decoration:none;
	padding-top:4px;
}
.top_lnk:hover
{
	text-decoration:underline;
}
#greySpacer {
background-color : #cccccc;
height : 5px;
}
.logo {
border-bottom : 1px solid #7e2938;
}
#contentSpacer {
height : 25px;
}
#newsBlockName {
padding-left : 27px;

text-transform:uppercase;
}
#newsBlock {
margin-left : 27px;
border-top : 1px solid #7e2938;
padding-top : 10px;
margin-top : 5px;
text-align : left;
}
#pageName{
	text-transform:uppercase;
	
}
#content {
margin-right : 35px;
text-align : justify;
border-top : 1px solid #7e2938;

margin-top : 5px;

}
#footerLine {
margin-left : 39px;
margin-right : 44px;
border-top : 1px solid #7e2938;
}
#footerLeft {
margin-left : 27px;
padding-top : 0;
}
#footerRight {
margin-right : 35px;
text-align : right;
padding-top : 0;
font-size:11px;
}
.bt {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight : bold;
display : inline;
padding : 0;
margin : 0;
float: left;
height : 24px;
border-right : 1px solid #ffffff;
width : 138px;    
background-image : url(../images/bt.jpg);
background-repeat : repeat-x;
padding-top : 6px;
}
.bt:first-child {
border-left : 0;
}
.bt:hover {
background-image : url(../images/bt_a.jpg);
background-repeat : repeat-x;
}
a.bt_lnk {
text-decoration : none;
color : #FFFFFF;
}

#content ul
{
	padding-left:20px;
}
#content li{
	padding-left:10px;

}   

#flex{
    margin-top: 10px;  
    display: flex;
    max-width: 620px;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content:flex-start;
}
.flex-item{  
    width: 100%;
    max-width: 140px;
    margin-right: 5px;
    margin-top:10px;
    text-align: left;
}
.flex-item img{
    display: inline;
}
    