@charset "utf-8";
body {
	background-image: url(../images/background.png);
/*	
	background-image: url(../images/background.jpg);
*/	
	background-position: center top;
	background-repeat: no-repeat;
	margin:0px;
	background-attachment:fixed;
}
.inner_content {
	margin: auto;
	width: 984px;
/*
	width: 960px;
*/		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.the_left_box {
	float: left;
	width: 55%;
}
.the_right_box {
	float: right;
	width: 200px;
}
.the_center_box {
	float: right;
	width: 200px;
	margin-right: 15px;
}

#top-bar{
position:absolute;
top:0px;
width:100%;
height:35px;
margin-left:-9px;
background-color:#000000;
}

.bar-content{
	margin-left:8px;
	color:#FFF;
	margin-top:9px;
	font: bold 11px Arial, Helvetica, sans-serif;
}


.nava-header{
	background-image: url(../images/header.png);
	text-align: left;
	padding:5px;
	font-size: 14px;
	height:17px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
}
#ago {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}

.celb_holder {
	background-image: url(../images/transparentbg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tweet_result {
	background-image: url(../images/tweet_03.png);
	height: 102px;
	width: 526px;
	margin-top:3px;
}
#content_of_tweet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width:99%; 
}

#content_of_tweet a {
    color:#000;
	text-decoration:none;
}

.tweet_thumb_holder {
	height: 48px;
	width: 48px;
	margin-left: 10px;
	padding-top:6px;
	float: left;
}
#personal_title a {
	font-size: 17px;
	font-weight: bold;
	color: #e22323;
/*
	color: #F06;
*/	
	text-decoration:none; 
}

.tweet_result_content {
	float: right;
	width: 87%;
	margin-top: 14px;
}


.each_celb {
	padding-left: 4px;
	padding-top: 2px;
	font-weight: bold;
	color: #000000;
/*
	color: #333;
*/	
	margin-bottom: 3px;
	height:18px;
}
.each_celb a {
	color: #000000;
/*
	color: #333;
*/	
	text-decoration:none;
}
.each_celb:hover {
	padding-left: 4px;
	padding-top: 2px;
	font-weight: bold;
	cursor:pointer;
	color: #000000;
/*
	color: #333;
*/	
	background-color: #F3E7FB;
	margin-bottom: 3px;
/*
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;	
*/	
}
.sendtweet {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #740500;
/*
	background-color: #63C;
*/	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #639;
	padding: 3px;
	font-weight: bold;
}

.chart_holder {
	background-image: url(../images/transparentbg.png);
	border-bottom-width: 1px;
}
.tweets_today
 {
	background-image: url(../images/tweetstoday.png);
	height: 35px;
	width: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	background-repeat: no-repeat;
	padding-top: 4px;
	text-align: center;
	margin-top: 13px;
}
.send_Tweet {
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	width: 95%;

}
.Form_Holder {
	height: 22px;
	margin-bottom: 5px;
}
.Form_Left {
	float: left;
	width: 45%;
}
.Form_Right {
	float: right;
	width: 45%;
	text-align: right;
}

#footer {
	margin: auto;
	width: 960px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}