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

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

#navbar
{
	position: absolute;
	top: 0;
	width: 120px;
	left: 0;
}
/*
#navbar a
{
	color: #FFF;
	font-weight: lighter;
	text-transform: inherit;
	text-decoration: none;
}
#navbar a:hover
{
	color: #da7;
}
#navbar a:visited
{
	color: silver;
}
*/

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


#title1
{
	position: absolute;
	top: 22px;
	bottom: 80px;
	left: 140px;
	width: 460px;
	font-family: Times New Roman, Georgia;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: lighter;
	text-transform: inherit;
	letter-spacing: 8px;
}
#title2
{
	position: absolute;
	top: 70px;
	left: 170px;
	width: 440px;
	font-family: Verdana, Impact;
	font-size: 12px;
	font-weight: lighter;
	text-transform: inherit;
	letter-spacing: 9px;
	border-color: #432;
	border-width: 1px 0 0 0;
	border-style: solid;
	color: #531;
}
#titlelogo
{
	position: absolute;
	top: 0;
	left: 20px;
}

.nav
{
	margin: 0;
	width: 100%; /* ie6 bug */
	padding: 20px 0 20px 0;
	text-align: right;
	text-transform: inherit;
	font-size: 12px;
	border-right: #300;
	border-width: 0 3px 0 0;
	border-style: none solid none none;
}
.topnav
{
	height: 74px;
}

.nav p
{
	padding: 0 4px 0 4px;
}

#navbar div:hover
{
	border-right: #edd;
	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;
}

