/* This file contains baseline CSS that needs to be overwritten to fit the css requirements of Pit & Quarry */

/* overrides body background color */
BODY
{
    MARGIN: 0px auto;
    WIDTH: 1003px;
    FONT-FAMILY: Arial;
    BACKGROUND: #999999 0px 0px;
    FONT-SIZE: 11px
}

/* overrides nav background attributes */
#navbk{
background:none;
margin-bottom:0px;
height:33px;
}

/* overrides footer bgr image */
#footer
{
    MARGIN: 0px auto;
    WIDTH: 990px;
    BACKGROUND: url(/files/pitandquarry/file-manager/38/footer-bk-pq.jpg);
    HEIGHT: 80px;
    TOP: 0px
}

/* add padding to bottom of image teaser blocks */
.questeximageteaserimagediv {
	text-align: center;
	margin-bottom: 4px;
}
