body
{
	/* background-color: #b65; */
	background-color: black;
	margin: 0;
	/*font-family: "Arial Black", Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;*/
	font-family: Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: white;
}

a
{
	color: white;
	font-weight: lighter;
	text-decoration: none;
}
a:hover
{
	color: #d44;
}
a:visited
{
	color: silver;
}

#navbar
{
	/* background-color: blue; /* test */
	font-family:  "Arial Narrow", Arial, sans-serif;
	letter-spacing: 2px;
	position: absolute;
	top: 0;
	width: 120px;
	left: 0;
}

.uRhere
{
	/* background-color: #9a7; */
	/* you are here */
	background-color: #313;
}


#title1
{
	position: absolute;
	top: 14px;
	bottom: 80px;
	left: 146px;
	width: 460px;
	font-family: Impact, Verdana, sans-serif;
	font-size: 30px;
	font-variant: small-caps;
	font-weight: lighter;
	text-transform: inherit;
	letter-spacing: 12px;
}
#title2
{
	position: absolute;
	top: 70px;
	left: 170px;
	width: 440px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-transform: inherit;
	letter-spacing: 9px;
	border-color: #421;
	border-width: 1px 0 0 0;
	border-style: solid;
	color: #644;
}
#titlelogo
{
	position: absolute;
	top: 10px;
	left: 26px;
}

.nav
{
	/* background-color: orange;	/* test */
	width: 100%; /* bug in ie 6 */
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: right;
	text-transform: inherit;
	font-size: 14px;
	border-right: #600;
	/*border-left: black;*/
	border-width: 0 3px 0 0;
	border-style: none solid none none;
	font-variant: small-caps;
}
.topnav
{
	height: 74px;
}

.nav p
{
	/* background-color: green; /* test */
	padding: 0 4px 0 4px;
}

#navbar div:hover
{
	border-right: #f55;
	border-width: 0 3px 0 0;
	border-style: none solid none none;
}

.subnav
{
	margin: 0;
	padding: 6px 0 6px 0;
	border-right: #300;
	border-width: 0 3px 0 0;
	border-style: none solid none none;
}

#content
{
	position: absolute;
	top: 110px;
	left: 120px;
	right: 0;
	padding: 60px 60px 0 60px;
	font-size: 12px;
}
#content a
{
	text-decoration: underline;
	letter-spacing: 2px;
}

