 #FlickrStream {
   margin: 0px 0px 10px 20px;
   float: left;
   display: inline;
   }
#FlickrStream a,
#FlickrStream a:link,
#FlickrStream a:visited,
#FlickrStream a:hover {
   display: block;
   background-repeat: no-repeat;
   background-position: bottom right;
   height: 75px;
   width: 75px;
   overflow: hidden;
   float: left;
   padding: 4px 0px 0px 4px;
   text-decoration: none;
   }
   
 
#Poloheader {
	width:1100px;
	background-color:#eee;
	border:1px dashed #999;
	text-align:center;
	height:150px;
	overflow:hidden;
	margin: 15px auto;
	padding: 2px 0;
}
#Poloheader img.poloLogo {
	margin: 0 auto;
}

#tweets {
	width:1100px; 
	background-color:#eee;
	border:1px dashed #999;
	text-align:center;
	margin: 15px auto;
	padding: 2px 0;
}
#tweets h3.latestTweets {
	margin: 0;
	padding: 8px 0 10px 0;
	text-align: center;
	font: 20px impact, Helvetica, Verdana, Arial, sans-serif;
	border-bottom: 1px dashed #999;
	width: 100%;
	font-weight: normal;
	font-stretch:condensed;
}
#tweets h3.latestTweets a {
	color: #000;
}
#tweets ul#twitter_update_list {
	margin: 0 auto;
	padding: 0;
	width: 98%;
	position: relative;
}
#tweets ul#twitter_update_list li {
	width: 23%;
	list-style: none;
	position: relative;
	height:95px;
	float: left;
	border-right: 1px dashed #999;
	margin: 0;
	padding: 4px 10px;
	font: 14px Helvetica, Verdana, Arial, sans-serif;
	text-align: justify;
}
#tweets ul#twitter_update_list li.last {
	border-right: none;
}
.tweetBox {
	position: relative;
	display: block;
	width: 400px;
	margin: 5px auto 12px auto;
}

#centerbottom{
	width:1100px;
	height:357px;
	margin: 15px auto;
	padding: 2px 0;
}

#centerspace{
	width:1100px;
	position: relative;
	display: block;
	margin: 15px auto;
	padding: 2px 0;
	height:auto;
}

#Polowhere {
	width: 500px;
	height: auto;
	background-color:#eee;
	border:1px dashed #999;
	text-align:center;
	float: left;
	margin: 0 0 15px 0;
}

#Polohow {
	width:500px;
	float: right;
	margin: 0 0 15px 0;
	background-color:#eee;
	border:1px dashed #999;
	overflow: auto;
	overflow-x: hidden;
}

#Polonews {
	height:445px;
	background-color:#eee;
	border-top:1px dashed #999;
	overflow: auto;
}

#Poloimages {
	height:495px;
	background-color:#eee;
	border-top:1px dashed #999;
	overflow:auto;
}

#Polofooter {
	background-color:#eee;
	border:1px dashed #999;
	height:180px;
	text-align:center;
	margin: 15px auto;
	padding: 2px 0;
	overflow: visible;
}
h1 {
	text-align:center;
	font-family:impact;
	font-weight: normal;
	font-stretch:condensed;
	margin:0px;
	border-bottom: 1px dashed #ccc;
}
a:link {
	color:#444444;
	font-weight:bold;
	text-decoration: none;
	font-family:helvetica;
}
a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#0000FF;
	font-family:helvetica;
}
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#999999;
	font-family:helvetica;
}
img {
	display: block;
	border: 0;
}
.Boxtext {
	text-align:left;
	font-family:helvetica;
	font-size:10pt;
}
.next {
	border-top:1px dashed #ccc;
	margin-top:15px; 
	margin-left:5px; 
	margin-bottom:15px;
	padding:5px;
}

#cog {
	
	top:175px;
}

.mapFrame {
	width: 425px;
	display: block;
	padding: 0 0 30px 0;
	border: 0;
	margin: 0 auto 10px auto;
}
.mapFrame object,
.mapFrame iframe {
	width: 425px;
	height: 350px;
	border: 0;
	overflow: hidden;
	margin: 0;
}
.mapFrame p.small {
	font-size: 80%;
}

.group:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
/* self-clear floats */
* html .group { /* ie 6 */
	height:1%;
}
*:first-child+html .group { /* ie 7 */
	min-height:1px;
}
