html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*
	background: #FFDEB7 url(images/bg_body.jpg) top left repeat-x;
	background: #FFE6C8 url(images/bg_body.jpg) top left repeat-x;
	*/
	background: #DFFFC9 url(images/bg_body.jpg) top left repeat-x;
	background: none;
}
#wrapper{
	position: relative;
	width: 600px;
	margin: 0px auto;
	border: 1px solid transparent;
	_border: none;
	/*
	NOTE: without border - the logo_holder, etc
	won't position correctly - go figure!
	*/
}
#wrapper #bottom_right_graphic{
	position: absolute;
	bottom: 45px;
	right: -79px;
	width: 100px;
	height: 140px;
}
#logo_holder{
	position: absolute;
	top: 130px;
	left: 5px;
	width: 250px;
	height: 68px;
}
#whimsical_holder{
	position: absolute;
	top: 20px;
	right: 20px;
	height: 190px;
	width: 250px;
}

#thought_bubble_holder{
	position: absolute;
	top: 750px;
	left:0px;
	width:150px;
	/*height: 100px;*/
	background: transparent url(images/bg_thought_bubble_holder.png) top left repeat-y;
	background: none;
	border: 2px solid #004082;
}
#thought_bubble_top{
	display:none;
	position: absolute;
	top: -12px;
	left: 0px;
	height: 12px;
	width: 200px;
}
#thought_bubble_bottom{
	display:none;
	position: absolute;
	bottom: -12px;
	*bottom: -8px;
	left: 0px;
	height: 12px;
	width: 200px;
}
#thoughts{
	margin: 1px 10px;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	_margin: 15px 10px;
}
#thoughts a:link{
	font-size: 14px;
	color: #003B78;
	text-decoration: underline;
}
#thoughts a:visited{
	font-size: 14px;
	color: #006ACC;
	text-decoration: underline;
}
#thoughts a:hover{
	font-size: 14px;
	color: #003B78;
	text-decoration: none;
}
#bubbles{
	display:none;
	position: absolute;
	top: 435px;
	left: 5px;
	width: 70px;
	height: 80px;
}
#whimsical2_holder{
	position: absolute;
	top: 450px;
	left: 0px;
	height: 300px;
	width: 200px;
}
#main_nav_holder{
	position: absolute;
	top: 235px;
	left: 0px;
	width: 200px;
	height: 300px;
}
#main_nav a{
	margin: 0px 0px 6px 0px;
}
#content_holder{
	position: relative;
	margin: 206px 0px 45px 200px;
	background: #F5F7F7 url(images/bg_content_holder.png) top left repeat-y;
	background: none;
	border: 4px solid #3B5E1C;
}
#content_holder_topper{
	display:none;
	position: absolute;
	top: -40px;
	left: 0px;
	_left: -30px;
	width: 400px;
	height: 40px;
}
#content_holder_bottomer{
	display:none;
	position: absolute;
	bottom: -40px;
	/*
	*bottom: 0px;
	z-Index: -1;
	*/
	left: 0px;
	width: 400px;
	height: 40px;
	_left: -30px;
	_bottom: 255px;
	_z_index:1;
}
#content{
	margin: 30px;
	/*
	*padding_bottom: 60px;
	*/
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #004082;
	text-align: left;
	z-Index: 500;
}
#content a:link{
	color: #436B1F;
	text-decoration: underline;
}
#content a:visited{
	color: #71B535;
	text-decoration: underline;
}
#content a:hover{
	color: #4E7E24;
	text-decoration: none;
}
#content .big_q{
	font-family: arial, helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 6px;
	color: #E87E00;
	text-align: left;
}
#content .big_q_next{
	font-family: arial, helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 6px 12px;
	color: #5A8F29;
	text-align: left;

}
#content h3{
	font-family: arial,helvetica,sans-serif;
	border-top: 1px dashed #E87E00;
	border-bottom: 1px dashed #E87E00;
	padding: 3px 5px;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
#content .emphasize{
	font-weight: bold;
	color: #4E7E24;
}
#content .sub_info{
	margin-left: 20px;
}
#content .slant{
	font-style: italic;
}
#content .button{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #477121;
}
#content .normal{
	font-size: 15px;
}
#content .small{
	font-size: 14px;
}
#content .mini{
	font-size: 13px;
}
#content .tiny{
	font-size: 11px;
}
#footer_holder{
	position: relative;
	top: 0px;
}
#footer_content{
	margin: 15px 0px 5px 0px;
	text-align: center;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
}
#footer_content a:link{
	color: #4E7E24;
	text-decoration: underline;
}
#footer_content a:visited{
	color: #74BA36;
	text-decoration: underline;
}
#footer_content a:hover{
	color: #E87E00;
	text-decoration: none;
}
#content .client_details{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 0px 6px;
	margin: -60px 0px 20px 0px;
}
#content .client_details a:link,#content .client_details a:visited{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
#content .client_details a:hover{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#content .bold{
	font-weight: bold;
	font-size: 105%;
}
