@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;
}

.welcome {
	font-family: "Gotham Medium", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #51a6ef;
	margin-bottom: 5px;
	font-weight: bold;
}
h1 {
	font-family: "Gotham Medium", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: normal;
	letter-spacing: -0.2px;
	font-weight: normal;
}

