		body {
			font: 1em, georgia, times, serif;
			color: #fff;
			background-color: #fff;
			text-align: center;
		}
		
		p	{ line-height: 1.5; }
		
		
		div#container {
			width: 600px;
			margin: 0 auto;
			text-align: left;
			background: #fff;
		}
		
		div#top_blank {
			height: 50px;
			background: #fff;
			text-align: center;
		}

		div#title_banner {
			height: 200px;
			background: #fff;
		}
						
		div#content {
			padding: 0 70px 0;
			background: #000;
		}
				
		div#bottom {
			height: 12px;
			background: #fff;
		}		
		
		h1#main_title {
			font-size: 30px;
			font-weight: bold;
			color: #fff;
			text-transform: uppercase;
			line-height: 0.5;
		}
		
			h4#date {
			font-size: 12px;
			font-style: italic;
			color: #fff;
			text-transform: capitalize;
		}
		
		.subtitle {
			font-size: 18px;
			font-weight: bold;
			font-style: italic;
			color: #fff;
			text-transform: uppercase;
		}
		
		.fine_print {
			font-size: 10px;
			color: #fff;
			text-align: right;
		}
		
		.fine_print2 {
			font-size: 12px;
		}
		
		.prices {
			font-size: 20px;
			font-weight: bold;
			line-height: 0.5;
			color: #E56717;
			text-align: right;
			text-transform: uppercase;
		}
		
		.crossed {
			color: #736F6E;
			font-weight: normal;
			text-decoration: line-through;
		}
		
		a:link {
		color: #FF0000;
		text-decoration: none;
		}
		
		a:visited {
		text-decoration: none;
		color: #CC3333;
		}
		
		a:hover {
		text-decoration: underline;
		}
		
		a:active {
		text-decoration: none;
		}
