   div {
    padding: 0px;
    margin: 0px;
   }
.cclear {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        }
   body {
    margin: 0px 20px 0px 20px; 
    background-color: #260015;
    font-family: sans-serif;
    font-size: 10pt;
   }
   h1, h2, h3 {
    font-family: sans-serif;
    font-weight: normal;
   }
   h3 {
    font-size: 1.2em;
    font-size: 3em;
    margin-top: 22px;
    margin-bottom: 3px;
    color: #c08140;
    color: #bb9966;
   }
   h2 {
    font-size: 2em;
    font-size: 4em;
    margin-top: 8px;
    margin-bottom: 4px;
    color: #d08150;
    color: #ddccaa;
    color: #ddcca0;
   }
   h1 {
    font-size: 3em;
    font-size: 6em;
    margin-top: 8px;
    margin-bottom: 4px;
    color: #b08130;
    color: #ffddaa;
    color: #8139b0;
    color: #ddcca0; /* h2 */
    color: #b08130; /* main gold */
    color: #bb9966; /* h3 */
   }
   .civi {
    font-size: 1.4em;
    font-size: 3.4em;
    margin-top: 5px;
    color: #d08150;
    color: #fff;
   }
   #captureArea {
    background-color: #260015;
    background-image: url(/images/bg2.jpg);
    background-repeat: repeat-y;
    width: 800px;
    min-height: 600px;
    margin: 0px auto -1px auto;
    padding-top: 5px;
    z-index: 0; 
   }
   #headerImageHolder {
    position: relative;
    width: 800px;
    height: 105px;
    margin: 0px auto -1px auto; 
   }
   #headerImageUnderlay {
    position: relative;
    background-image: url(/images/plainBG.jpg);
    width: 800px;
    height: 105px;
    margin: 0px auto -1px auto; 
   }
   #headerImage {
    position: absolute;
    background-image: url(/images/lace2.png);
    background-repeat: no-repeat;
    width: 700px;
    height: 200px;
    margin-left: 50px;
   }
   #headerContent {
    margin-top: 52px;
    margin-left: 30px;
   }
   #bodyHeaderImage {
    background-image: url(/images/top.jpg);
    background-repeat: no-repeat;
    width: 800px;
    height: 18px;
    margin: 0px auto -1px auto; 
   }
   #bodyMiddleImage {
    background-repeat: repeat-y;
    width: 800px;
    margin: 0px auto -1px auto;
   }
   #mainBody {
    color: #d0a150;
    margin-top: 100px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    z-index: 2;
    min-height: 215px;
   }
   #bodyFooterImage {
    float: left;
    background-image: url(/images/footer.png);
    background-repeat: no-repeat;
    height: 412px;
    width: 800px;
    margin: 0px auto -1px auto; 
   }
   #footerImage {
    clear: both;
    height: 47px;
    width: 800px;
    margin: 0px auto -1px auto;
    color: #fff; 
    text-align: center;
   }
   #mainContent {
    float: right;
    width: 545px;
    margin-right: 35px;
    margin-top: 0px;
   }
   .clear {
    clear: both;
    line-height: 0px;
   }
   .pre {
    font-family: civi, helvetica;
   }
/*  ------ MENU ------ */
#menu {
	float: left;
	padding: 2px 2px 2px 2px;
    margin: 0px auto -1px auto;
        padding-top: 3px;
	font-weight: bold;
	color: #b08130;
}
#menu a {
	text-decoration: none;
        color: #ddcca0;
}
#menu a:hover {
        color: #ddcca0;
    color: #bb9966; /* h3 */
}
#menu ul {
	margin-top: 2px;
	list-style-type: none;
	padding: 5px 5px 5px 5px;
	margin: 0;
	font-size: 14px;
	color: #b08130;
}
#menu li {
	display: inline;
}
#menu ul li:after {
    content: " |";
}
#menu ul li:last-child:after {
    content: "";
}
#menu ul a {
	font-weight: bold;
}
#menu ul.sub {
	display: none;
	font-size: 12px;
	font-weight: normal;
}
#menu ul.sub a {
	font-weight: normal;
}
select {
	background: transparent;
    color: #b08130;
}
.highlightEditingArea {
    background-image: url(/images/siteFurniture/shade.png);
}
.editorButton {
    color: #ffffff;
    float: left;
}
a {
	color: #992277;
}
.red {
	font-size: 9px;
	color: #cc2222;
}
.blue {
	font-size: 9px;
	color: #2222cc;
	visibility: hidden;
	padding-top: 4px;
}
button {
	font-size: 9px;
}
ul.noNipple {
	padding-left: 20px;
}
.horizontal ul {
	list-style-type: none;
	font-size: 14px;
}
.horizontal li {
	display: inline;
	margin-left: 2px;
}
.horizontal a {
	color: #ccc;
	text-decoration: none;
}
.path ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	font-size: 14px;
}
.path li {
	display: inline;
}
.path li:after {
    content: " |";
}
.path li:last-child:after {
    content: "";
}
.gotcha {
    font-size: 2.7em;
    color: #fff;
    text-align: center;
    border: 1px solid #553344;
}
.yellow {
	font-size: 12px;
	color: #cccc22;
	padding-top: 4px;
	font-weight: bold;
}
