﻿body {}

div.container 
{
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

div.banner 
{
    position: relative; top: 0px; left: 0px;
    width: 950px;
    height: 90px;
    background-image: url(../images/bg_banner.jpg);
}

div.topnav 
{
    position: relative; top: 2px; left: 0px;
    width: 950px;
    height: 50px;
    background-image: url(../images/bg_topnav.jpg);
}

div.c_upper 
{
    position: relative; top: 0px; left: 0px;
    width: 950px;
    height: 354px;
}

div.c_lower 
{
    position: relative; top: 2px; left: 0px;
    width: 950px;
    height: 194px;
    background-image: url(../images/bg_light.jpg);
}

div.footer 
{
    position: relative; top: 2px; left: 0px;
    width: 950px;
    height: 55px;
    background-image: url(../images/bg_footer.jpg);
    text-align: center;
}

div.bnr_links 
{
    position: absolute; top: 10px; right: 20px;
    width: 400px;
    text-align: right;
}    

div.bnr_text 
{
    position: absolute; bottom: 4px; right: 20px;
    width: 400px;
    text-align: right;
}

div.cu_1 
{
    position: absolute; top: 2px; left: 0px;
    width: 347px;
    height: 145px;
    background-image: url(../images/bg_mid.jpg);    
    background-repeat: no-repeat;
}

p.cu_1 
{
    width: 307px;
    margin-left: 20px;
    margin-top: 20px;
}

div.cu_2 {
    position: absolute; top: 147px; left: 0px;
    width: 347px;
    height: 208px;
    background-image: url(../images/bg_dark.jpg);
    background-repeat: no-repeat;
}

ul.cu_2, p.cu_2 
{
    width: 307px;
    margin-left: 20px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.cu2_btn 
{
    position: relative; top: 0px; left: 0px;
    width: 322px;
    height: 29px;
    padding-bottom: 5px;
}

div.cu_3 
{
    position: absolute; top: 2px; left: 348px;
    width: 602px;
    height: 354px;
}

div.btn_lower 
{
    position: relative; top: 6px;
    float: left;
    width: 230px;
    height: 180px;
    margin-left: 6px;
}

p.btn_lower 
{
    width: 200px;
    margin-left: 15px;
    margin-top: 65px;    
}

/*
ul.btn_lower
{
    width: 200px;
    padding-left: 15px;
    
    margin-top: 6px;
    margin-bottom: 6px;
}
*/

div.privaccept 
{
    margin-left: 10px;
    margin-right: 10px;
    width: 400px;    
}



/*  Text    */

.bnr_links 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
a.bnr_links:link, a.bnr_links:visited { text-decoration: none; }
a.bnr_links:hover { text-decoration: underline; color: #e7e7e8; }

.bnr_text
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 8px;    
    color: #fff;
}

.cu_1 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #3d3a3b;       
}

.cu_2
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
a.cu_2:link, a.cu_2:visited { text-decoration: none; }
a.cu_2:hover { text-decoration: none; color: #e7e7e8; }

.cu2_btn 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    line-height: 2em;
}
a.cu2_btn:link, a.cu2_btn:visited { text-decoration: none; }
a.cu2_btn:hover { text-decoration: underline; color: #231f20; }

.c_lower 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.footer 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    
}
a.footer:link, a.footer:visited { text-decoration: none; }
a.footer:hover { text-decoration: underline; color: #e7e7e8; }

.privaccept 
{
    font-family: Georgia, Times New Roman;
    font-size: 10px;
    color: #000000;
}