@import  url("global00.css");
@import  url("styles01.css");

/*=main structure (reference only)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 
.page {}
	.header {}
	.wrap {}
		.subwrap {}
			.content {}
				.lining {}
					.column {}
			.aside {}
				.lining {}
		.extra {}
			.lining {}
	.footer {}
 */


/*=page
	Could be decorated with background: Foux columns etc.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container {
	min-width: 300px;
	max-width: 1280px;
	
	margin:0 auto;
	}
	#wrapper {
		overflow: hidden !important;
		overflow: visible;
		/* max-width:  300px; */
		margin: 0 auto; 
		padding-top: 10px; 
		}
		
#content,
#aside,
#extra {
	overflow: hidden; 
	}


/*=columns: center, right, left
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* columns: center, right 
*/
	 #content {
		 width: 100%; 
		}
		/* column: center 
		*/
		#content .lining {
			padding:2px 5px 4px 5px;
			}
			#content .lining .column {
				overflow: hidden; 
				width: 100%; 
				}

/*=header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header {
	
}
	#header .lining {
		padding: 10px;
		}

/*=footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer {
	clear: both; 
	}
	#footer .lining {
		padding: 10px;
		}

