html, body, #pagearea {
    height: 100%;
    min-height: 100%;
}

body>#pagearea {
    height: auto;
}

body {
    background: url('/resources/images/global/pagebg.jpg');
    text-align: center;
	margin: 0;
}


#pagearea {
    width: 858px;
    margin-left: auto;
	margin-right: auto;
	padding: 0 25px 0 28px;
	background: url('/resources/images/global/dropshadow.png') repeat-y;
    text-align: left;
    o\verflow: hidden;
    _overflow: visible;
}

#pageheader {
    width: 795px;
    height: 140px;
    background: #CCC url('/resources/images/global/pageheader.jpg') no-repeat;
    text-align: right;
    border-left: 5px #000 solid;
    border-right: 5px #000 solid;
}

#pageheader h1, #pageheader h3 {
    display: none;
}

#pagebody {
    width: 795px;
    height: 100%;
    min-height: 100%;
    border-top: 2px #000 solid;
    border-left: 5px #000 solid;
    border-right: 5px #000 solid;
    padding-bottom: 20000px;
	margin-bottom: -20000px;
    overflow: hidden;
    _overflow: visible;
}

#pagebody:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#pagebody {display: inline-block;}

/* Hides from IE-mac \*/
* html #pagebody {height: 1%;}
#pagebody {display: block;}
/* End hide from IE-mac */


#pagecontent {
    float: left;
    width: 547px;
    background: #FFF;
    border-right: 3px #000 solid;

    padding-bottom: 20000px;
	margin-bottom: -20000px;
}

#pagecontent-inner {
    padding: 15px;
}

#pagecontent-inner .expand, #frontpageflyer {
    margin: -15px -15px 0 -15px;
}


#pagepanel {
    float: left;
    width: 245px;
    _width: 244px;
    background: #241B1E url('/resources/images/global/ppbg.jpg') repeat-x 0px 200px;
    padding-bottom: 20000px;
	margin-bottom: -20000px;
}

#pagepanel .container {
    color: #FFF;
    background: #484347;
    border-bottom: 3px #000 solid;
    clear: both;
}


#pagepanel .container .title {
    background: url('/resources/images/global/titlebar.jpg') no-repeat;
    width: 231px;
    height: 19px;
    border-bottom: 1px #000 solid;
    font-size: 13px;
    padding: 4px 7px 0;
    color: #000;
    margin: 0;
    font-weight: bold;
    cursor: default;
}

#pagepanel .container .body {
    padding: 7px;
    clear: both;
}
#pagepanel .container .nopad {
    padding: 0px;
}

#pagepanel #ppc-photos {
    background: #000;
}

#pagepanel a:link, #pagepanel a:visited {
    color: #EBE312;
}
#pagepanel a:hover, #pagepanel a:active {
    color: #B6B10E;
}


#ppc-photos a {
    margin: 0;
    padding: 0;
    border-bottom: 1px #000 solid;
    _f\loat: left;
    _c\lear: both;
}
#ppc-photos a:last-child {
    border-bottom: none;
    _border-bottom: 1px #000 solid;
}

#ppc-mailinglist {
    /*display: none;*/
}

.thumb {

}

.thumb.left {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}