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

@font-face {font-family:Cantarell; src:url("../images/fonts/Cantarell-Regular.eot");}
@font-face {font-family:Cantarell; src:url("../images/fonts/Cantarell-Bold.eot"); font-weight:bold;}
@font-face {font-family:Cantarell; src:url("../images/fonts/Cantarell-Regular.ttf");}
@font-face {font-family:Cantarell; src:url("../images/fonts/Cantarell-Bold.ttf"); font-weight:bold;}


body {
	margin:0;
	border:0;
	padding:0;
	font-family:Cantarell, Arial, Verdana, sans-serif;
    color:#000000;
	background:#FFFFFF;
	font-size:76%;
	line-height:1.3em;	
}

#header {
	width:1024px;
	height:200px;
	background:none;
	overflow:hidden;
	text-align:center;
}
  
#container {
  position:fixed; 
  top:0px;
  left:0;
  bottom:0px; 
  right:0; 
  overflow:auto; 
  padding:30px 0 30px 0;

}


#header-left {
	float:left;
	clear:none;
	width:250px;
	height:150px;
	margin:55px 0 0 50px;
}

#footer {
	display:none;
}

#footer-text {
	height:170px;
	width:750px;
	margin:10px;
	padding-top:85px;
}

#middle {
  width:800px;
  background:#FFFFFF;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:20px;
  margin-right:0;
  text-align:left;
}


a, a:visited {
  font-size:1.1em;
  text-decoration:none;
  color:#000000;
  outline:none;
  }

a:hover {
  color:#000000;
  }
  

a.button{
display: none;
}

a.button span{
display: none;
}


#text img { 
border:2px solid #000000;
}

#absolute {
display: none;
}

hr {
  background-color:#FFFFFF;
  color:#000000;
  }

#text-content {
	width:550px;
}

#loader {
	display:none;
}


