body {
	background-color: #000000;
	background-image: url('/images/topBars.jpg');
	background-repeat: repeat-x;

	}

h1 {font-size: 27px; font-family: Arial; color: #97731b; padding: 0px; margin: 0px;}
h2 {font-size: 20px; font-family: Arial; color: #97731b; padding: 0px; margin: 0px;}
h3 {font-size: 16px; font-family: Arial; color: #a59f9f;}
h4 {font-size: 13px; font-family: Arial; color: #97731b;}

a:link      { color: #5B0F0F; text-decoration: underline; font-size: 11px; font-weight: bold;}
a:hover     { color: #8C1919; text-decoration: underline;  }
a:active    { color: #5B0F0F; text-decoration: underline; font-weight: bold;  }
a:visited   { color: #633434; text-decoration: underline; font-weight: bold; font-size: 11px; }

#contentContainer {
	width: 749px;
	margin: 0 auto;
	height: 750px;
	border: 0px solid black;
	background-color: #ffffff;
	}

#mainBG {
	width: 737px;
	height: 650px;
	border: 0px solid black;
	background-color: #ffffff;
	background-image: url('images/main_bg.jpg');
	background-repeat: no-repeat;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	padding-left: 12px;
	
	}

#leftDiv {
	float: left;
	width: 280px;
	height: 590px;
	background-image: url('images/bottomLeft.jpg');
	background-position: bottom;
	background-repeat: no-repeat;

	}
	
#rightDiv {
	float: right;
	width: 410px; 
	padding-left: 10px; 
	padding-right: 10px;
	z-index: 500;
	}

#filler {
	background-image: url('/images/rightDivBG.jpg');
	background-repeat: repeat-y;
	width: 433px;
	height: 700px;
	float: right;
	margin-bottom: 75px;
	z-index: 100;
	}

#filler2 {
	background-image: url('/images/rightDivBG.jpg');
	background-repeat: repeat-y;
	width: 433px;
	height: 700px;
	float: right;
	margin-bottom: 75px;
	z-index: 100;
	}