/* CSS Document */

.itemBody {
    max-width: 1000px;
    margin: 0 auto!important;
}
.itemFullText{ text-align:left; line-height:200%;}
.catItemTitle {
    font-size: 16px;
    line-height: 30px;
}
.itemImage img {
    padding: 0px;
}
#content {
    margin-top: 100px;
}

@media only screen and (max-width:500px) {
	#content {
    margin-top: 50px;
}
}