body
{
  background-color: #2B3B4B !important;
  background-image: url('../images/background_gradient_2.jpg') !important;
}


#header { height: 120px; }


#content
{
	padding: 50px 0 50px 0;
}


.content_left_column
{
	clear: both;
	float: left;
  width: 650px;
  height: 100%;
  min-height: 100%;
  line-height: 2.0em;
	padding: 0 46px 0 33px;
}

.content_right_column
{
	clear: none;
	float: left;
  width: 300px;
  height: 100%;
  min-height: 100%;
  line-height: 2.0em;
	padding-right: 33px;
}

.left_column_prop 	{ width: 650px !important; padding-top: 0px; }
.right_column_prop 	{ width: 300px !important; padding-top: 0px; }
