/* Adapted from BlueRobot's "The Layout Reservoir" http://www.bluerobot.com/web/layouts/ */
@import "aog.css";	/* Contains standard basic styles */
body
{
	margin: 130px 20px 20px 20px;	/* margin: 20px 20px 20px 20px; */
	font-size: 14px;
}
p
{	text-indent: 0px;
	text-align: left;
}
h1{ margin: 0px 0px 15px 0px; } /* margin: 18px 0px 15px 0px; */
h2{ margin: 0px 0px 5px 0px; }	/* margin: 18px 0px 3px 0px; */

/* All the content boxes belong to the content class. */
.content
{
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 200px;
margin: 0px 0px 20px 340px;
/* border: 1px solid #f1d2d0; */
	background-color: #ffffff; /* #ffebef; #eee; */
	padding: 10px;
	z-index: 3; /* This allows the Content to overlap the right menu in narrow windows in good browsers. */
	/* text-align: justify; */
}
.content p
{	margin:0px 0px 17px 0px; /* margin:0px; */
	text-indent:30px;
	text-align: justify;
}
.content p+p
{	text-indent:30px;
	/* text-align: justify; */
}
#navLeft
{
	position:	absolute;
	top:		130px;
	left:		20px;
	width:		130px;
	border:		1px solid #f1d2d0;
	padding:	10px 10px 10px 30px;
	z-index:	2;
	/* background-color: #ffebef; /* #fff0ef; /* #ffebef */
	/* Tantek Celik hack, protects IE5/Win from its own stupidity. http://glish.com/css/hacks.asp */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 108px;
}
/* Feed correct length, used along with the Tantek Celik hack exploited above */
body>#navLeft
{	width: 108px;
}
#navLeft2
{
	position:	absolute;
	top:		130px;
	left:		190px;
	width:		130px;
	border:		1px solid #f1d2d0;
	padding:	10px 10px 10px 30px;
	z-index:	2;
	/* background-color: #ffebef; /* #fff0ef; /* #ffebef */
	/* Tantek Celik hack, protects IE5/Win from its own stupidity. http://glish.com/css/hacks.asp */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 108px;
}
/* Feed correct length, used along with the Tantek Celik hack exploited above */
body>#navLeft2
{	width: 108px;
}

#navRight
{
	position:	absolute;
	top:		130px;
	right:		20px;
	width:		130px;
	border:		3px solid #f1d2d0;
	text-align:left !important;
	padding:	10px 10px 10px 30px;
	z-index:	4;
	/* background-color: #ffebef; */
	/* Tantek Celik hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 108px;
}
/* Feed correct length, along with the Tantek Celik hack exploited above */
body>#navRight
{	width: 108px;
	text-align: left;
}
