/*
-------------------------------------------
File: 'Blueball Focus' width1000.css Style Sheet
Created: 14, October, 2009
Last Modified: 26, October, 2009
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2009 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#pagecontainer {
	background-image: url(../../images/focus_contentbg1000.png);
	background-position: top center;
	background-repeat: repeat-y;
	width: 1000px;
}

* html #pagecontainer {
	background-image: url(../../images/focus_contentbg1000.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#pageheader {
	width: 896px;
}

#pageheader h2 {
	width:  440px;
}

#pageheader #logo {
	left: 650px;
}

#navcontainer {
	width: 896px;
	background: transparent url(../../images/focus_navbg1000.png) top left no-repeat;
}

* html #navcontainer {
	background: transparent url(../../images/focus_navbg1000.jpg) top left no-repeat;
}

#contentwrapper {
	width: 896px;
}

#contentContainer {
	width: 570px;
}

#footer {
	width: 1000px;
}

* html #footer {
	background: transparent url(../../images/pagebottombg1000.jpg) top center no-repeat;
}

#bottomspacer {
	width: 1000px;
}

.photo-background {
	background: url(images/back.jpg) repeat-x;
}

* html .photo-background {
	background: url(images/back.jpg) repeat-x;
}

