@import url("base.css");
#left{
	float:left;
	width:229px;
	height:283px;
}
#center-content{
position:relative;
float:left;
width:432px;
	height:283px;
}
#dynamic-content{
 float:left;
 clear:both;
 margin-top:10px;
 width:899px;
}
#dynamic-content .left, #dynamic-content .right{ float:left; }
#dynamic-content .left{ width:650px; }
#dynamic-content .right{ width:217px; margin-left:10px; border:1px solid #002B36; padding:10px; }
#dynamic-content .right h2{
  font-size:14pt;
  font-family:Arial, Helvetica, sans-serif;
  padding:0 0 10px 0;
  color:#002B36;
}
#dynamic-content .right p.tweet{
  padding:0 0 10px 0;
  font-size:10pt;
  font-family:Arial, Helvetica, sans-serif;
}
#dynamic-content .right p.tweet small{
  color:#999;
}

#center-content .rdy, #center-content .cyp{
	margin:0px 0px 0px 24px;
}
#center-content .h1{

margin:57px 0px 0px 24px;

}
.twitter{
  position:absolute;
  z-index:50;
  float:right;
  clear:both;
  bottom:0;
  right:20px;
  border:none;
  outline:none;
}

#right{

	float:left;

	width:229px;

	height:283px;

}

#footer {

	clear: left;

	height: 149px;

	width:899px;

	background-image:url(/img/home/footer.jpg);

	position:relative;

}
