﻿body 
{
	background: URL('images/header_back.jpg') repeat-x top;
}

#AdArea
{
	padding-top: 20px;
	margin-bottom: -20px;
	height: 294px;
	overflow: hidden;
}

#ContentArea
{
	margin-top: 35px;
	
}

#LeftContent
{
	width: 474px;
	text-align: left;
	float: left;
}

#AdsContent
{
	width: 426px;
	float: right;
	margin-bottom: 60px;
}

.AD
{
	text-align: left;

	width: 426px;
	height: 164px;
	margin-bottom: 15px;
}


#LeftLeft
{
	width: 200px;
	padding-right: 20px;
	border-right: solid 1px #999999;
	float: left;
}

#LeftRight
{
	float: right;
	width: 220px;
	padding-right: 20px;
}

#LeftContent h1
{
	color: #666666;
	margin-bottom: 12px;
	letter-spacing: .1em;
	font-size: .8em;
}

#LeftContent p
{
	font-size: .7em;
	line-height: 25px;
	margin-bottom: 20px;
	color: #71725f;
}


.AdText
{
	width: 180px;
	position: relative;
	top: 85px;
	left: 10px;
	color: #353921;
}

/*rotator css */

div#adRotator ul li {
	float:right;
	list-style: none;
	position: absolute;
	margin-left: 590px;
}


div#adRotator ul li.show {
	z-index:100;
}



