html {
background:#CCFFCC;
margin:10px;
}
#header {
width:100%;
height:150px;
font:24px Tahoma;
text-align:center;
border: 1px solid #F00;
background:#00BFFF;
color#000;
padding-top:50px;
}
#headerlinks {
position:relative;
top:-25px;
width:100%;
border-top: 1px solid #F00;
font:24px Arial;
color: #FFF;
}
#headerlinks a, #headerlinks a:link, #headerlinks a:visited, #headerlinks a:active {
font:24px Arial;
color:#FFF;
text-decoration:none;
padding-left:5px;
}
#headerlinks a:hover {
color:#FFFF66;
}
#body {
background:#FFF;
position:relative;
top:-20px;
height:100% auto;
width:100%;
}
#rightbar {
//float: right;
position:absolute;
top:0px;
right:0px;
width:200px;
padding:0px;
margin:0px;
}
#tweetCol {
font-family:Tahoma;
font-size:14px;
width:200px;
text-align:center;
border:1px solid #000;
}
#tweetCol hr.hr {
width:100%;
height:1px;
color:#000;
padding:0px;
margin:0px;
} 
#tweet { 
width:200px;
height:300px;
overflow-y:auto;
overflow-x:hidden;
font-family:"Tahoma";
font-size:10px;
padding:0px;
margin:0px;
text-align:left;
color:#C0C0C0;
}
#tweet .twitterStatus {
font-family:"Tahoma";
font-size:12px;
color:#000;
}
#tweet .twitterStatus:hover {
color:#FFFF66;
}
#tweet hr { 
width:50%;
padding:0px;
}
#tweet ul {
padding: 0px;
margin:0px;
}
#tweet li { list-style-type:none; }
#leftbar {
float:left;
width:200px;
height:300px;
margin: 1px;
}
#leftbar h3 {
z-index:-1;
border:1px solid #000;
font:12px Tahoma;
font-weight:none;
margin:1px;
padding:1px;
}
#leftbar h3.ads {
margin:0px;
padding:0px;
}
#leftbar h3 strong:hover {
color:#000;
}
#leftbar h3:hover {
color:#707070;
}
#leftbar h3 a:link, #leftbar h3 a:visited, #leftbar h3 a:active, #leftbar h3 a {
padding-left:5px;
text-decoration:none;
color:#000;
}
#leftbar h3 a:hover {
color:#707070 ;
}
#content {
background: #CCFFFF;
margin-left:203px;
margin-right:203px;
}
#footer {
background:#FF00FF;
width:100%;
}
#f_ads{
float:right;
}