* {
margin: 0;
padding: 0;
}
img {
display: block;
}
body {
background: #031a17;
font: 11px Tahoma;
color: #fff;
}
a {
text-decoration: underline;
color: #fff;
}
a:hover {
text-decoration: none;
color: #cbedea;
}
.wrapper {
width: 948px;
border-right: 4px solid #072824;
border-left: 4px solid #072824;
border-bottom: 4px solid #072824;
margin: 0 auto;
}
.header {
background: url(../img/headerBg.jpg) no-repeat top;
text-align: left;
border-left: 1px solid #010103;
border-right: 1px solid #010103;
position: relative;
}
.langSelect {
position: absolute;
right: 150px;
bottom: 19px;
text-align: right;
}
.langSelect img {
width: 16px;
margin-left: 10px;
display: block;
float: left;
border: 1px solid #48a497;
}
.topMenu {
background: url(../img/menuBg.jpg) no-repeat top;
text-align: left;
border-left: 1px solid #010103;
border-right: 1px solid #010103;
position: relative;
}
.topMenu ul {
list-style: none;
font-weight: bold;
height: 29px;
padding-top: 20px;
padding-left: 12px;
}
.topMenu ul li {
float: left;
padding: 0 16px;
border-right: 1px solid #fff;
}
.topMenu ul a {
text-decoration: none;
}
.topMenu ul a:hover {
color: #cbedea;
text-decoration: none;
}
.mainContainer {
background: #053029;
border-left: 1px solid #010103;
border-right: 1px solid #010103;
}
.content {
float: left;
background: #00493e;
width: 639px;
min-height: 450px;
padding: 30px 20px;
border-right: 1px solid #010103;
}
.content h1 {
font: 20px Tahoma;
margin: 0 0 16px 0;
}
.content h2 {
font: bold 12px Tahoma;
margin: 0 0 8px 0;
color: #cbedea;
}
.content p {
margin: 0 0 16px 0;
line-height: 16px;
}
.rightColumn {
width: 242px;
background: #053029;
float: right;
padding: 30px 12px;
font-size: 10px;
line-height: 14px;	
color: #cbedea;
}
.rightColumn h3 {
font: bold 11px Tahoma;
margin: 0 0 8px 0;
color: #fff;
border-bottom: 1px solid #cbedea;
padding-bottom: 2px;
}
.footer {
background: #072824 url(../img/footerBg.gif) no-repeat top;
color: #daf1e9;
text-align: center;
border-left: 1px solid #010103;
border-right: 1px solid #010103;
border-bottom: 1px solid #010103;
height: 24px;
padding-top: 18px;
font-size: 10px;
}