

/*Zero Out Your Margins And Padding*/
body { margin: 0; padding: 0; border: 0;}
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, input, th, td
{
margin: 0; padding: 0; border: 0;
}

/*Make Elements Consistant in Size*/
h1, h2, h3, h4, h5, h6
{
font-size: 100%;
}

/*define the margins and padding for our heading elements*/
h1, h2, h3, h4, h5, h6
{
font-size: 100%;
padding: .6em 0;
margin: 0 15px;
}


/*remove the list-style-type*/
ul, ol
{
list-style: none;
}

img
{
border: 0;
}


/*set a base font-size for the body element*/
body
{
line-height: 1;
font-size: 88%;
}

img, div, ul, li { behavior: url(iepngfix.htc); }