* {
	margin: 0;
	padding: 0;
}
a {
	color: #b64926;
	text-decoration: underline;

}


BODY {
	background-image:url('http://www.realityrecovery.com/images/rr_background.jpg');
	background-repeat: repeat-x;
	background-color: #ffbd50;
	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 */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
#contact {text-align:right; padding:10px;  width:1024px; margin: 0 auto;}
#contact p {font-size:18px; font-weight:bold; color:#8E2800;}
#container {
	width:1024px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

#head {
	width:1024px;
	height:200px;
	background: url('http://www.realityrecovery.com/images/header.jpg')
}
#space {
	height:10px;
	width:100%;
	background-color:#FFB89D;
}
#accordion {
margin-left:10px;
	width: 200px;
	margin-top:25px;
	float:left;

}



.toggler {
	display: block;
	width: 200px;
	height: 32px;
	background: url('http://www.realityrecovery.com/images/left_nav_buttons.gif') 0px 0px no-repeat;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Sans-Serif, Sans;
	font-size: 12px;
	line-height: 32px;
	text-decoration: none;
	color: #ffffc1;
	padding-left: 25px;
	cursor: pointer;
}

.stretch a {
	display: block;
	height: 32px;
	width: 200px;
	background-color: #ffffc1;
	line-height: 32px;
	font-family: Verdana, Arial, Sans-Serif, Sans;
	font-size: 12px;
	margin-bottom: 1px;
	padding-left: 10px;
}
.stretch li {
	list-style-type: none;
}
.stretch a:hover {
	background-color: #fde792;
}
blockquote {
padding-top:25px;
padding-left:32px;
padding-bottom:25px;
	position: relative;
	float:left;
	width:155px;
clear:both;
	text-indent: 2em;
	font-size: 12px;
	font-style: italic;

}
.bqstart,
.bqend { font-size: 3.5em; color: #8e2800; font-family: Georgia, Times, Serif;}
.bqstart {
padding-top:25px;
padding-left:32px;
	text-indent: 0;
	position: absolute;
	top: -0.2em;
	left: 0;
}
.bqend {
	position: absolute;
	margin-top: -0.2em;
	right: 0;
	text-indent: 0;
	padding-right:10px;
	padding-bottom:10px;
}
.bqauth {
	font-size: 11px;;
}
.bqsig {
	margin-top: 0.3em;
	text-align: center;
}
#maincontent {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0 0 0 253px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 725px;
}
#maincontent p {padding:5px; text-align:justify;}
#maincontent ul,ol {text-align:left; margin-left:30px;}
#maincontent li {padding:5px;}
#maincontent .contimg {margin:5px; float:right;}
#maincontent h1 {
	font-size: 1.5em;
	font-weight: bold;
	color:#D28400;
	padding-bottom:10px;
}
.tag {color:#D28400;}
#maincontent h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}
.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;
}
#footer {
	color: #8E2800;
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
}


address {
	

	line-height: 1.8em;
	font-size:12px;
}
#bottom_links { font-size:12px; font-weight:bold;

}
#bottom_links ul {margin:0; padding:0; list-style:none;}
#bottom_links li { margin-bottom:5px;}
#bottom_links hr {height:1px; color:#8E2800; padding-right:5px; width:125px; margin-bottom:5px;}
#bottom_links a {
	font-size: 12px; text-decoration:none;
	color: #8E2800;font-weight:normal;

}