﻿body.home
{
	background: #292929 url(../img/bg_body.gif) repeat-x;
}
.home #header 
{
	height: 585px;
}
.home #main 
{
	float: left;
	width: 600px;
	padding: 0 40px 0 0;
	overflow: hidden;
}
.home #sidebar 
{
	float: right;
	width: 300px;
}
.home #main ul#search-details li p.txt 
{
	color: #fff;
}
.home #main p.view 
{
	background: #292929 url(../img/bg_searchDetails-li.gif) repeat-x;
	line-height: 40px;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}
.home #sidebar h3 
{
	background: none;	
	margin: 10px 0 0;
	padding: 0 0 10px;
	height: 20px;
}



