@charset "utf-8";
/*********************************************************************
File Name:	sample.css
File Info:	CSS
Author:		WEB DESIGN LAB
		http://www.webdlab.com/
Last Modified:	10.01.2009
*********************************************************************/

/*--------------------------------------------------------------------
Base
--------------------------------------------------------------------*/













/*--------------------------------------------------------------------
Sample
--------------------------------------------------------------------*/





.note {
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : left top;
  line-height : 1.8;
  padding : 0px 10px 0px 10px;
  font-size : 15px;
  margin-left : 20px;
}
LI {
  margin-left:0px;
  list-style-type: none;
}
IMG{
  margin-left : 0px;
}
.samplenote{
  width : 680px;
  margin-left : auto;
  margin-right : auto;
  position : relative;
}