﻿* {
    margin: 0;
    padding: 0;
}

body {
    padding: 40px 0 30px 0;
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #C7D8E8;
    background: #040004;
}

h1 {
    padding: 56px 0 0 30px;
    font-weight: normal;
    font-size: 42px;
    color: White;
}

h1 a {
    font-weight: normal;
    text-decoration: none;
    color: White;
}

h1 a:hover {
    text-decoration: none;
    color: White;
}

h2 {
    padding: 3px 0 0 30px;
    font-weight: normal;
    font-size: 24px;
    color: White;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #A9B59F;
}

a:hover {
    text-decoration: underline;
    color: #C9D5BF;
}

#main {
    margin: 0 auto;
    border: 4px solid #472255;
    width: 941px;
    text-align: left;
}

#header {
    height: 270px;
    width: 941px;
    background: Black url(images/header.jpg) no-repeat;
}

#menu {
    height: 56px;
    background: Black url(images/menu.jpg) no-repeat;
}


#menu ul {
    list-style: none;
    padding: 0 0 0 10px;
}

#menu ul li {
    padding: 0 28px;
    display: block;
    float: left;
}

#menu ul li a {
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 56px;
    text-decoration: none;
    color: White;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #E9FAFF;
}

#translation
{
	    height: 56px;
    color: #C7D8E8;
}

#translation ul {
    list-style: none;
    padding: 0 0 0 10px;
}

#translation ul li {
    padding: 0 34px;
    display: block;
    float: left;
}

#translation ul li a {
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 56px;
    text-decoration: none;
    color: #C7D8E8;
}

#translation ul li a:hover {
    text-decoration: none;
    color: #E9FAFF;
}


#middle {
    background: Black url(images/middle_home.jpg) no-repeat bottom;
    border-top: none;
}

#middle2 {
    height: 1%;
    background: url(images/middle.gif) repeat-x top;
}

#sidebar {
    float: left;
    padding: 0 0 30px 36px;
    font-size: 20px;
    width: 265px;
}

#sidebar h3 {
    padding: 20px 0 10px 0;
    font-weight: normal;
    font-size: 28px;
    color: #FFDDDD;
}

#sidebar ul {
    list-style: none;
    padding: 8px 0 2px 0;
}

#sidebar ul li {
    padding: 0 0 0 138px;
}

#sidebar ul li a {
    display: block;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    color: #2447DF;
}

#sidebar ul li a:hover {
    text-decoration: none;
    color: #2447FF;
}

#right {
    float: right;
    padding: 0 32px 30px 42px;
    width: 560px;
    background: url(images/right.jpg) no-repeat;
}

#right h3 {
    padding: 20px 0 10px 0;
    font-weight: normal;
    font-size: 28px;
    color: #EEDDDD;
}

#right ul {
    list-style: none;
    padding: 8px 0 8px 35px;
}

#right ul li {
    text-align: justify;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    padding: 0 40px;
}

