#map
{
	height: 680px;
	width:680px;
	float: left;
	padding: 10px;
}

#twitterfeed
{
	float:right;
	width:250px;
	padding: 10px;
	height: 700px;
	overflow:scroll;
	text-align: left;
	background-color: #FFFFFF;
}

#wrapper
{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

#header
{
	text-align: left;
}

#left
{	
	float: left;
	width:250px;
	padding: 10px;
	padding-right: 10px;
	padding-top: 0px;
	height: 700px;
	text-align: left;
	background-color: #333333;
}

#left p
{
	color: #FFFFCC;
	font-size: 12px;
}

#left h1
{
	padding-top: 0px;
	margin-top: 0px;
}

#left a, #left a:link, #left a:visited, #left a:active
{
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
}

#left a:hover
{
	color: #0066FF;
	text-decoration: underline;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{
	color: #3399FF;
}

a, a:link, a:visited, a:active
{
	color: #3333FF;
	text-decoration: none;
}

a:hover
{
	color: #000066;
	text-decoration: underline;
}

#left ul, #left ul li
{
	color: #FFFFCC;
	font-size: 12px;
}

.user
{
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	padding: 2px;
}

.meta
{
	display: block;
	clear: both;
	padding-top: 2px;
	font-size: 10px;
}

.tweet
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

.twitterer
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}

.tweettext
{
	font-size: 12px;
}

#left p.example
{
	padding: 5px;
	color: #333333;
	background-color: #FFFFCC;
	font-weight: bold;
}

body
{
	background-color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
