/* 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:		360px;	
 float:none;
	margin:			0px 225px 18px 0px;
	padding:		10px 10px 0px 10px;
	border:			1px solid #f1d2d0;
	background-color: #ffffff;
	z-index:		1;
}
.content p
{
	margin:			0px 0px 12px 0px;
	text-indent:	30px;
	text-align:		justify;
}
.content p+p
{
	text-indent: 30px;
}

.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 */ }


#parentNav
{
	position:		relative;
	float:			right;
	margin-left:	0px;
	margin-right:	0px;
	padding:		0px 2px 0px 0px;
	width:			200px;
	z-index:		3;
	/* border:		solid 1px Purple;	/* Just for testing to show the div box */	
	text-align:		left !important;
}
