﻿body 
{
    margin: 0;
    background-color: #000000;
}

#defaultMainDiv
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;    
    background-color: #000000;    
}

#defaultLogoDiv
{
    margin-top: 150px;   
    width: 250px;
    height: 186px;
}

#defaultChooseLanguageDiv
{
    width: 156px;
    height: 57px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;   
}

#defaultTextDiv
{
    width: 156px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
}

#mainDiv
{
    width: 937px;
    margin-left: auto;
    margin-right: auto;    
    background-color: #000000;
}

#headerDiv
{
    background-color: #000000;
    color: #000000;
    height: 121px;
    margin-top: 50px;
    background-image: url('../img/belka.png');
}

#menuDiv
{
    background-color: #000000;
    margin-top: 12px;
    height: 38px;
    background-image: url('../img/menu.png'); 
    padding-left: 10px; 
    line-height: 38px;   
}

#bodyDiv
{
    background-color: #000000;
    margin-top: 21px;
    height: 611px;
    color: #000000;       
}

#footerDiv
{
    background-color: #000000;
    margin-top: 16px;
    margin-bottom: 30px;
    color: #000000;   
    height: 61px;
    background-image: url('../img/footer.png');        
}

#leftBodyDiv
{  
    display: inline;
    float: left;  
    width: 459px;
    height: 611px;
    background-color: #000000;
    background-image: url('../img/mainLeft.png');
}

#rightBodyDiv
{
    display: inline;
    float: left;   
    width: 478px; 
    height: 611px;
    background-color: #000000; 
}

#movieRightBodyDiv
{
    display: inline;	
    float: left;
    width: 460px; 
    height: 260px; 
    margin-left: 18px;
    background-color: #000000;
}

#leftDownRightBodyDiv
{
    display: inline;
    float: left;
    width: 214px;  
    height: 351px;
    background-color: #000000;  
    background-image: url('../img/mainRightnew.png');
}    

#rightDownRightBodyDiv
{
    display: inline;
    float: left;
    width: 239px;   
    height: 330px;
    margin-top: 20px;
    margin-left: 24px;
    background-color: #000000;   
    background-image: url('../img/sponsorsRight.png');   
}  

#menuList
{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

#dextLinkDiv
{
    height: 38px; 
    width: 220px; 
    float:right; 
    margin-right: 20px; 
    cursor: pointer;
}

.listMenuItems
{
    list-style: none;
    float: left; 
    margin-left: 10px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #A0A0A0;
}

.linkMenuItems
{
    text-decoration: none;   
}

.linkMenuItems:link
{
    color: #A0A0A0;    
}

.linkMenuItems:visited
{
    color: #A0A0A0;    
}

.linkMenuItems:hover
{
    color: #FFFFFF;    
}

.linkMenuItems:active
{
    color: #FFFFFF;   
}

.listMenuSeparator
{
    float: left;
    margin-left: 10px;
    color: #FFFFFF;
    font-size: 18px;   
}

.leftTextDiv
{
    color: #FFFFFF;
    font-family: Arial;
    
    margin: 20px 20px 20px 20px;
}

.leftTextDiv2
{
    float: left;
    color: #A0A0A0;
    font-family: Arial;
    background: none;
    width: 800px;
    position: absolute;
    z-index: 100;
    margin: 20px 20px 20px 20px;
}

.leftContentDiv
{
    float: left;
    height: 571px;
    width: 419px;
    margin: 20px 20px 20px 20px; 
    display: inline;
}

.eventBigText
{
    font-size: 15px;
    line-height: 20px;
}

.eventSmallText
{
    font-size: 13px;
    line-height: 18px;
    
}

.eventSmallerText
{
    font-size: 12px;
    line-height: 15px;
    
}

.testEventSmallerText
{
    font-size: 13px;
    line-height: 19px;
    font-family: Arial;
    color: #A0A0A0;
    text-align: justify;
}

#galleryDiv
{
    width: 937px;
    height: 611px;
    background-image: url('../img/gallery_bg.png');  
}

#leftBodyTextureDiv
{  
    display: inline;
    float: left;  
    width: 459px;
    height: 611px;
    background-color: #FFFFFF;
    background-image: url('../img/subpageLeft.png');
}

#leftDownRightBodyTextureDiv
{
    display: inline;
    float: left;
    width: 214px;  
    height: 351px;
    background-color: #FFFFFF;  
    background-image: url('../img/mainRightnew.png');   
}

.whiteTextSpan
{
    color: #FFFFFF;   
}

.listDiv
{
    color: white; 
    font-size: 13px; 
    font-family: Arial;    
}


