@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-color: #FFF;
}

h11 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	float: left;
}

h6 {
	font-size: 12px;
	color: #999;
	margin-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
a:active {
	color: #666;
	text-decoration: none;
}

#container {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#main {
	float: left;
	height: auto;
	width: 745px;
	margin-left: 20px;
}

#tweets {
	width: 215px;
	float: left;
	margin-right: 20px;
	height: 500px;
}
