/* colours
sage: 
100%	#818154
75%		#9B9973
50%		#B7B499
25%		#D6D4C4

yellow: 
100%	#F2E18B
75%		#F5E7A7
50%		#F7EDC2
25%		#FAF5DE

mustard: 
100%	#E2A856
75%		#EABB7A
50%		#F0CEA0
25%		#7FE3CA


*/

@import "/reset.css";
@import "/PWCACtypography.css";


body {
    margin: auto;
    background-image: url(/images/ground.gif);
    background-repeat: repeat-x;
    background-color: #F7EDC2; 

    }

/* Div styles */

#pageWrapper {
	width: 942px;
	height: auto;
    margin: auto;
    }

#bannerLayer {
    width: 942px;
    height: 140px;
    margin: auto;
    background-image: url(/images/header2.gif);
    background-repeat: no-repeat;
    }
    
#navMain {
    width: 620px;
    height: 25px;
    margin-top: 25px;
	margin-right: 60px;
	float: right;
    }
    
#toolbar {
    width: 420px;
    height: 25px;
    margin-top: 20px;
	margin-right: 60px;
	float: right;

}

#contentimage {
    width: 620px;
    height: 140px;
    margin-top: 30px;
	margin-right: 60px;
	float: right;
}

#contentimage img{
border: 3px solid white;
margin: 0px;

}

/*
#navSub{
	width: 220px;
	margin: 25px 0px 25px 90px;
	float: left;
	background-color: #A8D16D;
	border: 3px solid #C4DF9B;
}
*/

 
.active {
font-weight:bolder;
} 
    
#contentWrapper{
	width: 942px;
	float: right;
	background-color: white;
	margin-bottom: 10px;
}

#adWrapper{
	margin-left: 80px;
	margin-bottom: 20px;
	height: 180px;
}

#navSecondary{
	width: 177px;
	height: auto;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;

}

#navSecondaryTop {
    width: 185px;
    height: 13px;
    background-image: url(/images/navtop.gif);
    background-repeat: no-repeat top;
    float: left;

    }
    
#navSecondaryMiddle {
    width: 185px;
    height: auto;
    margin: auto;
    background-image: url(/images/navmiddle.gif);
    background-repeat: repeat-y;
	float: left;

    }
    
#navSecondaryBottom {
    width: 185px;
    height: 13px;
    background-image: url(/images/navbottom.gif);
    background-repeat: no-repeat top;
	float: left;
    }

#contentMainWrapper {
	width: 648px;
	height: auto;
/* 	padding: 20px; */
	margin-right: 60px;
	margin-bottom: 20px;
	float: right;

}

#contentMain{
	width: 425px;
	height: auto;
	float: left;
	
}

#contentSidebar{
	width: 160px;
	height: auto;
	margin-top: 20px;
	float: right;
/* 	padding: 0px 6px; */

}


#footer{
    width: 900px;
    height: 25px;
	margin: auto;
}

table {
	width: 100%;
	}
	
table img{
padding: 0px;
margin-top: 10px;
}
	
td { 
	vertical-align: top;
	padding: 4px;
	border-bottom: 1px solid #F7EDC2;
} 




