
/***************************
SITE CONTENT
***************************/

	/***************************
	COLUMNS
	*/
	.column_row{
		clear: both;
		overflow: hidden;
		padding: 0 0 0 0;
		background-color: #FFF;
		}
		.col_1, .col_2{
			float: left;
			}
		.column_header{
			}
		.column_header_simple{
			display: none;
			}
		.column_footer{
			display: none;
			}
		/***************************
		COLUMNS: ONE
		*/
		.one_column{
			clear: both;
			margin: 0 auto;
			overflow: hidden;
			padding: 14px 0 40px 17px;
			}
			.one_column .col_1{
				float: none;
				}
		/***************************
		COLUMNS: TWO
		*/
		.two_column {
			overflow: hidden;
			margin:0;
			float:left;
			}
			.two_column .col_1{
				margin: 0 26px 0 0;
				width: 642px;
				/*margin: 0;
				margin-bottom: -1000px;*/
				}
			.two_column .col_2{
				width: 312px;
				/*padding: 0 0 1000px 29px;
				margin-bottom: -1000px;*/
				}
	
	/***************************
	MODULES
	*/
	.module,
	.post,
	.widget-container{
		}
		.module_header {
			}
		.module_header_simple {
			}
		.module_content {
			overflow: hidden;
			}
			.module_content .entry-title,
			.widget-title,
			h1.entry-title{
				}
			.module_content .entry-image img{
				}
			.module_content .entry-content{
				}
		.module_footer{
			}
		
			
			