/**
 * Nucleo (X)HTML/CSS Framework
 * 
 * @template		stretched, three column, third column is main
 * 
 * Don't make any changes in core section of this file!
 *
 * @copyright       Copyright (c) 2008, Sergey Gogolev
 * @link            http://css.softprojects.ru/
 * @license    		CC-A-SA 3.0 (http://creativecommons.org/licenses/by-sa/3.0/)
 * @version         0.1.4
 */

/**
 * @section core initialization
 * 
 * Don't make any changes in this section!
 */
	@import url(../reset.css);
	@import url(../library.css);
	

/**
 * @section core
 * 
 * Don't make any changes in this section!
 */

.page-in, 
.header, .footer, .main, .column, .center-in, .min-width {
	position: relative;}
	
.page, .page-in {
	min-width: 100%; min-height: 100%;}

.page {
	position: absolute;	height: 100%;}
	
	.main, .center {
		width: 100%;}

	.column {
		float: left;}

	.left {
		margin-left: -100%;}
			
	
/**
 * @section settings 
 */		

	/* 
	 * Minimal width
	 * All values must be equal
	 */

		.min-width-block {
			min-width:		990px;}

	/* 
	 * Left column width
	 * All values must be equal
	 */
		.center-in {
			margin-left:	262px;}
	
		.left {
			width:			262px;}
	
	/* 
	 * Right column width
	 * All values must be equal
	 */
	
		.center-in {
			margin-right:	273px;}
	
		.right {
			width:			273px; 
			margin-left:   -273px;} 
	
	/* 
	 * Footer width
	 * All values must be equal
	 */	
		.footer {
			height:			72px; 
			margin-top:	   -72px;}
			
		.footer-place-for {
			height:			72px;}
