/*
	Style Name	: Dueling Sidebars
	Style URI	: http://getk2.com/
	Comments	: Sidebars on both sides of content
	Tags		: layout
*/

#header {
        background: black url('banner.JPG') center center no-repeat;
        }

#header .blog-title {
        padding: 15px 50px 0px;
        }

#header .description {
        margin: 5px 50px;
        }




body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

body.columns-three .template-image #primary {
	margin-left: 0;
}
