/**
 * Two columns with content floated left.
 * Fixed width of 960px.
 *
 * @since 0.6
 * @package Hybrid
 * @subpackage CSS
 */

#body-container {
border-right:1px solid #eeeeee;
border-left:1px solid #eeeeee;
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
        padding:0 15px 0 15px;

	}

#container {
	overflow: hidden;
	float: left;
	width: 940px;
        padding:20px 0px 0 0;

        }
.widget-inside {

}
.content {position:relative;
	overflow: hidden;
	float: left;
	width: 700px;

        }
.no-widgets .content, .no-default-widgets .content {
	width: 940px;
	}

#primary {
	position: relative;
	float: right;
	width: 220px;

	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 220px;

	}

#subsidiary {
	overflow: hidden;
	}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 284px;
	margin: 0 30px 0 0;
	}

#footer {
	clear: both;
	overflow: hidden;
	}
.footer-full {
background-image:url(greybackgr.jpg); 
}

.footer-full-widgets {
background: #eeeeee;
border-top:1px solid #e3e3e3;

}
.footer-center {
width:971px;
margin:0 auto;
padding:24px 0 0 0;
}
.footer-center-widgets {
width:971px;
margin:0 auto;

}