﻿/* Footer */
.footer {
	width:570px;
	padding-left:20px;
	background:url(img/footer2.png) no-repeat center top;
}

/* Main column */
.main-col {
	width:584px;
}
.g-title {
	background:url(img/content-bg2.png) no-repeat left top;
}

/* Content */
.content {
	background-position:left top;
}
.content-bot {
	background:url(img/content-bg2.png) 0px -37px no-repeat;
}

.content .block {
	padding:0 0 16px 0;
}
.content .thumb,
.content .c-thumb  {
	width:100px;
	height:100px;
	margin:0 12px 0 0;
	background:url(img/thumb-frame100.png) no-repeat left top;
}
.content .c-thumb {
	background-position:left bottom;
}
.content .thumb img,
.content .c-thumb img {
	width:100px;
	height:100px;
}
.content h3 {
	margin-left:-10px
}

