#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 10px;
 width: 250px;
 float: right;
 background: red;
 	background: url("../ccare/images/tealwhitegrad_bg.gif") repeat-x top;
	border: solid 1px #0d3692;
	border-top: solid 4px #0d3692;
}
#leftcolumn { 
 float: left;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 646px;
 display: inline;
 position: relative;
}
#demo {
width: 688px;
height: 236px;
background: url("../lmore/images/demo_hero.jpg");
background-color: #3300FF;
clear: both;
margin-left: 5px;
margin-bottom: 10px;
}