body{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 11px;
    background-image: url("../images/body.jpg");
    background-repeat: repeat-x;
}

#start{
    width: 436px;
    height: 232px;
    margin: 200px auto;
    background-image: url("../images/start.jpg");
}

#flags{
    padding: 105px 0 0 60px;
}

.flag{
    float: left;
}

#all{
    width: 1066px;
    margin: 0 auto;
}

#header{
    width: 1066px;
    height: 154px;
    text-align: center;
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
}

#mainContainer{
    width: 1066px;
    background-image: url("../images/container.jpg");
    background-repeat: repeat-y;
}

#leftContainer{
    width: 787px;
    min-height: 400px;
    float: left;
    background-image: url("../images/leftContainer.jpg");
    background-repeat: no-repeat;
}

#rightContainer{
    width: 279px;
    min-height: 400px;
    float: right;
    background-image: url("../images/rightContainer.jpg");
    background-repeat: no-repeat;
}

#rightContainerTopBg{
    width: 257px;
    min-height: 30px;
    background-image: url("../images/right_bg.jpg");
}

#footer{
    width: 1066px;
    height: 61px;
    clear: both;
    background-image: url("../images/footer.jpg");
    color: #476326;
    font-size: 10px;
}

#footerText1{
    float: left;
    padding: 23px 0 0 50px;
}

#footerText2{
    float: right;
    padding: 23px 55px 0 0;
    text-align: right;
}

#footerText2 a,a:visited,a:hover{
    color: #476326;
    text-decoration: none;
}

#news{
    width: 787px;
    height: 91px;
}

#newsText{
    padding: 30px 20px 10px 230px;
    color: #6e9e3b;
    line-height: 16px;
}

#content{
    padding: 40px 0 20px 60px;
}

.text{
    padding: 10px 20px 10px 30px;
    line-height: 20px;
    color: #616161;
}

.moreImg{
    text-align: right;
    padding: 0 20px;
}

.askImg{
    text-align: right;
    float: right;
    padding: 0 20px 20px 20px;
}

.backImg{
    text-align: left;
    float: left;
    padding: 0 20px 20px 20px;
}

.no_border{
    border: 0;
}

.bold{
    font-weight: bold;
}

a,a:visited{
    color: #228402;
    text-decoration: none;
}

a:hover{
    color: #2aa401;
    text-decoration: underline;
}

table{
    color: #616161;
    font-size: 11px;
    line-height: 16px;
}

.form_title{
    text-align: right;
}

.form_field input{
    color: #616161;
    font-size: 11px;
    border: 1px solid #b4b4b4;
    padding: 2px 3px;
}

.form_field select{
    border: 1px solid #b4b4b4;
    color: #616161;
    font-size: 11px;
    padding: 1px 0;
}

.form_field textarea{
    color: #616161;
    font-size: 11px;
    border: 1px solid #b4b4b4;
    padding: 2px 3px;
}

.form_buttons input{
    color: #616161;
    font-size: 11px;
    width: 70px;
    border: 1px solid #b4b4b4;
}

.error{
    color: #e40000;
}