	body	{ 
		font:12px "Trebuchet MS", sans-serif;
		color:black;
		width:920px;
		margin:0 auto;
		background:white;
	}
	a	{
		color:black;
		text-decoration:none; 
	}
	a:hover	{
		text-decoration:underline; 
	}
	.topBg	{
	}
	.header	{
		height:296px;
		position:relative;
		background:url(../images/header_bg.jpg) 100% 100% no-repeat;
	}
	.header .inputHolder	{
		position:absolute;
		left:184px;
		top:141px;
		width:375px;
		height:50px;
		background:url(../images/search_input_holder.gif);
		padding:29px 0 0 104px;
	}
	.header .inputHolder .i	{
		border:none;
		font:11px Tahoma, sans-serif;
		color:#535353;
		width:277px;
		background:url(../images/s.gif);
		position:relative;
		top:4px;
	}
	.header .inputHolder .b	{	
		width:50px;
		height:30px;
		vertical-align:top;
		display:inline-block;
		background:none;
		position:relative;
		top:0px;
		left:20px;
		cursor:pointer;
		border:none;
	}
	.contentWrapperBg	{
		background:url(../images/side_ill.jpg) 0 63px no-repeat;
		margin-top:-45px;
		margin-left:45px;
	}
	.contentWrapperBg .contentWrapperBgTop	{
		background:url(../images/content_bott_bg.jpg) 0px 100% no-repeat;
		overflow:hidden;
		height:auto;
		padding-bottom:50px;
		padding-left:180px;
	}
	.popularSearches	{
		width:171px;
		float:left;
	}
	.popularSearches li	{
		font-size:13px;
		margin-bottom:12px;
	}
	.popularSearches .title	{
		background:url(../images/populat_title.gif);
		line-height:34px;
		padding-left:43px;
		color:white;
		margin-bottom:38px;
		left:-43px;
		position:relative;
		zoom:1;
	}
	.resultHolder	{
		margin-left:180px;
		padding:76px 50px 100px 0;
	}
	.resultHolder .item	{
		background:url(../images/ic_finded_item.gif) 0 0 no-repeat;
		padding-left:30px;
		margin-bottom:10px;
		color:#85421D;
	}
	.resultHolder .item strong	{
		display:block;
		font:12px Verdana;
		color:#27648E;
		font-weight:bold;
		margin-bottom:10px;
	}
	.resultHolder .item strong a	{
		color:#27648E;
	}
	.resultHolder .item p	{
		color:black;
		margin-bottom:10px;
	}
	.resultHolder .item p a	{
		color:black;
	}
