body {
    background-color : #000000;
    font-family : Arial, 'Sans Serif', Verdana;
    font-size : 12px;
    margin : 0px;
    padding: 0px;
    line-height: 13px;
}

#container {
    margin : 0;
    padding: 0;
    display : block;
    width : 960px;
    min-height: 150px;
}

#langs {
   float: left;
}

#leftbar {
   float: left;   
   width: 330px;
   min-height: 250px;
   margin-top: 20px;
   margin-left: 40px;
}

#rightbar {
   float: left;   
   width: 470px;
   margin-left: 80px;
}

.clear {
   clear: both;
}

#toplinks {
   float: left;
   width: 100%;
}

#toplinks ul {
   list-style: none;
   padding: 0px;
   margin: 7px 0px;
   width: 100%;
}

#toplinks li {
   float: left;
   margin: 0px;
   text-align: center;
   width: 49%;
}

#toplinks a {
   color: #ffffff;
}

#toplinks a:hover {
   color: #ffffff;
   text-decoration: none;
}

#langs ul{
   list-style: none;
   margin: 3px 10px;
}

#langs li {
   float: left;
   margin: 10px 5px;
}

#sections {
   float: left;
   margin: 0px;
   list-style: none;
   font-size: 24px;
}

#sections li {
   height: 113px;
   width: 247px;
   line-height: 115px;
   margin: 9px 3px;
}

#sections li p {
   max-width: 100px;
   text-align: center;
   margin-left: 12px;
}

#sections a {
   text-decoration: none;
   color: #373737;
}

#sections a:hover {
   text-decoration: underline;
   color: #171717;
}

#sections .sec1 {
   background: url('../../redata/images/bg_section1.png') no-repeat;
}

#sections .sec2 {
   background: url('../../redata/images/bg_section2.png') no-repeat;
}

#sections .sec3 {
   background: url('../../redata/images/bg_section3.png') no-repeat;
}

#sections .sec4 {
   background: url('../../redata/images/bg_section4.png') no-repeat;
}

#sections .sec5 {
   background: url('../../redata/images/bg_section5.png') no-repeat;
}

#introlist {
   float: left;
   border: 1px solid #cbcbcb;
   margin-top: 50px;
}

#introlist .listhead {
   margin: 0px;
   padding: 0px;
   border: none;
   line-height: 0px;
}

#introlist li {
   background: url('../../redata/images/intro_bg.jpg') repeat-y left;
   border-bottom: 2px solid #cbcbcb;
}

#introlist li div {
   padding: 10px 0px;
}

#introlist h1 {
   font-size: 20px;
   color: #ff0000;
   padding: 15px 20px;
}

#introlist h1 strong {
   color: #ffffff;
}

#introlist div p {
   width: 100%;
   padding: 2px;
   margin: 10px 0px;
   color: #c0c0c0;
   font-size: 20px;
   line-height: 23px;
}

#introlist div div {
   padding: 0px 20px;
   width: 92%;
   margin: 10px 0px;
   color: #c0c0c0;
   font-size: 20px;
   line-height: 23px;
}

#introlist p img {
   max-width: 545px;
}

#footer {
   clear: both;
   height: 20px;
}

#links {
   float: left;
   width: 100%;
   min-height: 180px;
   margin-top: 50px;
   margin-left: 50px;
}

#leftlink {
   float: left;
   width: 280px;
   height: 175px;
}

#leftlink img {
   width: 280px;
   height: 175px;
}

#rightlink {
   float: right;
   width: 450px;
   height: 175px;
}

#rightlink img {
   width: 410px;
   height: 175px;
}