body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#navWrapper {
	position: absolute;
	width: 596px;
	height: 46px;
	background: url('/images/nav/bg.png') no-repeat;
}

#navWrapper.are {
	background-image: url('/images/nav/bg_are_on.png');
}

#navWrapper.know {
	background-image: url('/images/nav/bg_know_on.png');
}

#navWrapper.help {
	background-image: url('/images/nav/bg_help_on.png');
}

#navWrapper.like {
	background-image: url('/images/nav/bg_like_on.png');
}

#navWrapper img.we {
	display: block;
	padding: 6px 16px 0 9px;
	float: left;
	width: 55px;
	height: 19px;
}

#navWrapper ul {
	padding: 0;
	margin: 0;
	float: left;
}

#navWrapper li {
	list-style: none;
	float: left;
	padding: 0 5px 0 0;
	width: 110px;
	height: 36px;
}

#logout {
	display: block;
	position: absolute;
	margin: 1px 0 0 874px;
	color: #fff;
	padding: 3px 4px;
	font-size: 0.7em;
	background: #b7012c;
}

h1 {
	margin: 0;
}

#logo {
	position: absolute;
	margin: 23px 0 0 709px;
	width: 206px;
	height: 55px;
}

#topbar {
	padding-top: 98px;
	height: 360px;
}

#followusontwitter {
	padding: 31px 0 0 710px;
}

#followusontwitter img {
	width: 213px;
	height: 23px;
}

#recenttweets {
	padding: 0 0 0 710px;
	width: 220px;
	font-size: 0.8em;
	line-height: 1.2em;
}

#recenttweets div.tweet {
	color: #fff;
	padding-top: 15px;
	overflow: hidden;
	word-wrap: break-word;
}

#recenttweets div.tweet a {
	color: #fff;
}

#recenttweets div.tweet a {
	text-decoration: underline;
}

#recenttweets div.tweet span.time {
	font-weight: bold;
}

#morenews {
	padding: 15px 0 0 710px;
}

#morenews a {
	padding: 3px 4px;
	background: #fff;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 2em; /* for IE 7 */
}

#footerWrapper {
	width: 100%;
	background: url('/images/footer_bg.png') repeat-x;
	padding: 10px 0 14px 0;
}

#footer {
	width: 960px;
	margin: 0 auto;
	height: 1%;
	overflow: hidden;
}

#copyright {
	float: left;
	font-size: 0.8em;
}

#copyright a {
	color: #666;
}

#share {
	float: left;
	width: 147px;
	height: 16px;
	background: url('/images/share.png') no-repeat;
	margin-left: 6px;
}

#share ul {
	padding: 0;
	margin: 3px 0 0 70px;
	line-height: 0;
	height: 10px;
}

#share li {
	list-style: none;
	float: left;
	margin-left: 4px;
}

#share li a {
	float: left; /* for IE 7 */
}

#share li a img {
	width: 10px;
}