@import 'ecommerce.css';
@import 'contact.css';
@import 'search.css';
@import 'sitemap.css';
@import 'lightbox.css';

/**
 * Content
 */
#contentWrapper { float: left; width: 952px; }
#contentColumn { position: relative; width: 930px; min-height: 200px; }

	/* path */
	#contentColumn #path { margin: 10px 0 15px 25px; font-size: 0.9em; }
		#contentColumn #path a { color: #4c4c4c; text-decoration: none; }
		#contentColumn #path a:hover { text-decoration: underline; }
	
	/* content */
	#content { margin-bottom: 50px; }
		#content .title { border-bottom: 1px solid #e1e1e1; margin-bottom: 15px; }
		
		#content #pageList { width: 912px; margin: 20px auto 0 auto; clear: both; }
			#content #pageList .round { margin-top: 15px; }
			#content #pageList h3 { margin: 0; }
		
		#content #pageNav { width: 100%; margin-top: 20px; clear: both; }
			#content #pageNav td { width: 33.3%; }

