@charset "UTF-8";
/* CSS Document 
	Country Cousin 3 Column*/
.container {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: scroll;
	background-image: url(http://kevinjessee.com/queenbee/images/qb_centerbg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 1%;
	width: auto;
}	
.container_2col {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: scroll;
	background-image: url(http://kevinjessee.com/queenbee/images/qb_topcontent.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: e3dcc6;
	height: 1%;
	width: auto;
}
.center_2col {
	height: auto;
	width: 700px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}

.left {
	margin: 0px;
	width: 160px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}

.left_2col {
	margin: 0px;
	width: 160px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}

.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
/* Footer styles */
	#footer_2col {
        clear:both;
        width: 960px;
		height: 190px;
		background: url(http://www.kevinjessee.com/queenbee/images/queenbee_footer.jpg) top right no-repeat;
    }
	
	.footertext_2col {
		font: normal 13px 'Gentium Basic', serif;;
		text-align: center;
		padding: 65px 40px 0px 0px;
		color: #fff;
        float: right;
	}
