/* edit for color #1 (background) */
body { background-color: #BB8136 }


/* edit for color #2 (content table) */
.maintable  { background-color: #EEE7D7 }


/* edit main text color */
.main_content  { color: #160C0E }


/* edit main text color */
.main_content a:link { color: #160C0E }
.main_content a:visited { color: #160C0E }
.main_content a:hover { color: #160C0E }
.main_content a:active { color: #160C0E }


/* edit MENU text color (same 5 times) */
.menu  { color: #ffffff }
.menu a:link { color: #ffffff; text-decoration: none }
.menu a:visited { color: #ffffff; text-decoration: none }
.menu a:hover  { color: #ffffff; text-decoration: underline }
.menu a:active { color: #ffffff; text-decoration: none }


/* edit column divider color */
.main_content  { border-left: 1px solid #AB9374 }