body {
font-family: Verdana;
font-size: 13px;
color: #f7fdff;
margin: 0;
padding: 0;
background-color: #2662c8;
}

img {
border: 0;
}

a {
color: #f7fdff;
}

#container {
width: 100%;
height: 100%;
background-image: url(../img/body-bg2.gif);
background-repeat:repeat-x;
min-height: 800px;
}

#body {
width: 960px;
margin: 0 auto;
}

#top {
width: 960px;
height: 68px;

background-image: url(../img/bg-top3.gif);
}

#top .logo {
padding: 15px 0 0 50px;
float: left;
}

#top .langs {
position: relative;
top: 45px;
float: right;
right: 15px;
text-transform:uppercase;
}

#header {
width:935px;
height: 297px;
background-image: url(../img/bg-header3.jpg);
margin-left: 13px;
}

#header .menu {
font-family: Verdana;
position: relative;
top: 260px;

text-align: center;

}

#header a {
	font-size: 14px;
	color: #e5eff7;
	text-decoration: none;
	padding: 0 13px;
}

#header a:hover {
	text-decoration: underline;
}


#content {
margin: 35px 0 0 15px;
line-height: 19px;
}

#content p {
padding: 0 0 10px 10px;
text-align: justify;
}

#content .left {
float: left;
width: 705px;
margin-right: 30px;

}

#content .right {
float: left;
width: 195px;
margin-right: 15px;
text-align: left;


}

#content h1 {
font-family: Verdana;
font-size: 23px;
color: #e5eff7;
padding:0;
margin: 5px 0 15px 0;
}

#content h2 {
font-size: 18px;
color: #e5eff7;
padding:0;
margin: 15px 0 15px 0;
}

#content h3 {
font-variant: small-caps;
font-size: 16px;
color: #f7fdff;
padding:0;
margin: 5px 0 0 10px;
}

#content h4 {
font-size: 14px;
color: #e5eff7;
padding:5px 10px 5px 10px;
margin:0;
background-color: #074a7f;
}

#content li {
margin-bottom: 10px;
}

#content .menu  {
margin: 20px 0;
}

#content .right ul {
margin: 10px 0 50px 20px;
padding:0;
list-style-type: none;

}

#content .right li {
margin: 0 0 10px 0;
}

#content .submenu {

}

.side_thumb {
margin-left: 20px;
border: solid 3px #739ded;
width: 120px;
}





/*
.thumb {
margin-left: 30px;
}

.thumb img {
border: solid 3px #75a4f1;
}
*/

.clear {
clear: both;
}

#footer {
padding: 5px 10px;
margin-right: 20px;
color: #85bcf3;
font-size: 11px;
background-color: #1e54b0;
}

#footer a {
font-size: 11px;
color: #85bcf3;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

