/*
-----------------------------------------------
Site Layout Styles
Author:   akella at http://cssing.org.ua
Version:  1 sep 2009
----------------------------------------------- */
body{
	text-align:center;
	}
	.out{
		width:960px;
		text-align:left;
		margin:0 auto;
		}
	.col1,.col2, .col3{
		width:280px;
		float:left;
		margin-right:60px;
		}
		.col3{
			float:right;
			margin:0;
			}


			.col-ab,.post-left{
				float:left;
				width:640px;
				}
				.post-left-bigtext .post-content{
					width:auto;
					float:none;
					}
				.post-left-bigtext .post-contents{
					float:right;
					margin:0 0 20px 20px;
					}
				
			.col-c, .post-right{
				width:200px;
				float:right;
				}
				.col-b, .post-content{
					width:440px;
					float:right;
					}
				.col-a, .post-contents{
					width:160px;
					float:left;
					}
					.col-a{width:170px;}