/* set the base styles for the HTML tags */body {    font-family: Arial, Helvetica, sans-serif;	font-size: 81.25%;	background-color: white;    margin: 0;	padding: 0;}/* styles for the page */#page {	width: 960px;	margin: 0 auto;	background-color: #800000;}/* styles for the header */#navigation {	background-color: black;	font-weight: bold;	color: white;	text-align: center;	padding: .5em 1.5em;	margin: 0;	position: relative;}#navigation a {	text-decoration: none;}.gray {	color: #d3d3d3;}.white {	color: #ffffff;}/* styles for the right sidebar */#sidebar {	width: 325px;	float: right;}#speakers {	background-color: #fffded;	margin-top: 10px;	margin-right: 10px;	padding-bottom: 10px;}#speakers img {	height: 75px;	border: none;	margin: 1.5em .8em .5em 15px;}#sidebar h1 {	font-size: 140%;	color: #000000;	padding-top: .8em;	padding-left: 1em;	margin-top: 0;	margin-bottom: 0;}.speaker_left {	width: 150px;	float: left;}.speaker_right {	margin-left: 160px;}.name {	font-size: 95%;	font-weight: bold;	margin: .3em 0 0 15px;}.date {	font-size: 95%;	margin: .3em 0 0 15px;}#map {	width: 315px;}/* styles for the main content */#main {	margin-right: 325px;}#tickets {	background-color: #fffded;	padding-right: 15px;	padding-bottom: 2em;	margin: 10px;}#tickets h1 {	font-size: 140%;	color: #000000;	padding-top: .8em;	padding-left: 15px;	margin-top: 0;	margin-bottom: 0;}#tickets h2 {	font-size: 120%;	color: #800000;	padding-left: 40px;	padding-right: 1.5em;	margin-top: .7em;	margin-bottom: 0;}#tickets p {	line-height: 1.4;	padding-left: 15px;	margin-top: .5em;	margin-bottom: 0;}#tickets p.ticket_desc {	padding-left: 40px;}#tickets p.address {	padding-left: 65px;}/* styles for the footer */#footer {	clear: both;}#footer p {	font-size: 90%;	color: #ffffff;	background-color: #000000;	margin-top: 0;	margin-bottom: 0;	padding: .5em 1em;	text-align: center;}