body
{
    background-color:   #fff;   
    font-family:        Arial,Helvetica,sans-serif;
    font-size:          12px;
    line-height:        160%;
}

.page_short
{
      background:       #ffffff url('../images/mtc_home_autumn.jpg') no-repeat top right;
      width:            1000px;
      height:           800px;
      margin-left:      auto;
      margin-right:     auto;
      position:         relative;
}

.short_content
{
    position:           absolute;
    top:                240px;
    left:               410px;
    width:              500px;
}

.nav_bar
{
    position:           absolute;
    top:                180px;
    left:               410px;
    width:              500px;
}

.nav_bar_item
{
    float:              right;    
}

.nav_bar_item a
{
    text-decoration:    none;
    padding-left:       10px;
    padding-right:      10px;
    font-size:          20px;
}


.nav_bar_item a.selected
{
    color:              #000 !important;
}

.nav_bar_item a.selected:hover
{
    text-decoration:    none;
}

.title
{
    font-size:          24px;
    margin-bottom:      25px;
}

.large_font
{
    font-size:          16px;   
}

a
{
    color:              #b14565;
    text-decoration:    none;
    
}

a:hover
{
    color:              #000;   
    text-decoration:    underline;
}

.italic
{
    font-style:         italic;   
}

.bold
{
    font-weight:        bold;   
}

#we_are
{
    line-height:        160%; 
    padding-left:       15px;
}
