/*
-----------------------------------------------
Site Layout Styles
Author:   akella at http://cssing.org.ua
Version:  18 jun 2007
----------------------------------------------- */
.in{
	width:990px;
	margin: 0 auto;
	position:relative;
	text-align:left;
	
	}
.top{
	border-top:3px solid #bbdc61;
	}
	#content .in{zoom:1; /*overflow:hidden;*/}
	.c1{
		width:670px;
		float:left;
		}
	.c2{
		width:230px;
		float:right;
		}
	.layout1 .c2{
		width:279px;
		}
	.layout2 .c1{
		width:720px;
		}
	.layout2 .c2{
		width:220px;
		}
	.layout3 .c1{
		width:690px;
		}
	.layout3 .c2{
		width:280px;
		}
	.layout4 .c1 {
		width:700px;
	}
	.layout4 .c2 {
		width:275px;
	}
	
html, body{
	height: 100%;
	}
#out {
	position: relative;
	min-height: 100%;
	}
* html #page{
	height: 100%;
	}
#footer{
	position: absolute;
	bottom: 0;
	}
