body {
	text-align: center;
	background-color: #333333;
	font-family: Arial, "Lucida Grande", "Trebuchet MS", Arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: rgb(204, 204, 204);
	}

a img { border: 0; }

a { color: white; }

h1 { 
	color: white;
	}

h2, h3, h4 {
	color: white;
	}

#center-it {
	margin: 0px auto;
	width: 975px;
	background-color: black;
	}
	
#header {
	height: 340px;
	position: relative;
	background-image:url('magic-show-vintage2.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	border-bottom: 1px dotted #525252;
	}

#main {
	width: 625px;
	float: left;
	text-align: left;
	padding: 10px 20px;
	background-color: black;
	}

#right-column {
	width: 300px;
	float: right;
	text-align: left;
	margin-bottom: 20px;
	background-color: black;
	border-left: 1px dotted #525252;
	}

#right-column h3 {
	color: white;
	margin: 0;
	}

.clear {
	clear: both;
	}

table#buy-tickets {
	width: 100%;
	margin: 15px 0 0 0;
	}

#main h2 {
	margin-bottom: 0;
	}
	
#share-links {
	position: absolute;
	bottom: 20px;
	left: 10px;
	}

#fb { float: left; margin-left: 5px; }

#twitter { float: left; }

#buy-tickets td {
	border-bottom: 1px solid #cccccc;
	height: 40px;
	}
	
td#toprow { height: 25px; }
	
td.buy-now {	
	text-align: right;
	}	
	
tr.top { 
	height: 8px;
	border: 1px solid red;
	}
 
.boxer {
	padding: 10px;
	margin: 20px 10px 0 0;
	border-bottom: 1px dotted #525252;
	}

.bio {
	height: 166px;
	margin-top: 30px;
	}

.bio img { 
	border: 0;
	margin-right: 20px;
	float: left;
	clear: left;
	}
