	.section {
			margin: 0;
			padding: 0;
			width: 600px;
			position:relative;
		}
		
		.section ul {
			list-style: none; 
			margin-top:5px;
		}
		.section ul li {
			display: inline;
		}
		.section ul a {
			background-color:#791a16;
			border:1px solid #999999;
			padding: 3px 3px 3px 3px;
			display:block;
			float:left;
			margin:5px;
		}
		.section ul a:hover {
			background-color:#ce160e;
			border:1px solid #ce160e;
		}

		.section ul a.lightbox-enabled img {
			border:0;
		}
		
		.section span.code {
			font-family:"Courier New", Courier, monospace;
			margin:0;
			font-size:11px;
			border-left:1px solid #000;
		}
		
		.section .link { font-size:12px; font-style:italic; padding-left:10px; margin-left:10px; }
		
		.section .important { text-decoration:underline; }
		
		.section .title { font-weight:bold; font-size:16px;}
		
		.clear { clear:left; }
		
		.section.header { text-align:center; font-size:12px; padding-top:10px; border-top:none; }
		.section.footer { text-align:center; font-size:12px; padding-top:10px; }
	.style1 {