body {
	font-size: 10px;
}
a {
	font-size: 10px;
}
#marketing {
	margin: 0 auto;
	width: 960px;
	background: url(images/marketing-bg.gif) #FFF;
	position: relative;
}
#home-left {
	width: 162px;
	margin: 60px 5px 20px 5px;
	line-height: 12px;
	text-align: center;
}
#home-middle {
	width: 320px;
	margin: 0 0 20px 10px;
}

#home-middle p {
	text-align: center;
}
#home-right {
	float: right;
	width: 430px;
	margin: 0 10px 20px 0;
}

.col {
	float: left;
	width: 150px;
	margin: 0 6px 6px 0;
}
.col ul, .row ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.row {
	margin: 15px 0 15px 15px;
}
.row img {
	float: left;
}
.row ul {
	float: left;
}

#ads {
	width: 437px;
	/* height: 245px;
	background: url('images/ads.jpg') no-repeat; */
	position: relative;
}
#ads p {
	text-align: center;
}
#ads p#one {
	position: absolute;
	top: 145px;
	left: 5px;
}
#ads p#two {
	position: absolute;
	top: 185px;
	left: 175px;
}
#ads p#three {
	position: absolute;
	top: 145px;
	left: 285px;
}

#gallery-litebox ul {
	list-style: none;
}
#gallery-litebox ul li {
	width: auto;
	float: left;
}
#gallery-litebox ul li img {
	border: 3px solid #DDD;
	margin: 5px 5px 0 0;
}