
body{
	 background-color: #ffffff;
	 margin:50px 0px; padding:0px;
	 text-align:center;
}

#main{
	
	width: 1010px;
	margin: 0px auto;
	text-align: left;
}
	
img{  
	border-style: none;
}	


#nav{
	position:relative;
	top:0px;
	left:10px;
	
}

	

#scroller{
	position:relative;
	top:8px;
	left:0px;
}


#footer{
	position: relative;
	top:70px;
	left:10px;
	}
	
	
	
	
	
* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  line-height:18px;
  color:#666666;

  
  
}
a {
  color:#666666;
  text-decoration:none;
}


a:hover {
	text-decoration:line-through;
	}
	
a:visited {
	}
	
	
	

#contact{
	position:relative;
	top:10px;
	left:5px;
	width:528px;
	padding:50px 5px 10px 10px;
	}



b {
	color:#000000;
}

p{
	margin:0px;
	
}

.cursor{
   cursor:pointer;	
}