@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: 20px;
	font-weight: bold;
	color: #777;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #777;
	padding-bottom: 5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #777;
}

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

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

ul {list-style: none}

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

a:link{
  	text-decoration: none;
	font-weight: bold;
	color: #646464;
  } 
  
a:visited{
  	text-decoration: none;
  	font-weight: bold;
  	color: #646464;
  } 
  
a:hover{
    text-decoration: none;
	font-weight: bold;
	color: #CCC;
  } 
  
a:active{
	text-decoration: none;
	font-weight: bold;
	color: #EEE;
  }
	
body{
	background-color:#EEE;
	color:#646464;
	background-image: url(../bg.png);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 12px;
	padding-bottom: 20px;
}

#top{
	margin: 5px auto auto 285px;
	position: fixed;
}

#menu{
	height: 150px;
	width: 960px;
	left: 50%;
	margin: 10px auto auto -480px;
	background-image: url(../menu.png);
	background-repeat: no-repeat;
	position: fixed;
}

#follow{
	padding-right: 19px;
	padding-top: 32px;
}

#navigation{
	margin: 20px auto auto 280px;
	float: left;
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

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

#centermain{
	width: 600px;
	margin: 0px auto;
	text-align: center;
}

#main{
	width: 600px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-align: justify;
	line-height: 140%;
	clear: both;
}

#main2{
	width: 600px;
	margin: 0px auto;
	padding-bottom: 20px;
	padding-left: 25px;
	text-align: justify;
	line-height: 140%;
	clear: both;
}

#buffer{
	width: 600px;
	height: 150px;
	margin: 0px auto;
}

#contentl{
	width: 280px;
	padding-right: 40px;
	padding-bottom: 20px;
	float: left;
}

#contentr{
	width: 280px;
	padding-bottom: 20px;
	float: right;
}

#floatright {
	float:left;
}

#float {
	float:left;
	padding-right: 20px;
}

#float2 {
	float:left;
	padding-right: 15px;
	padding-bottom: 15px;
}

#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; 
	padding-right: 20px;
	padding-bottom: 20px;
}

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

img.bottompad { 
	padding-bottom: 5px;
}
