#container {
    background-color: #FFFFFF;
    background-image: url(../images/page-border-left-repeat.gif);
    background-repeat: repeat-y;
    background-position: left center;
    min-width: 778px;
    width: 778px; 
    margin: 0pt auto;
    padding: 0pt 0pt 0pt 10px;
    position: relative;   
}

#content {
    background: #FFFFFF url(../images/page-border-right-repeat.gif) repeat-y right center;
    min-height: 650px;
    height: auto !important;
    height: 650px;
    padding: 0pt 10px 0pt 0pt;
    margin: 0pt;
    position: relative;
}

#top {
    background: #FFFFFF url(../images/page-border-top.jpg) no-repeat top left;
    min-height: 35px;
    height: 35px;
    position: relative;
    padding: 0pt;
    margin: 0pt
}

#header {
    background: #FFFFFF url(../images/header-bg.jpg) no-repeat top left;
    min-height: 190px;
    height: 190px;
    position: relative;
    padding: 0pt;
    margin: 0pt;
}

#header h1 {
    display:block;
    width:440px;
    height:175px;
    text-indent:-9009px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#header h1 a {
    display:block;
    width:100%;
    height:100%;
    outline:none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
}

#navigation {
    background: #FFFFFF url(../images/nav-bg.gif) repeat-x right center;
    min-height: 35px;
    height: 35px;
    position: relative;
    padding: 0pt;
    margin: 0pt;
}

#sub-navigation {
    display: none; 
    background-color: #CDE085;
    font-size: 90%;
    min-height: 30px;
    height: 30px;
    position: relative;
    padding: 0pt;
    margin: 0pt;
}

#page-content {
	position: relative;
}

#left-content {
	float: left;
}

#footer {  
    position: relative;
}

#footer .wrapper {
    background-image: url(../images/rule.png);
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 35px;
    height: auto !important;
    height: 35px;
    position: relative;
}

#bg-left {

    background: #FFFFFF url(../images/page-border-left.jpg) no-repeat left top;
    height: 650px;
    left: 0pt;
    position: absolute;
    top: 0pt;
    width: 10px;
    z-index: 6;
}

#bg-right {
    background: #FFFFFF url(../images/page-border-right.jpg) no-repeat right top;
    height: 650px;
    position: absolute;
    right: 0pt;
    top: 0pt;
    width: 10px;
    z-index: 6;
}

#footer-border-bottom {
    background: #fafdff url(../images/pagebottom.gif) no-repeat center top;
    height: 35px;
    z-index: 6;
}