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

body {
	font-family: Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #6F6F71;
	text-align: center;
	background: #ECECEC url('images/bg_body.png') top left repeat-x;
	margin: 0 auto;
}

#top {
	width: 100% !important;
	height: 236px;
	text-align: center;
	/* background: url('images/logo_mm_kunto.png') top center no-repeat; */
	margin: 0 auto;
}

#content {
	width: 100% !important;
	height: 803px;
	background: url('images/bg_content.png') top center no-repeat;
	margin: 0 auto;
}

#header {
	width: 1416px;
	height: 239px;
	text-align: center;
	margin: 0 auto;
}

#columns {
	width: 1416px;
	height: 574px;
	text-align: left;
	position: relative;
	margin: 0 auto;
}

.column {
	width: 304px;
	height: 524px;
	float: left;
	padding: 0 25px 30px 25px;
	margin: 0;
}

#column1 {
	position: relative;
}

.align-bottom {
	position: absolute;
	bottom: 10px;
}

#footer {
	width: 100% !important;
	height: 44px;
	/* clear: both; */
	color: #FFFFFF;
	text-align: center;
	background: #209CD8;
	margin: 0 auto;
}

#footer p {
	padding: 12px 0;
	margin: 0;
}

h1 {
	font-size: 24px;
	letter-spacing: 2px;
	padding-top: 30px;
	margin-top: 0;
}

h2 {
	font-size: 20px;
}

h2.column {
	margin-top: 0;
}

h3 {
	font-size: 18px;
	margin-top: 0;
}

.small {
	font-size: 11px;
	letter-spacing: normal;
}

.bolder {
	font-weight: bolder;
}

hr {
	height: 13px;
	color: #ECECEC;
	background: #ECECEC;
	border: 0 none;
}

ul {
	padding-left: 20px;
}