body{
    /* Center IE */
    text-align:center;
    font-family:Georgia, Sans-Serif;
    color:#ddd;
    font-weight:normal;
    background-color:#ddddcc;
    margin-top:2px;
}
#PageWrapperOuter {
    position:relative;
    top:0;
    left:0;
    width:975px;
    /* Correct centering for IE */
    text-align:left;
    /* Center Mozilla/Opera */
    margin: 0px auto 0px auto;
    background-color:#FFFDF0;
}
#PageWrapperInner{ 
    /* Set width for IE 6 */
    width:100%;
    background-image:url(../images/sidebar_bgd_top.gif);
    background-repeat:repeat-y;
}
#Main{
}
a{
    /* remove outline that Firefox puts on */
    outline:none;
}


/* --- HEADER ---*/
#Header{
    height:265px;
    background-image:url(../images/header.jpg);
    background-repeat:no-repeat;
    width:100%;
}
#HeaderLogo{
    position:absolute;
    top:194px;
    right:0px;
    z-index:1;
}
#HeaderLogo a{
}
#SubHeader{
    background-image:url(../images/sub-header-bgd.gif);
    background-repeat:repeat-y;
    width:100%;
}
#SubHeader p{
    text-align:right;
    padding-top:0.4em;
    padding-bottom:0.4em;
    color:#918550;
    font-weight:bold;
    margin-right:28px;
}


/* --- SIDE NAVIGATION BAR --- */

#Navigation{
    width:230px;
    margin-top:38px;
}
#Navigation ul{
    width:100%;
    font-size:1em;
    font-weight:normal;
}
#Navigation li{
    margin-left:30px;
    margin-right:10px;
    padding: 8px 0px 8px 0px;
    border-bottom:dotted 1px #999;
}
#Navigation a{
     display:block;
     color:#444; 
     text-decoration:none;
}
#Navigation .current, #Navigation .section{
    background-image:url(../images/vertical_nav_indicator.gif);
    background-repeat:no-repeat;
    background-position: right center;
}
#Navigation .current, #Navigation .section{
    color:#444;
    font-weight:bold;
    border-left:dotted 1px #444;
    padding-left:15px;
}
#Navigation .section{
    margin-bottom:10px;
}
#Navigation ul.sub li{
    margin-left:0px;
    border:none;
    margin-left:0px;
    padding: 4px 0px 4px 0px;
}

#Navigation ul.sub li ul li a.current, 
#Navigation ul.sub li ul li a.link{
    border:none;
    padding-left:17px;
    margin-left:0px;
    font-size:0.9em;
}


/* --- BREADCRUMBS ---*/

#Breadcrumbs{
    position:absolute;
    top:-12px;
    left:12px;
    margin-top:0px;
    font-size:0.8em;
    font-weight:normal;
    color:#555;
}

/* --- CONTENT --- */
#ContentContainer{
    position:relative;
    top:0;
    left:0;
    /* Clear the floating of the header elements */
    clear:both;
    /* Need width for IE6! */
    width:100%;
    background-image:url(../images/sidebar-bgd.gif);
    background-repeat:no-repeat;
    background-position: left top;
}
#ContentContainerInner{
    position:relative;
    top:0;
    left:0;
    /* Need width for IE6! */
    width:100%;
    background-image:url(../images/chickens-watermark.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
}
#PrintLogo{
    display:none;
}
#ColumnMiddle{
    float:left;
    position:relative;
    left:310px;
    width:660px;
}
#Content{
    float:left;
    width:580px;
    color:#666;
    padding-left:10px;
    color:#333;
    font-size:0.95em;
    margin-top:20px;
    margin-bottom:20px;
}

/* Switch positions with the left column and the
middle column as the middle column appears first in the
markup.  This is to help with SEO */
#ColumnLeft{
   float:left;
   position:relative;
   left:-660px;
   width:310px;
}
#ColumnRight{
    display:none;
}
#ColumnLeft #SidebarLinks{
	margin-left:30px;
	margin-top:30px;
}

/* --- FOOTER ---*/

#Footer{
   font-size:0.7em;
   /* Firefox seems to need a border or the margins on the p tag don`t work!! */
   border-top: solid 1px #E0DDC6;
}
#Footer p, #Footer a{
    color:#666;
    font-family:Verdana, Sans-Serif;
    text-decoration:none;
}
#Footer p{
    padding-top:0.3em;
    padding-bottom:0.3em;
    margin-left:30px;
}

#ClearerContent{
    clear:both;
    height:1px;
    line-height:1px;
    font-size:1px;
    width:100%;
}

#ContentContainerInner{
}


/* --- CONTACT DETAILS --- */
#ContactDetails{
    color:#444;
    margin-top:50px;
    margin-left:30px;
    margin-right:10px;
}
#ContactDetails h3{
    color:#666;
    font-size:1.1em;
    font-weight:bold;
    line-height:1.5em;
}
#ContactDetails p{
    font-size:0.9em;
    line-height:1.5em;
}
#ContactDetails a{
    color:#444;
    text-decoration:underline;
}




