#banner {
	height: 377px;
	background: url(../images/home/home-banner.jpg);
}


#banner h3 {
	background: url(../images/home/banner-text.png);
	width: 261px;
	height: 87px;
	top: 102px;
	left: 651px;
}

#banner p {
	font-size: 17px;
	line-height: 22px;
	left: 651px;
	top: 205px;
}

#banner p a {
	color: #F0EF72;
	text-decoration: none;
}

#banner p a:hover {text-decoration: underline;}

#content {
	padding: 50px 25px 10px 25px;
	line-height: 16px;
	background: none;
}

#content h3 {
	color: #660000;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#left {
	width: 320px;
	float: left;	
	background: #fff url(../images/home/dotted-border.gif) repeat-y right top;
	color: #666666;
	padding-right: 20px;
}

#left li {
	padding: 10px 0 10px 20px;
	background: url(../images/home/bullet.gif) no-repeat 0 13px;
}

#left li a {
	color: #6A6B00;
}

#right {
	float: left;
	width: 560px;
	padding-left: 30px;	
}

#right ul {
	padding-top: 40px;
}

#right li {
	float: left;
	padding: 0 7px 0 0;
	margin-right: 7px;
	<!--background: url(../images/home/logo-divider.png) no-repeat right 15px;-->
}

#right li.last {
	margin: 0;
	padding: 0;
}