/* copyright celsius - http://celsius.ws */

html {  margin: 0px;  padding: 0px;  border: 0px;
  font-family:arial,sans-serif;
  line-height: 130%;
  overflow-x: hidden;}

body { 
  text-align: center;
}

.footer a:link {text-decoration: none; color:dbd9db;}
.footer a:visited {text-decoration: none; color:dbd9db;}
.footer a:active {text-decoration:none; color:dbd9db;}
.footer a:hover {text-decoration: underline; color: #50404d;}

a:link {text-decoration: none; color:50404d;}
a:visited {text-decoration: none; color:50404d;}
a:active {text-decoration:none; color:50404d;}
a:hover {text-decoration: underline; color: #be9da4;}


#container { 
  margin: 0 auto; 
  text-align: left;
  width: 980px;
}

#navigation {}

h1 {font-size: 18px;
    color:#262326;
    padding: 10 0 10 15;
	
	}

h2  {font-size: 18px;
    color:#262326;
    padding: 10 0 0 15;

	text-align: left;
	}


#content {
	font-size: 16px;
	color: #262326;
	width: 960px;}

#content p {
	padding: 0 0 0 15;
	width:910px;
	
	}
	
	
.slide ul {  list-style: none;  }
  
.slide li {  display: inline; margin-left: 130px;  }
	
.next { position:fixed; right:140; top:190px; z-index:1000; }
	
	
#footer {}

.footer {background-image:url('images/footerbg.png');
	background-repeat: no-repeat; 
	padding-bottom: 30px;
	font-family: sans-serif;
	line-height: 130%;
	font-size: 12.5px;
	color: #dbd9db;}

#footerleft {
	
	padding: 40 0 0 20;
	float:left;
	
	}
	
#footerright {  margin-left: 250px;
    padding: 40px 0 0 20px;	}

	
