body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: medium;
	vertical-align: top;
	padding: 0px;
}
p {
	font-size: small;
}
h2 {
	font-size: small;
}

#wrapper {
	width: 800px;
	height: 100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
#header {
	color: #000000;
	background-color: #FFFFFF;
}

#navigation {
	width: 20%;
	float: left;
}
#footer {
	clear: both;
	background-color: #FFFFFF;
}

#content {
	float: right;
	width: 80%;
}
#citycontent {
	width: 100%;
}


#navcontainer {
	width: 20%;
	float: left;
}

#navcontainer ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: small;
}

#navcontainer ul ul {
        margin: 2px;
	padding-left: 0;
	border-left: 1px solid #ccc;
        font-size: x-small;
}


#navcontainer a {
	display: block;
	width: 130px;
	text-align: left;
	text-decoration: none;
}

#navcontainer li {
	padding: 2px;
}

#navcontainer a:link, #navlist a:visited {
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #CCCCCC;
}

#navcontainer .inactive {
	background-color: #FFFFFF;
}

#navcontainer .active {
	background-color: #FFFFFF;
}

