 .heading
 {
	font-variant: small-caps;
	font-size: 48px;
	color: blue;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	width: 621px;
	height: 73px;
	background-color: #FFFFFF;
	white-space:nowrap;
}

.city
{
	font-style: italic;
	font-size: 28px;
	color: #FF0000;
	position: absolute;
	z-index: 3;
	left: 82px;
	top: 31px;
	font-weight: bold;
	white-space:nowrap;
}

.navigationlinks A:link
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	white-space:nowrap;
}

.navigationlinks A:active
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	white-space:nowrap;
}

.navigationlinks A:visited
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	white-space:nowrap;
}

.navigationlinks a:hover
{
	color: white;
	text-decoration: underline;
	font-weight: bold;
	white-space:nowrap;
}

.currentpage
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	white-space:nowrap;
}

.currentpage a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	white-space:nowrap;
}

.navigation
{
	color: White;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #6666FF;
	width: 150px;
	height: 200%;
	z-index: 1;
	margin-top: 73px;
	background-position: 0px 0px;
	text-indent: 10px;
	white-space:nowrap;
}

.navigationlinks
{
	color: White;
}

.&149
{
	color:White;
}

.content
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75%;
	height: 100%;
	z-index: 1;
	margin-top: 80px;
	background-position: 0px 0px;
	margin-left: 170px;
}