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

/* Content */
.content {
	background: center repeat-y url(/skin/images/content-bg-home.png);
}
.content-top {
	background: center no-repeat url(/skin/images/content-top-home.png);
}
.content-bottom {
	background: center no-repeat url(/skin/images/content-bottom-home.png);
}

.col1 {
	float: left;
	width: 410px;
	padding: 0 20px;
}
.col1 em {
	color: #0092e7;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: normal;
}
.col2 {
	float: left;
	width: 239px;
}
.col3 {
	float: right;
	width: 250px;
}

.blog h3.alt {
	margin-top: 0;
}
