section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	display:block;
	padding-top: 16px;
    font-size: 14px;
    color: #444;
    padding-bottom: 30px;
    clear: both;
	width:1000px;
	margin-left:10px
}

.col1 {
    border-top: 4px double #e7e7e7;
	padding-bottom:10px
}
section .col3 {
	border-top:none;
}

section h1 {
    color: #124051;
    font-size: 30px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 10px;
	text-align:center
}
section h2 {
    color: #2c2c2c;
    font-size: 36px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding-bottom: 18px;
}
section ul {
    list-style: none;
    margin: 0;
    text-align: left;
    clear: both;
	margin-left:10px
}
section ul li {
    float: left;
    line-height: 1.5em;
}
section ul li h3 {
    color: #444;
    font-weight: 700;
    font-size: 16px;
    margin: .6em 0 .4em;
}
section.col3 ul li {
    width: 323px;
    margin-right: 10px;
}
section.col3 ul li:last-child {
	margin-right:0px;
}
section.col3 ul li img { max-width: 306px }
section.col4 ul li {
    width: 234px;
    margin-right: 18px;
}
section.col4 ul li:last-child {
	margin-right:0px;
}
section.col4 ul li img { max-width: 221px }
section ul li .img-link { position: relative }
section ul li .img-link:active { top: 1px }
section ul li .img-link .z {
    display: block;
    width: 39px;
    height: 39px;
    background: url("../images/icon-zoom.png") no-repeat center center;
    position: absolute;
    bottom: -10px;
    right: -10px;
}
section ul li.last { margin-right: 0 }