html {
  height:100%;
}

body {
    background-image:url(../graphics_tcbb/content_border.gif);
    background-position:center 0px;
    background-repeat:repeat-y;
    margin:0;
    padding:0;
    overflow:hidden;
    height:100%;
	background-color:#FFFFFF;
}

div#centerWrapper {
  position:relative;
  width:880px;
  height:100%;
  top:0px;
  margin:0 auto;
  border:0;
}

div#centerWrapper object#tcbb_left {
  position:relative;
  left:-300px;
  top:150px;
  border:0
}

div#centerWrapper object#tcbb_right {
  position:relative;
  left:578px;
  top:150px;
  border:0
}

div#centerWrapper object {
  position:relative;
  left:-300px;
  top:150px;
  border:0
}


/* ************ */

div#contentFrame {
	position:relative;
	top:-210px;
	width:880px;
	height:80%;
	z-index:10;
	padding:0px;
}

#main {
	width:840px;
	height:100%;
	border:1px solid #000000;
	margin-left:20px;
	margin-top:0px
}

.nav_bar {
	margin-right:10px;
	margin-top:14px;
	float:left
}

.nav_button {
	width:90px;
	margin-right:30px;
	vertical-align:bottom;
	float:left;
	cursor:pointer
}

.nav_separator {
	float:left;
	width:840px;
	height:22px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	border-bottom:1px solid #CCCC99
}

h1 {
	font-size:24px;
	color:#000000;
	background-color:#E6DCB4;
	padding:6px;
	border-top:1px solid #CCCC99
}

h2 {
	font-size:18px;
	color:#000000;
	font-weight:bold;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:16px
}

p {
	font-size:14px;
	color:#000000;
	margin-left:20px;
	margin-bottom:16px
}

