/* use header background image */
.t3-mainnav {
	background: #333333 url("/images/header_masked.jpg") no-repeat right;
}

/* hide horizontal menu */
.t3-mainnav .t3-navbar {
	display: none!important;
}

/* hide footer */
.t3-footer {
	display: none!important;
}

/* table cell padding */
td {
	padding: 8px;
}

