body,html {
	padding: 0;
	margin: 0 auto;
	background-color:#cde4ce;
	font:14px/20px verdana, sans-serif;
}

a {
	color:#7d131e;
}

#container {
	width:959px;
    margin-left: auto;
    margin-right: auto;
}

#header {
	width:959px;
}

img.headerFloat {
	position:relative;
	float:left;
}

#menu {
	position:relative;
	float:left;
	width:898px;
	height:58px;
	background-color:#322217;
}

#contentWrap {
	position:relative;
	float:left;
	width:959px;
	background-image:url(http://streettreatswa.com/images/content_bg.png);
	background-repeat:repeat-y;
}

#content {
	position:relative;
	float:left;
	background-color:#fff;
	width:897px;
	border-left:1px solid #89a28a;
	border-right:1px solid #89a28a;
}

#leftColumn {
	clear:both;
	position:relative;
	float:left;
	width:460px;
	margin-left:40px;
}

#rightColumn {
	position:relative;
	float:left;
	width:360px;
	margin-left:20px;
}
	
.content {
	display:block;
	border:3px solid #cde4ce;
	padding:10px;
    margin-left: auto;
    margin-right: auto;
}

.twitHeader {
	margin-left:-20px;
	margin-top:-40px;
}

.tweet {
	margin-top:23px;
	width:292px;
	font-family: verdana, serif;
	font-size: 10px;
	color: #322217; 
	display:block;
	border-left:3px solid #cde4ce;
	border-right:3px solid #cde4ce;
	border-bottom:3px solid #cde4ce;
	padding:10px;
    margin-left: auto;
    margin-right: auto;
}

.tweet .tweet_list {
	-webkit-border-radius: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff; 
}
.tweet .tweet_list li {
	overflow:hidden;
	padding: .5em; 
}
.tweet .tweet_list li a {
	color: #84a685; 
	text-decoration:none;
}
.tweet .tweet_list .tweet_even {
	background-color: #fff; 
}
.tweet .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left; 
}
.tweet .tweet_list .tweet_avatar img {
	display:none; 
}

img.headerBottom {
	position:relative;
	float:left;
}

#footer {
	position:relative;
	float:left;
	clear:both;
	background-image:url(http://streettreatswa.com/images/footer.png);
	background-color:#cde4ce;
	width:959px;
	height:84px;
}
