/* With Great help from http://www.bluerobot.com/web/layouts/ & http://www.glish.com/css/home.asp */
@import "boxaog.css";	/* Contains standard basic styles */
body
{
	margin:		130px 20px 20px 20px;
	font-size:	14px;
}
p
{
	text-indent: 0px;
	text-align: left;
}
h1{ margin: 0px 0px 15px 0px; }
h2{ margin: 0px 0px 5px 0px; }

.content
{
	position:		relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:			auto;
	min-width:		260px;	
	margin:			0px 225px 18px 170px;	/* margin: 0px 210px 18px 170px; */
	padding:		10px 10px 0px 10px;
	border:			1px solid #f1d2d0;
	background-color: #ffffff;
	z-index:		3;
}
.content p
{
	margin:			0px 0px 12px 0px;
	text-indent:	30px;
	text-align:		justify;
}
.content p+p
{
	text-indent: 30px;
}

/*
.navTitle
{
	width:			120px;
	border:			none;
	font-family:	arial, verdana, tahoma, helvetica, sans-serif;
	font-size:		14px;
	font-weight:	700;
	color:			#4041fd;
	text-align:		center;
	//-- background-color: #ff0000; --	-- #ffb6c1; --
}
*/
.navBox, .navBoxNude	/* navBox goes inside #parentLeft or #parentRight */
{
	position:		relative;
	padding-top:	5px;
	padding-bottom: 5px;
	padding-left:	10px;
	padding-right:	0px;
	/* width: 100%; */
	/* background-color: #00ccff; */
}
.navBox{ border:	1px solid #f1d2d0; /* sort of MistyRose */ }


#parentLeft
{
	position:		relative;
	float:			left;
	margin-right:	0px;
	margin-left:	0px;
	width:			148px;
	z-index:		2;
	/* border:		solid 1px Fuchsia;	/* Just for testing to show the div box */	
}
#parentRight
{
	position:		relative;
	float:			right;
	margin-left:	0px;
	margin-right:	0px;
	padding:		0px 2px 0px 0px;
	width:			200px;
	z-index:		1;
	/* border:		solid 1px Purple;	/* Just for testing to show the div box */	
	text-align:		left !important;
}
