/* Global */ 
html,body {
    font-family:Verdana, Geneva, sans-serifpx;
    font-size:11px;
    margin:0px;
    background: #a1c92a URL(images/bg_violet.gif) repeat-x;
}

a {
    color:#000000;
    font-size:11px;
    text-decoration:none;
}

a:hover { 
    text-decoration:underline; 
}

/* Languages */  
.language_changer {
    margin:5px 10px 10px 0px;
    float:right;
    color:#ffffff;
}

.language_changer a {
    margin-right:10px;
    color:#ffffff;
}

.language_changer .active {
    text-decoration:underline;
    color:#a1c92a;
}

/* Bg */  
.bg_top {
    background: URL(images/head_bg_violet.jpg) center no-repeat;
    height:284px;
    width:880px;
}

.bg_main {
    background-color: #ffffff;
    height:200px;
}

.bg_bottom {
    background: #a1c92a URL(images/bottom_bg.gif) top no-repeat;
    height:60px;
}

.bg_bottom_1 {
    color:#ffffff;
    padding:20px 20px 10px 20px;
}

/* Content */
.main {
    width:865px;
}

.main_left {
    width:220px;
}

.main_left_1 {
    background: URL(images/main_left_1_violet.gif) no-repeat;
    height:17px;
}

.main_left_2 {
    background: URL(images/main_left_2_violet.gif) no-repeat;
    height:16px;
}
 
.main_right {
    padding:10px 10px 10px 10px;
}

/* Other */
.banner_left {
    margin:10px 10px 10px 10px;
    padding: 20px 15px 20px 15px;
    border: 1px solid #a0a0a0;
    color:#a0a0a0;
    text-align:center; 
}

/* Menu */
#menu a {
    border-bottom:1px solid #ffffff;
}

#menu div a {
    border:none;
    padding:0px;
}

.this_page {
    font-size:16px;
    color:#000000;
    font-weight: bold;
    padding:0px 10px 10px 10px;
}
