.subheader {
	color: #9A3334;
	font-size: 18px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	background-color: white;
	line-height: auto;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #9AA468;
}
.twoColFixLtHdr  #container_brwn {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #9A6634;
	background-image: url(img/backgrounds/index_background.jpg);
	background-repeat: repeat-x;
	height: 100%;
	background-position: left top;
} 
.twoColFixLtHdr #container_mauve {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #CE6175;
	background-image: url(img/backgrounds/mauve_background.jpg);
	background-repeat: repeat-x;
	height: 100%;
	background-position: left top;
}
.twoColFixLtHdr #header {
	height: 40px;
	padding-right: 10px;
	padding-bottom: 0;
	background-image: url(img/title_logo.gif);
	background-repeat: no-repeat;
	margin-top: 35px;
	width: 950px;
	padding-top: 70px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 218px;
	padding-left: 10px;
	height: 100%;
	/* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}
.twoColFixLtHdr #mainContent {
	width: 720px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 100%;
} 
.main_content_width {
	width: 720px;
}
.menu_background_fade {
	background-image: url(img/menu/menu_background.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 216px;
	background-color: #9C3838;
	
}
#submenu {
	background-color: #993333;
	height: 25px;
	width: 211px;
	padding-right: 5px;
	text-align: right;
	color: #FFFFFF;
}
#aboutruth {
	height: 52px;
	width: 216px;
	padding-bottom: 2px;
}
#forkids {
	width: 216px;
	height: 52px;
	padding-bottom: 2px;
}
#writing {
	height: 52px;
	width: 216px;
	background-position: left bottom;
	padding-bottom: 2px;
}
#books {
	height: 52px;
	width: 216px;
	padding-bottom: 2px;
}
#bubblegumday {
	height: 52px;
	width: 216px;
	padding-bottom: 2px;
}
#copyright_info {
	height: 52px;
	width: 206px;
	background-position: left bottom;
	margin: 0px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #993333;
}
#workshops {
	width: 216px;
	padding-bottom: 4px;
}
#contact {
	height: 44px;
	width: 216px;
	padding-bottom: 2px;
}
#home {
	height: 52px;
	width: 216px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
}
#resources {
	height: 44px;
	width: 216px;
	padding-bottom: 2px;
}
.style2 {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style5 {font-size: 12px}
.header {
	color: #9a3334;
	font-size: 24px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: normal;
}
CollapsiblePanelContent    a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #669933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669933;
}
a:hover {
	text-decoration: none;
	color: #669933;
}
a:active {
	text-decoration: none;
	color: #669933;
}
a {
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.header_thankyou {
	color: #9a3334;
	font-size: 24px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 281px;
	padding-left: 10px;
	height: 100%;
	padding-right: 130px;
	clear: none;
}
p {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.p {
	font-size: 12px;
}
.subheader_blk {
	color: #000000;
	font-size: 18px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	background-color: white;
	line-height: auto;
}
.text {
	font-size: 12px;
}
#caption {
	font-size: 12px;
	text-align: left;
	width: 596px;
	margin-right: auto;
	margin-left: auto;
}
.gallery_content {
	width: 720px;
	height: 620px;
	background-color: #A1FB9C;
}
#gallery {
	height: 52px;
	width: 216px;
	padding-bottom: 2px;
}
.column_width {
	width: 320px;
}
#left_side {
	width: 340px;
	float: left;
}
#right_side {
	width: 340px;
	float: right;
}
