		body {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #333333;
			margin: 0px;
			font-size: 12px;
			width: 100%;
		}
		html {
			width: 100%;
		}
		img {
			margin: 0px 5px 0px 5px;
		}
		h1 {
			font-size: 13px;
			font-weight: bolder;
			color: #000011;
		}
		a {
			font-weight: bolder;
			color: #000066;
			text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
			color: #000000;
		}
		p {
			font-size: 12px;
		}
		.text {
			font-size: 12px;
		}
		.heading {
			font-size: 13px;
			font-weight: bolder;
			color: #00428e;
		}
		#contact {
			text-align: left;
			width: 400px;
			margin: 0px auto;
		}
		#container {
			width: 96%;
			margin: 0 2% 0 2%;
			z-index: 0;
		}
		#header {
			width: 100%;
			height: 218px;
			z-index: 0;
			background-image: url('../images/banner_bg.jpg'); 
		}
		#business {
			position: absolute;
			top: 25px;
			right: 0px;
			padding: 0px 10px;
			z-index: 5;
		}
		#tagline {
			position: absolute;
			top: 140px;
			right: 2%;
			font-weight: bold;
			color: #eeeeff;
			padding: 0px 10px;
			z-index: 5;
		}
		#today {
			position: absolute;
			top: 177px;
			right: 2%;
			color: #eeeeff;
			padding: 0px 10px;
			z-index: 5;
		}
		#copy a {
			color: #ffffff;
			font-weight: bolder;
		}
