<!--

body {
background-color:#CC9977;
scrollbar-face-color:AA7755;
scrollbar-track-color:CC9977;
scrollbar-3dlight-color:885533;
scrollbar-arrow-color:FFFF99;
scrollbar-highlight-color:CC9977;
scrollbar-shadow-color:885533;
scrollbar-darkshadow-color:885533;
}

.body-border-left {
  	margin-left: auto;
	margin-right: auto;
	width: 870px;
	background-image: url('body_border-left.gif');
	background-position:  left;
  	background-repeat: repeat-y;
    vertical-align: middle;
    text-align: center;
}

.body-border-right {
  	margin-left: auto;
	margin-right: auto;
	background-image: url('body_border-right.gif');
  	background-position:  right;
  	background-repeat: repeat-y;
}

.body-page {
	width: 850px;
  	margin-left: auto;
	margin-right: auto;
	background-color: #AA7755;
    border-top: 0px none;
    background-image: url('1_mainimage.jpg');
    background-repeat: no-repeat
}


/* SIDEBOX */

.sidebox_topdiv { height:15px; }
.sidebox_mid { background-image: url('2_sidebox_mid.gif'); background-repeat: repeat-y; }
.sidebox_end { height:10px; background-image: url('2_sidebox_end.gif'); background-repeat: no-repeat; }


/* PAGEBODY */

.pagebody_bullets { background-image: url('3_bullet.gif'); background-repeat: no-repeat;  }


/* RIGHTBOX */

.rightbox_mid { background-image: url('4_rightbox_mid.gif'); background-repeat: repeat-y; }
.rightbox_end { height:15px; background-image: url('4_rightbox_end.gif'); background-repeat: no-repeat; }

.rightbox_bullet { background-image:url('4_rightbox_bullet.gif'); background-repeat:no-repeat; }
.rightbox_arrow { background-image:url('4_rightbox_arrow.gif'); background-repeat:no-repeat; }
.rightbox_arrowbold { background-image:url('4_rightbox_arrow.gif'); background-repeat:no-repeat; }

.rightbox_advice { background-image: url('4_rightbox_mid.gif'); background-repeat: repeat-y; padding:0px 10px 0px 12px; }


/* PAGE BASE */

.baselinks { color:#885533; }
.baselinks a { color:#663311; }

.basetext { color:#885533; }
.basetext a { color:#663311; }

-->