@import url(common.css);

body { color: #32533a; }

#header h1 {
	left: 361px;
	position: absolute;
	top: -40px;
}

/*=home wrap
-------------*/
#homeWrap {
	background: url(../images/home_bg.jpg) 0 0 no-repeat #ebe9e9;
	padding-top: 12px;
}

.content { margin-top: 285px; }
.content .block {
	background: url(../images/home_block_sep.png) 100% 0 no-repeat;
	float: left;
	padding: 12px 10px 0 7px;
	width: 300px;
}
.content .block .logo {
	float: left;
	width: 132px;
}
.content .block .info {
	float: left;
	width: 168px;
}
.content .block h2 {
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.content .block p { margin-bottom: 13px; }
.content .block .more {
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.content .block a {
	color: #32533a;
	text-decoration: none;
}
.content .block a:hover { text-decoration: underline; }