/* boxes */
/*
 border: 1px solid white;
*/
div#bodyBox {
}

div#cityBox {
	position: absolute;
	left: 30px;
	top: 100px;
	width: 32px;
	heigth:139px;
}

div#logoBox {
	position: absolute;
	left: 63px;
	top: 70px;
	width: 31px;
	height: 65px;
}

div#menuBox {
	position: absolute;
	left: 63;
	top: 170px;
	width: 176px;
}

div#contentBox {
	position: relative;
	margin-left: 240px;
	padding-top: 70px;
	padding-bottom: 20px;
	width: 640px;
	min-height: 500px;
	*height: 500px;
	padding-bottom: 60px;
}

div#footerBox {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 90px;
	width: 710px;
	text-align: left;
}

p {
	clear: both;
	margin-top: 0px;
}

.right {
  float: right;
}
.left {
  float: left;
}


/* footer */
.newsletter {
	vertical-align: middle;
	display: inline;
	float: left;
	color: #929497;
}
.newsletter img {
	vertical-align: middle;
}

.newsletter input {
	vertical-align: middle;
	height: 17px;
  font-size: 9px;
  display: inline;
}

.newsletter form {
    display: inline;
}

.citylinks {
  display: inline;
  text-align: right;
  float: right;
}

.citylinks a,
.citylinks a:link,
.citylinks a:visited,
.citylinks a:hover {
	font-family: verdana;
	font-size: 8pt;
	color: #929497;
	text-decoration: none;
}

.footer2 {
 clear: left;
 padding-top: 5px;
 color: #4c4c4c;
}


/* styles */
body, td, th {
	font-family: verdana;
	font-size: 8pt;
	color: #e9e4e1;
	background-color: #000000;
}
a, a:link, a:visited, a:hover {
	font-family: verdana;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}
