
.content_container
{
    margin-left: auto;
    margin-right: auto;
    background: url('images/mt11_header2.png');
    background-repeat: no-repeat;
    width: 775px;
    min-height: 500px;
}

.related_content_block
{
    border: 1px dotted silver;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 3px;
    padding-right: 3px;
}

.related_content_block_end
{
    clear: both;
}

.menu_item 
{  
    background: url('images/black_circle.png');
    background-repeat: no-repeat;
    font-family: "comic-sans", cursive;
    height: 64px;
    line-height: 55px;
    position: relative;
    text-align: center;
    width: 64px;
    z-index: 1;
}

.menu_item a:link
{
    color: silver;
    text-decoration: none;
    top: 50%;
    margin-top: -32px;  
}

.menu_item a:visited
{
    color: silver;
    text-decoration: none;
}

.menu_item:hover
{
    background: url('images/silver_circle.png');
}

.menu_item:hover a:link
{
    color: black;
    text-decoration: bold;
}

.menu_item:hover a:visited
{
    color: black;
    text-decoration: bold;
}

.menu_item_active
{
    background: url('images/black_circle.png');
    background-repeat: no-repeat;    
    color: yellow;
    font-family: "comic-sans", cursive;    
    height: 64px;
    line-height: 55px;    
    position: relative;
    text-align: center;
    width: 64px;
    z-index: 1; 
}

.menu_item_active:hover
{

}

#menu_home
{
    top: 240px;
    left: 65px;
}

#menu_details
{
    top: 250px;
    left: 50px;
}

#menu_directions
{
    font-size: 13px;
    left: 38px;
    line-height: 60px;        
    top: 260px;
}

#menu_lodging
{
    left: 38px;
    top: 270px;
    visibility: hidden; 
}

#menu_teams_schedule
{
    left: 40px;
    top: 205px;    
}

#menu_history
{
    left: 60px;
    top: 290px;  
    visibility: hidden;  
}

#main_content
{
    font-family: "Arial", Sans-serif;
    font-size: 13px;
    left: 155px;
    position: relative;
    top: -100px;
    width: 500px;
    z-index: 2;
}

.important_message
{
    color: red;
    font-style:italic;
}
