* {
        margin:0;
        padding:0;
}
body  {
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        background: #D7C9A8;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
}

#p2 {
        font-family:Arial, Helvetica, sans-serif;
        font-size:10px;
}

a {
        color:#fec327;
}
a:hover {
        color:#fec327;
        text-decoration:none;
}

a:active        { color: #9D149D; text-decoration: none }


#container { 
        width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #776147;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        text-align: left; /* this overrides the text-align: center on the body element. */
        border-left:6px solid #FFFFFF;
        border-right:6px solid #FFFFFF;
} 
#header { 
        background: #DDDDDD url(../images/header.jpg) left top no-repeat; 
        height:197px;
        border-bottom:2px solid #FFFFFF;
} 
#header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
        color:#FFFF00;
        margin-left:30px;
}
#sidebar1 {
        float: left; /* since this element is floated, a width must be given */
        width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        height: 100%;
        background: #191513; /* the background color will be displayed for the length of the content in the column, but no further */
        padding: 15px 10px 15px 20px;
        color:#FFFFFF;
}


#sidebar2 {
        float: left; /* since this element is floated, a width must be given */
        width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        height: 1000px;
        background: #191513; /* the background color will be displayed for the length of the content in the column, but no further */
        padding: 15px 10px 15px 20px;
        color:#FFFFFF;
}


#sidebar3 {
        float: left; /* since this element is floated, a width must be given */
        width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        height: 460px;
        background: #191513; /* the background color will be displayed for the length of the content in the column, but no further */
        padding: 15px 10px 15px 20px;
        color:#FFFFFF;
}




#mainContent { 
        margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
        padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        color:#FFFFFF;
}
#mainContent .pic {
        float:right;
        margin:0 0 10px 10px;
} 
#footer { 
        background:url(../images/backgroundFooter.jpg) left top repeat-x;
        height:80px;
        text-align:center;
        color:#FFFFFF;
        margin-top:2px;
}
#footer p {
        padding:25px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin main menu*/
ul#sliding-navigation {
        list-style: none;
        font-size: 14px;
        padding: 0;
}
ul#sliding-navigation li.sliding-element a {
        display: block;
        width: 150px;
        padding: 5px 18px;
        margin: 0;
        margin-bottom: 5px;
}
ul#sliding-navigation li.sliding-element a {
        color: #fff;
        background:#784729;
        border-left: 6px solid #fff;
        text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover { 
        color: #ffff66; 
}

ul#sliding-navigation li.active a { 
        color: #ffff66; 
        font-weight:bold;
}
/*end main menu*/

.smalltitle                 { COLOR: #E5E5E5; FONT: 10px verdana, arial, sans-serif; font-weight: bold }
