@charset "utf-8";
/******************************
   Subpage
******************************/	
#subpage { overflow:hidden; clear:left; min-height:500px; }
	#subpage h1 { margin:0 0 12px; border-bottom:1px solid #cccccc; } 

	/******************************
	   Main
	******************************/	
	#main { float:left; width:580px; }

	/******************************
	   Modules
	******************************/	
	.module-intro { margin:0 0 12px; border-bottom:1px solid #cccccc; } 
		.module-intro img { float:left; padding:0 12px 3px 0; } 	

	/******************************
	   Sidebar
	******************************/	
	#sidebar { float:right; width:200px; margin:0 0 12px; }	
	
		#sidebar .bucket-top { width:200px; height:19px; background:url('../images/sidebar/bucket-top.gif') no-repeat top center; }		
		#sidebar .bucket-mid { width:176px; background:url('../images/sidebar/bucket-mid.gif') repeat-y; padding:0px 12px 5px 12px;  }		
			#sidebar .bucket-mid ul.last { margin:0 0 0 18px; }		
			#sidebar .bucket-mid ul.features { }
				#sidebar .bucket-mid ul.features li { padding:0 0 2px; }								
		#sidebar .bucket-bot { width:200px; height:14px; margin:0 0 12px; background:url('../images/sidebar/bucket-bot.gif') no-repeat top center; }				

