body {
	font-family: Geneva, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #010101;
	/* background-image: url(../images/footBar-below-bg.gif);
	background-repeat: repeat; */
	margin: 0px;
}
.bbg {
	background-image: url(../images/bg-lt.gif);
	}
.bottomStripe {
	background-image: url(../images/bg-dk.gif);
	background-repeat: repeat-x;
	border-top: #000000 solid 1px;
	}
.bricks {
	background-image:url(../images/bricks.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
.bottomShadow {
	background-image: url(../images/bsh.gif);
	background-repeat: repeat-x;
	height: 150px;
	}

.containerShadowLeft {
	background-image: url(../images/conSh-lt-l.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
.containerShadowRight {
	background-image: url(../images/conSh-lt-r.gif);
	background-repeat: repeat-y;
	border-left: solid #000000 1px;
	}
.containerShadowDarkLeft {
	background-image: url(../images/conSh-dk-l.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 125px;
	}
.containerShadowDarkRight {
	background-image: url(../images/conSh-dk-r.gif);
	background-repeat: no-repeat;
	border-left: solid #000000 1px;
	}
.footerBar-dk {
	background-image: url(../images/footBar-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	/* max-width: 738px; width: expression(this.width > 738 ? 738 : true); */
	}
.footerBarBelow-dk {
	background-image: url(../images/footBar-below-bg.gif);
	background-repeat: repeat-x;
	}
.footerCornerLeft {
	background-image: url(../images/footBar-crnSh-l.gif);
	background-repeat: no-repeat;
	}
.footerCornerRight {
	background-image: url(../images/footBar-crnSh-r.gif);
	background-repeat: no-repeat;
	/* border-left: solid #000000 1px; */
	}
.footerShBelow-dk {
	background-image: url(../images/footBar-sh.gif);
	background-repeat: repeat-x;
	}
.pageBottom {
	background-image: url(../images/bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 -8px;
	}


.picWrapTop {
	background-image: url(../images/picTop.gif);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	}
.picWrapBot {
	background-image: url(../images/picBot.gif);
	background-repeat: no-repeat;
	background-position: -12px -15px;
	height: 110px;
	}
a:link {
	color: #381c0e;
}
a:visited {
	color: #383115;
}
a:hover {
	color: #557b84;
}
a:active {
	color: #381c0e;
}
#bioRow {
	background-color: #c5ac69;
	height: 16px;
	}
#bioRow a:link, #bioRow a:visited, #bioRow a:hover, #bioRow a:active  {
	text-decoration: none;
}
.row {
	background-image: url(../images/bioDiv-bg.gif);
	background-repeat: repeat-x;
	margin: 12px 0px;
	height: 12px;
	}
.name {
	font-size: 110%;
	font-weight: bold;
	}
.moderator {
	font-size: 90%;
	font-weight: bold;
	}
.filesize {
	font-size: 94%;
	font-variant: small-caps;
	}
h1 {
	font-size: 14px;
	color: #381c0e;
}
h2 {
	font-size: 12px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #2b4853;
}
h4 {
	font-size: 14px;
	color: #393115;
	text-decoration: underline;
}
h6 {
	font-size: 11px;
	}
p {
	margin: 0px 12px 6px;
	}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}
li {
	list-style-image: url(../images/bulls.gif);
	}
td.greenCol, td.greenRow, td.greenRowBox {
	color: #ecd8a5;
	background-color: #383115;
	padding: 6px;
	}
td.greenCol {
	border-left: solid #000000 10px;
	border-right: solid #000000 10px;
	width: 82px;
	}
td.greenRowBox {
	border-left: solid #000000 10px;
	border-right: solid #000000 10px;
	}
td.greenRow {
	border-top: solid #000000 10px;
	border-bottom: solid #000000 10px;
	}
td.frbd {
	color: #ecd8a5;
	font-size: 90%;
	background-color: #000000;
	padding: 0px 24px 4px;
	}
td.mainCol {
	color: #000000;
	background-color: #ecd8a4;
	padding: 12px;
	}
td.footer {
	color: #ecd8a5;
	font-size: 11px;
	background-color: #000000;
	padding: 4px 0px;
	background-image: url(../images/line-g.gif);
	background-repeat: repeat-x;
	background-position: 100% 75%;
	}
#horizontalRule {
	background-image: url(../images/dotSkinny.gif);
	background-repeat: repeat-x;
	background-position: -5% 0%;
	}
#bioRule {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: -5% 0%;
	}
	
/*-- tooltips style --*/
.tip {
	color: #d99400; 
	background-color: #fff7e6;
	layer-background-color:#fff7e6;
	border: solid 1px #412c00;
	width: 150px;
	padding: 4px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	top: 4px;
	left: 40px;
	}	
