HTML, BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	position: relative;
}

BODY {
	background: #E7ECBC;
}

#container {
    position: relative;
    /*height: 100%;*/
	
	min-height: 100%;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
#content {
	padding: 0px;
	/*position: relative;*/
	/*background-color: #6caad9;*/
	/*padding-bottom: 40px;*/
	min-height: 100%;
	margin: 0px;
}

IMG {
	border: 0px;
}

A {
	border: 0px;
	text-decoration: none;
	color: #3A190D; /*#39180d;*/
}



#absfooter {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #39180d;
	color: #fff;
	text-align: center;
	margin-top: 55px;
	padding-top:3px;
	padding-bottom: 3px;
	font-family: arial, helvetica, sans;
}

#absfooter A {
	color: #fff;
	font-weight: bold;
}

#adblock {
	position: absolute;
	top: 350px;
	left: 30px;
	width: 270px;
	height: auto;
	background: #e7ecbc;
	padding: 0px;
	border: 1px solid #39180d;
	line-height: 0px;

}

#stuff {
	position: absolute;
	top: 130px;
	left: 310px;
	background: #e7ecbc;
	padding: 5px;
	padding-bottom: 25px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #39180d;
	min-height: 595px; /*240px;*/
	width: 580px;
	font-family: arial, helvetica, sans;
}

#pause, #nav > a {
	font-family: arial, helvetica, sans;
	font-size: 18px;
	font-weight:bold;
	
}

.tweettext a {
	color: #00f;
}

#main {
		position:relative;
		/*width: 800px;*/
		width: 80%;
		margin: 0 auto;
		top: 20px;
		z-index:5;
		
}
#rsidebar {
	width:18%;
	float: left;
	top: 0px;
	margin-left:7px;
}
#trends {
	background: #fff;
	border: 1px solid #777;
	/*float:right;*/
	/*top: 0px;*/
	/*width: 15%;*/
	padding: 8px;
}

#langdiv {
	background: #fff;
	border: 1px solid #777;
	/*float:right;*/
	/*top: 0px;*/
	/*width: 15%;*/
	padding: 8px;
	margin-top: 5px;
}
#adbar {
	background: #fff;
	border: 1px solid #777;
	padding: 0px;
	margin-top: 5px;
}

#adbar img{
	border: 1px solid #39180d;
	width: 125px;
	margin: 0 auto;
}

#tweetdiv {
	text-align:center;
	background: #fff;
	border: 1px solid #777;
	padding: 8px;
	margin: 5px;
}

#results {
	background: #fff;
	border: 1px solid #777;
	padding: 8px;
	float:left;
	width: 78%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.searchsubmit, .searchinput {
	font-family: arial, helvetica, sans;
	font-size: 18px;
	margin: 5px;
	padding: 2px;
}

.tweetdisplay {
	background: #fff;
	border-bottom: 1px #777 dashed;
	font-family: arial, helvetica, sans;
	font-size: 16px;
	padding: 5px;
	min-height: 58px;
}
#tdiv_tweet {
	width: 85%;
}
#cornerlogo {
	position:fixed;
	top: 0px;
	left: 0px;
	z-index:0;
}

#stuff h2 {
	font-size: 18px;
}


#adblock IMG {
	padding: 5px;

}