/*
-------------------------------------------
File: 'Blueball Focus' width800.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 {
	width: 800px;
	background-image: url(../../images/focus_contentbg800.png);
	background-position: top center;
	background-repeat: repeat-y;
}

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

#pageheader {
	width: 696px;
}

#pageheader h2 {
	width: 240px;
}

#pageheader #logo {
	left: 450px;
}

#navcontainer {
	width: 696px;
	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: 696px;
}

#contentContainer {
	width: 334px;
}

#footer {
	width: 800px;
	background: transparent url(../../images/pagebottombg800.png) top center no-repeat;
}

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

#bottomspacer {
	width: 800px;
}

.photo-background {
	background-image: url(../../images/focus_contentbg800.png);
}

* html .photo-background {
	background-image: url(../../images/focus_contentbg800.jpg);
}

