body
{
	background-color: #000;
	background-image: url('../img/bkgd_wood.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans serif;
}

img { border: none; }

/* DOC STYLES */
body, p, td
{
	font-size: 12px;
	line-height: 20px;
}

a:link, a:hover, a:visited
{
	color: #009;
	text-decoration: none;
}

a:hover { color: #00f; }

h1
{
	position: absolute;
	top: 30px;
	left: 184px;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 18px;
	color: #193947;
	line-height: 18px;
	margin: 0px 0px 5px;
	0px: ;
}

p { font-size: 13px; }

/*ELEMENTS*/
img.homeLink
{
	position: absolute;
	top: 50px;
	left: 25px;
	width: 185px;
	height: 141px;
}

div#nav
{
	position: absolute;
	left: 0px;
	top: 191px;
	width: 185px;
	vertical-align: top;
	padding-left: 20px;
}

div#pageImg
{
	position: absolute;
	left: 185px;
	top: 50px;
	height: 481px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
}

div#content
{
	position: absolute;
	top: 50px;
	right: 10px;
	height: 481px;
	overflow: auto;
	padding: 10px 10px 10px 0;
	margin: 0;
	background-color: #fff;
	padding-right: expression(this.scrollWidth > this.offsetWidth ? "18px" : "28px");
}

div#copyright {
	position: absolute;
	top: 555px;
	right: 10px;
	color: #666;
	font-size: 10px;
	line-height: 12px;
}

div#photoCredit {
	position: absolute;
	top: 555px;
	left: 185px;
	color: #666;
	font-size: 10px;
	line-height: 12px;
}

/* NAVIGATION */
a.nav_off
{
	font-family: arial, helvetica, sans serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #fff;
	margin-left: 15px;
}

a.nav_off:hover, a.nav_off:visited
{
	color: #fff;
	text-decoration: none;
	margin-left: 15px;
}

p.navP_on
{
	background-color: #FFF;
	font-weight: bold;
	height: 30px;
	margin: 0px;
	text-indent: 15px;
	font-size: 15px;
	line-height: 30px;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	background-image: url(../img/navTriangle.gif);
	background-repeat: no-repeat;
	background-position: 155px 0px;
}

img.navSpacer
{
	width: 1px;
	height: 30px;
	vertical-align: middle;
}

