
/* BGR */
#bottom {
	background-image: url(../images/bgr-bottom.jpg); background-repeat: no-repeat; background-position: left top;
}

/* FONT */
#bottom p {
	font-size: 13px;
	font-weight: bold;
}

/* COLOR */
#bottom p {
	color: #000000;
}

/* CLASSES */

/* POST-1 */
.post-1 {
	
}
.post-1 h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.post-1 p {
	margin-top: 10px;
	text-align: justify;
}
.post-1 .left p {
	width: 380px;
}

/* BOTTOM */
#bottom {
	width: 800px;
	height: 225px;
}
#bottom p {
	width: 760px;
	margin-top: 192px;
	padding-left: 20px;
}
