﻿#content_container
{
	float:left;	
}

#side_bar
{
	width:250px;
	padding:10px 0 10px 10px;
	float:left;
}

#side_bar h1
{	
	width:240px;
	height:22px;	
	background:url(../images/side_bar_header_bg.gif) no-repeat;
	color:#f93; 
	padding:8px 5px 0 5px;
}

#content
{
	width:680px;
	padding:10px;
	float:right;
}

