@charset "UTF-8";
/* CSS Document */

#divContent {
	background: url(../images/layout/grayPixel.gif) repeat-y 559px top;
}
h1 {
	margin-bottom:0;
}

/*LEFT COLUMN*/
#divColumn1 {
	width: 500px;
	padding-right: 10px;
	float: left;
	margin-right: 10px;
	background: url(../images/layout/whiteLine.gif) no-repeat right top;
}
.slideshow {
	background: url(../images/layout/slideshow-bg.jpg) no-repeat;
	height: 260px;
	width: 490px;
	padding: 5px;
}
.underSlideshow {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}
.text2 {
	padding-left: 22px;
}

/*RIGHT COLUMN*/
#divColumn2 {
	float: left;
	width: 339px;
}
.col2block {
	padding: 10px 60px 10px 10px;
	background: #f0f4d5;
	clear: both;
	float: left;
	width: 269px;
	margin-bottom: 12px;
	position: relative;
	line-height: 1.2em;
	z-index: 1;
}
.col2block img {
	position: absolute;
	top: -7px;
	right: -5px;
}
.col2block h3 {
	margin-bottom: 0px;
	color: #8cc63f;
	padding-top: 0px;
}
.col2block p {
	margin-bottom: 0px;
	padding-bottom: 0;
}

