﻿
#header-holder
{
    width: 1000px; 
    margin-top: 10px;
}

#header-holder #header-main
{
    height: 154px;
    background: url('images/top-background.png') #ffffff no-repeat top center;
}

#header-holder #welcome-message
{
    text-align: right; 
    margin-bottom: 5px;  
    margin-right: 20px; 
    font-size: 11pt;
    color: #3a3838;
    font-family: Century Gothic;
}

#header-holder #welcome-message strong
{
    font-weight: normal;  
    color: #770909; 
}

#header-holder #welcome-message span
{
    margin: 0 2px;    
}

#header-holder #welcome-message a:link,
#header-holder #welcome-message a:visited,
#header-holder #welcome-message a:active
{
    color: #3a3838;
    text-decoration: none;
}

#header-holder #welcome-message a:hover
{
    color: #3a3838;
    text-decoration: underline;
}

#header-holder #logo
{
    float: left; 
    margin-left: 50px;
    margin-top: 8px;
}

#header-holder #name-slogan
{
    float: right;   
    text-align: right; 
    margin-top: 8px;
    margin-right: 15px;
}

#header-holder #name-slogan #slogan
{
    margin-right: 130px;
}

#header-holder #navigation
{
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}

#header-holder #navigation div
{
    float: left;    
}

