/*
-------------------------------------------
File: 'Blueball Newzpaper' sidebarright.css Style Sheet
Created: 18, March, 2006
Last Modified: 15, August, 2008
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themesupport@blueballdesign.com
Copyright 2006-2008 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


#contentwrapper {
	background: url(../../images/sidebarright_ie6.gif) top right repeat-y;
}

#contentwrapper #sidebarContainer {
	float: right;
	padding: 0px 40px 18px 10px;
	margin-right: 22px;
}

* html #contentwrapper #sidebarContainer {
	float: right;
	padding: 0px 40px 18px 10px;
	margin-right: 11px;
}

#contentwrapper #contentContainer {
	position: relative;
	margin-left: 0px;
	margin-right: 258px;
	padding: 5px 25px 18px 45px;
}

* html #contentwrapper #contentContainer {
	margin-right: 258px;
}

#footer {
	padding: 0px 0px 15px 45px;
}


