/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/*this removes the highlight box around "Latest News" */
.latest_news {
	    border: 0;
	    padding-top: 0px;
	    background-color: transparent;
	}
.mainborder {
	    width: 0px;
	    background: #211a16;
	}

.templatebody {
	    background: #211a16;
	}
	