#page {
    background: #4d6f8b url(../images/sobre.jpg) no-repeat;
}

h2 {
        font-size: 42px;
        color: #FFF;
        margin: 385px 0 25px 0px;
        letter-spacing: -2px;
        font-weight: lighter;
        height: 45px;
}

#pagetitle {
    margin-left: 28px;
}

h2.empresa { background: url(../images/title/empresa.jpg) no-repeat; }
h2.missao { background: url(../images/title/missao.jpg) no-repeat; }

.intro {
    font-weight: bold;
}

p, h3, a {
    color: #fff;
}

p, h3 {
    margin: 0 32px 20px 32px;
    line-height: 1.5em;
    width: 550px;
}

.menu {
        background: url(../images/menu/empresa.jpg) no-repeat;
        height: 250px;
}

.menu li { background: url(../images/menu/empresa-bg.png) no-repeat; }
.menu .current { background: url(../images/menu/empresa-bg-current.png) no-repeat; }
.menu a { color: #fff; }

.clippings {
	padding: 25px;
}

.clipping {
	float: left;
	height: 280px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 150px;
}

	.clipping a img {
		border: 4px solid #DDD;
		margin-bottom: 6px;
	}

		.clipping a:hover img {
			border-color: #23445F;
		}
	
	.clipping span {
		color: #FFF;
		display: block;
		font-size: 11px;
		line-height: 14px;
	}
	
		.clipping span.title {
			font-weight: bold;
		}