body
{
	background-color: e2e2e2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; 
	color: 000000;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;

	scrollbar-face-color: ff9900;
	scrollbar-highlight-color: ffbb00;
	scrollbar-3dlight-color: ff9900;
	scrollbar-darkshadow-color: ff9900;
	scrollbar-shadow-color: ee8800;
	scrollbar-arrow-color: e2e2e2;
	scrollbar-track-color: e2e2e2;
}

a
{
	font-weight: bold;
}

a:link    {color: 000000}
a:visited {color: 000000}
a:active  {color: ffffff}
a:hover   {color: ffffff}

h1
{
	font-size: 24px;
}

h2
{
	width: 576px;
	font-size: 24px;
	background-image: url("eg_window.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 2px;
	padding-left: 24px;

	margin-bottom: 0px;
}

#nav
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 600px;
	width: 190px;
	z-index: 2;

	background-image: url("navside.png");
	background-repeat: no-repeat;
	background-color: e2e2e2; /*ff9900;*/

	border-left: solid 2px ff0000;
	border: none;

	padding: 4px;
	padding-left: 12px;
	padding-top: 80px;
}

#content
{
	position: absolute;
	top: 0px;
	left: 200px;
	height: 450px;
	width: 552px;
	z-index: 4;

	background-image: url("bar.png");
	background-repeat: repeat-x;
	background-color: e2e2e2;

	text-align: justify;

	padding: 8px;
/*	padding-top: 16px;
*/
}

#p
{
	width: 100%;
	padding: 8px;

	border-style: solid;
	border-width: 4px;
	border-color: ff9900;
}

table
{
	text-align: justify;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; 
	color: 000000;
}
