/*  
Theme Name: iMCPooBah
Theme URI: http://www.makingmoneyfacts.net/wordpress-templates
Description: WP theme designed with conversions in mind
Author: IMC and PBH
Author URI: http://www.makingmoneyfacts.net
Version: 0.1 <a href="http://www.makingmoneyfacts.net/wordpress-templates"> iMCPooBah </a> 


Theme designed by Ian C. and Paul H.
Theme built by Ian C.



*/
@import url("css/contentLayout.css");

body {
	font: 75% "Trebuchet MS", Tahoma, Arial;
	background: #EEEEEE;
	margin: 0px;
	padding: 0px 0px 30px;
}

#siteWrapper {
    position: relative;
	margin: 0px auto;
	width: 950px;
	padding-bottom: 30px;
	background: #FFFFFF; /* url(images/siteWrapper.gif) repeat-y; */
}

/* ---------- Header ---------------*/
#headerWrapper {
    background: url(images/headerWrapper.jpg) no-repeat;
	height: 115px;
	position: relative;
}

#headerLogo {
    background: url(images/headerLogo.jpg) no-repeat;
    height: 115px;
    width:  200px;
    float: left;
}

#headerExtraBar {
    width: 635px;
    height: 68px;
    float: left;
    text-align: right;
}

#headerNavigationBar {
    height: 32px;
    width: 635px;
    float: left;
    z-index: 500;
}

/* ---------- Focus Bar -----------------*/
#focusBar {
    width: 935px;
    height: 220px;
    margin: 0px 5px 0px 5px;
    background: #FFFFFF;

}

#focusBoxLeft {
    width: 245px;
    height: 150px;
    margin: 0px 15px 0px 10px;
    padding: 50px 15px 1px 15px;
    background: #EEEEEE;
    float: left;
    text-align: right;
    background: #EFEFEF url(images/focusBoxLeft.jpg) no-repeat;
}

.focusBoxLeftText {
	position:relative;
	left:125px;
	top:100px;
}

#focusBoxCenter {
   width: 310px;
    height: 200px;
    margin: 0px 15px 0px 0px;
    padding: 1px 15px 1px 15px;
    background: #EEEEEE;
    float: left;
}

#focusBoxRight {
    width: 275px;
    height: 200px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: #EFEFEF url(images/focusBoxRight.jpg) no-repeat;
    float: right;
}

/* ---------- Content Section -----------------*/
#siteContent {
	padding: 5px 18px 5px 18px;
    float:left;
	width: 635px;
	overflow: hidden;
/*	border: 1px solid #ff00ff;  */
}

#siteContentFull {
	padding: 5px 18px 5px 18px;
	width: 900px;

}



/* ---------- Side Bar -----------------*/
#sideBar {
	float: right;
	padding: 0px;
	width: 275px;
	overflow: hidden;
/*	border: 1px solid #00ffff;  */
}



/* ---------- Footer Bar -----------------*/
#footerBar {
    width: 920px;
    height: 205px;
    padding: 5px 0px 5px 25px;
    background: #FFFFFF;
    clear: both;
}

#footerBoxLeft {
    width: 275px;
    height: 200px;
    margin: 0px 10px 0px 0px;
    padding: 1px 1px 1px 1px;
    background: #EEEEEE;
    float: left;
}

#footerBoxCenter {
    width: 325px;
    height: 200px;
    margin: 0px 10px 0px 0px;
    padding: 1px 1px 1px 1px;
    background: #EEEEEE;
    float: left;
}

#footerBoxRight {
    width: 275px;
    height: 200px;
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
    background: #EEEEEE;
    float: left;
}




