body {
    text-align: center;
    background-image: url(/img/design/siteBg.gif);
    background-position: left top;
    margin: 0px;
    padding: 0px;
}

.gradientBg {
    height:666px;
    background-position: top left;
    background-repeat: repeat-x;
    background-image: url(/img/design/siteBgGrad.gif);
    border-top: 1px solid #de805b
}


.site {
    margin: 15px auto 15px auto;
    width: 764px;
    background-color : #ffebd1;
}

.site td {
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.site .siteHeader {
    height: 110px;
    vertical-align: top;
}

.site .headerLimit {
    height: 10px;
    background-color: #efac71;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.site .siteHeader img {
    width: 760px;
    height: 103px;
}

.site .siteHeader .swf {
    margin-top: 2px;
    margin-left: 2px;
}

.site .banner {
    background-image: url(/img/design/header.gif);
}

.site .siteContent {
    background-image: url(/img/design/contentBg.gif);
    background-color: #ffebd1;
    padding: 10px;
}


.site .siteWarning {
	padding-left	: 20px;
	padding-right	: 20px;
}

.site .siteFooter {
    background-image: url(/img/design/footer.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 8px;
    height: 60px;
    font-size: 8pt;
    color: #c37253;    
}

.site .siteFooter img {
	vertical-align	: -17%;	
}

.leftPane {
    width: 140px;
}

.contentPane {
    width: 600px;
}

