/* Layout Stylesheet */ 

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #333333 url(pix/bamboo.gif) repeat;
	color: #F0EDBD;
	margin: 60px 20px 20px;
	border:0;
	line-height: 18px;



 }
  
#main {
	background: #890A00 url(none) no-repeat;
	color: #111111;
	height:340px;
	width: 640px;
	overflow: auto;
	float: left;
	clear: none;
	border-top: 8px solid #f0edbd;
	border-right: 7px solid #f0edbd;
	border-bottom: 8px solid #f0edbd;
	border-left: 7px solid #f0edbd;
 }

#nest {
	float: none;
	width: 630px;
	background: #F0EDBD;
	color: #333333;
	margin: 0 0px 0px 0;
	clear: both;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0;

 }
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0EDBD;
}
