p { text-align: justify;}

* { padding: 0; margin: 0; outline: 0; }

body {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	color: #000000;
	background: #fff;
	text-align: left;
}

a img { border: 0; }
a { color: #262626; text-decoration: none; }
a:hover { text-decoration: underline; cursor: pointer;}

.shell {margin: 0 auto; width: 946px;}

#header {background: url(images/header.gif) repeat-x 0 0; height: 103px;}

p#logo {
	padding:26px 0 0;
	margin:0;
}
h1 {font-family: "Myriad Pro", "Trebuchet MS", sans-serif; font-size: 24px; line-height: 24px; text-decoration: underline; text-align: center; margin-bottom: 20px; color: #000000;}
h2 {font-family: "Myriad Pro", "Trebuchet MS", sans-serif; font-size: 19px; line-height: 20px; text-decoration: underline}
h3 {font-family: "Myriad Pro", "Trebuchet MS", sans-serif; font-size: 14px; color: #262626;}

#heading {background: #fff url(https://jubileebc.com/images/heading-bg.gif) no-repeat center 1px; padding:15px 0;}
.heading-cnt {padding-top: 26px; padding-left: 8px; }
#heading h2 {color: #262626; padding-bottom: 15px;}
#heading p {padding-bottom: 16px;}

#footer {background: #EDEDED; padding-top: 5px; padding-bottom: 15px;}
#footer p {font-size: 0.75em; color: #6e6e6e; padding-right: 10px;}











@media screen and (max-width: 980px) {
	#header,
	#footer {
		display: none;
	}
	#wrap {
		width:auto;
		margin:0;
	}
	.shell {
		width:auto;
		padding:10px;
		margin:0;
		float:none;
		background:url('images/mobile_logo.png') center 0 no-repeat;
	}
}