p
{
	text-indent:	3em;
}

#contentContainer
{
	position:	absolute;
	top:		0;
	left:		3.1em;
	right:		3.1em;
}

#content
{
	z-index:	5;
}

#leftmargin
{
	position:	fixed;
	top:	0;
	left:	0;
	height:		100%;
	width:	3em;
	background-position:	top left;
	background-repeat:	repeat-y;
}

#rightmargin
{
	position:	fixed;
	top:		0;
	right:		0;
	height:		100%;
	width:		3em;
	background-position:	top right;
	background-repeat:	repeat-y;
}

p.nav
{
	text-align:	center;
	margin-top:	0;
	padding-top:	0;
	text-indent:	0;
}

p.nav a
{
	text-decoration:	none;
}

p.nav a:hover
{
	text-decoration:	underline;
}
