@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

h1 {
	font-size: 15px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: #7E808B;
}

h5 {
	font-size: 11px;
	font-weight: normal;
}

ul {list-style: none}

.s9 {font-size: 10px; color: #7E808B}
.s10 {font-size: 11px}
.s11 {font-size: 12px}
.s12 {font-size: 13px}

a:link{
  	text-decoration: none;
	font-weight: normal;
	color: #565760;
  } 
  
a:visited{
  	text-decoration: none;
  	font-weight: normal;
  	color: #565760;
  } 
  
a:hover{
    text-decoration: none;
	font-weight: normal;
	color: #7E808B;
  } 
  
a:active{
	text-decoration: none;
	font-weight: normal;
	color: #565760;
  }
	
body{
	background-color:#E8EBFE;
	color:#565760;
	background-image: url(../bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 12px;
	min-width: 900px;
	padding-bottom: 20px;
}

#top{
	height: 100px;
	width: 100%;
	margin: 20px auto;
	text-align:center;
}

#follow{
	margin: -26px auto auto 35px;
	float: left;
}

#menu{
	height: auto;
	width: auto;
	padding: 5px;
	margin-top: 30px;
	background-image: url(../bgopac.png);
	background-repeat: repeat;
}

#menu ul{
text-align: center;
margin: 0;
padding: 0;
list-style-type: none;
}

#menu ul li{
text-decoration: none;
display: inline;
padding: 0px 10px;
}

#centermain{
	width: 80%;
	min-width: 700px;
	max-width: 860px;
	margin: 0px auto;
	padding-top: 20px;
	text-align: center;
}

#main{
	width: 80%;
	min-width: 700px;
	max-width: 860px;
	margin: 0px auto;
	padding-top: 20px;
	text-align: justify;
	line-height: 160%;
	clear: both;
}

#main2{
	width: 80%;
	min-width: 700px;
	max-width: 860px;
	margin: 0px auto;
	padding-top: 20px;
	text-align: justify;
	clear: both;
}

#main3{
	width: 80%;
	min-width: 700px;
	max-width: 860px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}

#mainposter{
	width: 130px;
	text-align: left;
	float: left;
}

#float {
float:left;
padding: 10px 10px;
}

#floatleft {
float:left;
margin-left: -10px;
padding: 10px 10px;
}

#logo {
	float: left;
	position: absolute;
	width : 125px;
	height: 75px;
	margin-left: 12px;
	margin-top: 10px;
}

#language {
	text-align: right;
	width: 680px;
	height: auto;
	margin: -30px auto;
}

img.floatLeft { 
    float: left; 
    margin: 0 10px 0 0; 
}

img.floatRight { 
    float: right;
	padding-right: 300px;
}