﻿/* layout style sheet for the PD website */
*
{
    /* reset the padding and margin of every element */
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
/* **************************
html and body 
************************** */
html, body
{
    background: url(images/body-background.gif) repeat-x;
    color: #000000;
    margin: 0;
}
/* *************************
Container ID which is the overall wrapper for the website
limited to a fixed width of 1000px
************************* */
#containerWrapper
{
   width: 1045px;
   margin: 0 auto;
   background: white;
   border-left: solid 1px #DDDDDD;
   border-right: solid 1px #DDDDDD;
}
#container
{
    width: 1035px;
    margin: 0 auto;
}
* html #container
{
    width: 1030px; /* HACK ie6 display hack */
}
/* **********************************
Header Layout
************************************/
#header-links{height:25px;width:1000px;margin:0 auto;}
/***************************************
Content and sidebar layouts
***************************************/
#content {padding:0;float:left;width:690px;}
#content2{padding:0;float:left;width:690px;}
#left_column, #right_column{width:155px;display:inline;position:relative;}
#left_column{float: left;}
#right_column{float:right;width:170px;}
/***********************************
Footer
***********************************/
#footer{height:20px;clear:both;margin:5px auto;padding:5px 0 0 0;text-align:center;}