* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #9ae4e8;
}
#wrapper {
	width: 763px;
	display: block;
	margin: 20px auto 20px auto;
	text-align: left;
}
h1 {
	background-image: url(/images/TweetQA_02.gif);
	background-repeat: no-repeat;
	width: 287px;
	height: 77px;
	display: block;
	text-indent: -999999px;
}
h1 a {
	width: 287px;
	height: 77px;
	display: block;
}
	
#container {
	width: 723px;
	background-image: url(/inc/imgs/bg.gif);
	background-repeat: repeat-y;
	padding: 20px;
	float: left;
}
#footer {
	background-image: url(/inc/imgs/footer.gif);
	background-repeat: no-repeat;
	width: 763px;
	height: 10px;
	display: block;
	clear: both;
}
#box {
	background-image: url(/inc/imgs/box.gif);
	background-repeat: no-repeat;
	width: 686px;
	height: 130px;
	padding: 10px;
	margin: 10px auto 20px auto;
}
h2 {
	padding: 3px 0 0 10px;
	font-size: 14px;
}
p.box-p1 {
	padding: 20px 0 0 10px;
	line-height: 16px;
}
p.box-p2 {
	padding: 13px 0 0 8px;
	line-height: 16px;
}
#main {
	width: 696px;
	margin: 10px auto 10px auto;
	padding: 10px;
}

#mainl {
	width: 466px;
	margin: 10px auto 10px auto;
	padding: 10px;
	float:left;
}
#mainr {
	width: 170px;
	padding: 10px;
	float:right;
}

.tweet-div {
	width: 460px;
	clear: both;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.tweet-img img {
	width: 48px;
	height: 48px;
	float: left;
	padding: 10px;
}
.tweet-msg {
	float: left;
	padding: 15px 0 0 10px;
	width: 380px;
}
p.answer {
	background-image: url(/inc/imgs/answer.gif);
	background-repeat: no-repeat;
	width: 115px;
	height: 17px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	text-indent: -999999px;
	
}
p.answer a {
	width: 115px;
	height: 17px;
}
p#copy {
	text-align: center;
	width: 763px;
}
#indexing {
	padding: 0 0 20px 0;
	text-align: center;
}
#pagination {
	clear: both;
	padding: 20px;
	text-align: center;
}