body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    background-image: url(grad.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

img 
{
    border: 0px;
}

a 
{
    color: #2553af;
    text-decoration: none;
}

a:hover
{
    color: #2553af;
    text-decoration: underline;
}

#main_container 
{
    width: 100%;
    text-align: right;
}

#logo 
{
   float: left;
    
}

#menu_container 
{
    text-align: right;
    padding-top: 55px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
}

#menu_container a
{
    color: #444;
    font-family: Arial narrow, Sans-Serif;
    font-size: 14px;
    margin-right: 30px;
}


#gfx_container 
{
    float: left;
    display: none;
}

.forside_container 
{
    float: left;
    background-image: url(dark-bg.gif);
    background-repeat: repeat-x;
    width: 100%;
    text-align: center;
    height: 81px;
    display: table;
    border-bottom: 1px solid #d1d1d1;
}

.forside_text 
{   
    color: #fff;
    font-family: Arial Narrow, Sans-Serif;
    font-size: 30px;
    font-weight: normal;
    vertical-align: middle;
    display: table-cell;
}

.normaldark_container 
{
    float: left;
    background-image: url(dark-bg.gif);
    background-repeat: repeat-x;
    width: 100%;
    text-align: left;
    height: 81px;
    border-bottom: 1px solid #d1d1d1;
}

.normaldark_text 
{   
    color: #fff;
    font-family: Arial Narrow, Sans-Serif;
    font-size: 30px;
    font-weight: normal;
    overflow: hidden;
    height: 40px;
    padding-top: 55px;
    padding-left: 10px;
    margin: 0px;
}


#dark_text p 
{
    margin: 0px;
    padding: 0px;
}

#light_container 
{
    float: left;
    margin-top: 10px;
    background-color: #e8e8e8;
    text-align: left;
    width: 100%;
    padding: 0px;
    
    color: #444;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    text-align: justify;
    line-height: 150%;
}

.col2_texttitle,
.col2_gallerytitle,
.col2_flashtitle,
.col2_scripttitle,
.col2_mediatitle
{
    margin: 0px;
    padding: 0px;
    color: #2553af;
    font-family: Arial Narrow, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
}

.col2_textcontent,
.col2_gallerycontent,
.col2_flashcontent,
.col2_scriptcontent,
.col2_mediacontent
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.col2_textcontent p
{
    margin: 0px;
}

#bottom_container 
{
    width: 100%;
    float: left;
    margin-top: 20px;
    border-top: 1px solid #d1d1d1;
    
    font-size: 10px;    
    color: #999;
}

#contact 
{
    float: left;
}

#contact a
{
    color: #2553af;
}

#credits a 
{
    color: #ccc;
}

#credits a:hover 
{
    color: #2553af;
    text-decoration: none;
}