﻿body
{
   background-color:rgb(20,5,2);
}


#master_div
{
    text-align:center;
    position: absolute;
    font-family:"Verdana";
    width:100%;
    margin-left: auto ;
    margin-right: auto ;
}

#topbar
{
    background-image:url('/images/top_part.png');
    background-repeat:no-repeat;
    background-position:top;
    text-align:center;
    position: absolute;
    top: -10px;
    left: 0px;
    width:100%;
    height:90px;
    margin-left: auto ;
    margin-right: auto ;
}

#main_logo
{
    background-image:url('/images/logo.png');
    background-repeat:no-repeat;
    background-position:top;
    width:202px;
    height:212px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -460px;
}

#menu_bar
{
    background-image:url('/images/menu.png');
    background-repeat:no-repeat;
    background-position:top;
    width:663px;
    height:131px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -80px;
}

#main_menu_items
{
    text-align:center;
    position:absolute;
    top: 30px;
    left: 50%;
    margin-left: -50px;
    width:600px;
}

#inside_content_wrapper
{
    background-color:rgb(0,0,0);
    width:100%;
}

#inside_content
{
    text-align:left;
    color:rgb(255,255,255);

    font-size: 11px;
    line-height: 14px;
    font-family:"Verdana";

    
    width:495px;
    margin-left: auto ;
    margin-right: auto ;
    padding-top:130px;

} 

#silverlightControlHost
{
    text-align:center;
    height:429px;
    width:100%;
    margin-left: auto ;
    margin-right: auto ;
    color:rgb(0,0,0);
    
    background-color:rgb(0,0,0);
    padding-top: 72px;
} 



/* New Style */
#news_layer
{
    text-align:left;
    color:rgb(176,0,0);

    font-size: 12px;
    line-height: 14px;
    font-family:"Verdana";
    font-weight: bold;
    
    height:190px;
    width:495px;
    margin-left: auto ;
    margin-right: auto ;
    padding-top:95px;
    padding-right:100px;
    padding-left:115px;

} 

/* New Style */
.news_title
{
   
} 

/* New Style */
.news_text
{
    padding: 5px 0px 0px 13px;
    color:rgb(255,255,255);
    font-size: 11px;
    font-weight: normal;
} 





/* New Style */
#copyright_logo
{
    text-align:center;
    color:rgb(75,67,67);
    text-align:center;
    font-size: 11px;
    line-height: 14px;
    font-family:"Verdana";
    height:140px;
    width:100%;
} 

/* New Style */
#copyright
{
    text-align:center;
    color:rgb(75,67,67);
    font-size: 11px;
    line-height: 14px;
    font-family:"Verdana";
    height:100px;
    width:100%;
    margin-left: auto ;
    margin-right: auto ;
} 

#footer
{

} 


/* New Style */
#red_girl
{
    background-image:url('/images/redgirl.png');
    background-repeat:no-repeat;
    background-position:top;

    text-align:center;
    position:absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -760px;
    
    width: 551px;
    height: 1026px;



} 

#bottom_bar
{
    background-image:url('/images/bottom.png');
    background-repeat:no-repeat;
    background-position:top;
    color: #f0c;
     font-size: 9px;
     font-family: Verdana, Geneva, Arial, sans-serif;
     background-color: #c00;
     text-align: center;
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 15px
} 





#main_content
{
    background-image:url('/images/main_part.png');
    background-repeat:no-repeat;
    background-position:top;
    
    text-align:center;
    width:100%;
    height:460px;
    margin-left: auto ;
    margin-right: auto;
    
    
}





/***********************************************************************
 Footer
 ***********************************************************************/
#bottom_menu_bar
{

    text-align:center;
    width:100%;
    height:80px;
    margin-left: auto ;
    margin-right: auto;
      
     color:rgb(176,0,0);

    font-size: 12px;
    line-height: 14px;
    font-family:"Verdana";
    font-weight: bold;
    
}

#bottom_bar
{
    background-color:rgb(20,5,2);
     background-image:url('/images/bottom.png');
    background-repeat:no-repeat;
    background-position:top;
    text-align:center;
    width:100%;
    height:15px;
    margin-left: auto ;
    margin-right: auto;
    
    
}


/***********************************************************************
 Page Properties
 ***********************************************************************/
 a:link {
	text-decoration: none;
	color:rgb(176,0,0);
}
a:visited {
	text-decoration: none;
	color:rgb(176,0,0);
}
a:hover {
	text-decoration: underline;
	color:rgb(176,0,0);
}
a:active {
	text-decoration: none;
	color:rgb(176,0,0);
}



/***********************************************************************
 Helper Style Classes
 ***********************************************************************/
.style6 {
	font-size: x-small;
	color: #443737;
}

.style7 {
	 font-size: 12px;
    line-height: 14px;
    font-family:"Verdana";
    font-weight: bold;
    color:rgb(176,0,0);
}

.front {
	z-index:100;
}
