﻿body {
	margin: 0;
	padding: 0;
	background: #000 url('http://www.theaterservicesguide.com/images_TSG/page_bg.gif') repeat;
	background-attachment: fixed;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: .8em;
}
a {
	color:#00C;
	text-decoration:none;
}
a:visited {
	color: #36F;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}

#wrapper {
	width: 1020px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	/*background-color: #FFF;*/
	color: #000;
}
/* ************************ HEADER ************************ */
#header {
	width: 1010px;
	margin: 0;
	padding: 5px;
	background: #000 url('http://www.theaterservicesguide.com/images_TSG/r_header.gif') top left no-repeat;
	color: #FFF;
}
span.tsg {
	font-family: Broadway;
	font-size: 2em;
	}
#header a {
	color:#FFF;
	text-decoration: none;
	}
#header a:visited {
	color:#FFF;
	text-decoration: none;
	}
#header a:hover {
	color: #F90;
	text-decoration: none;
}
#header a.green, #header a:visited.green {
	color: #0F0;
	text-decoration: none;
}
#header a:hover.green {
	color:#F90;
	text-decoration: underline;
}
#header a.yellow, #header a:visited.yellow {
	color: #FF0;
	text-decoration: none;
}
#header a:hover.yellow {
	color: #F90;
	text-decoration: underline;
}
#header a.gold, #header a:visited.gold {
	color: #F90;
	text-decoration: none;
}
#header a:hover.gold {
	color: #FFF;
	text-decoration: underline;
}

/* ************************ MAIN CONTAINER ************************ */
#container {
	width: 1020px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #333;
	border: 1px solid #F90;
	border-left-width: 0;
	border-right-width: 0;
	clear: both;
}
/* ************************ SUB CONTAINERS ************************ */
#left {
	width: 179px;
	margin: 0;
	padding: 5px;
	text-align: left;
	float: left;
	color: #FFF;
}
#left a {
	color: #FFF;
	text-decoration: none
}
#left a:visited: {
	color: #CCC;
}
#left a:hover {
	color: #F90;
	text-decoration: underline;
}
#center {
	width: 1000px;
	margin: 2px 0 2px 0;
	padding: 10px;
	float: left;
	background-color: #FFF;
}
#center h2 {
	font-size: 1.25em;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	border: 1px solid #F90;
}
#center h3 {
	font-size: 1.1em;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	border: 1px solid #F90;
}
#center h4 {
	font-size: 1em;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	text-align: center;
	border: 1px solid #F90;
}
#center p {
	margin-left: 5px;
	margin-right: 5px;
}
/* ************************ FOOTER ************************ */
#footer {
	width: 1010px;
	margin: 0;
	padding: 5px;
	background-color: #FFF;
	text-align: center;
	clear: both;
}
#footer p.top {
	margin-right: 10px;
	text-align: right;
}
#footer p {
	margin-left: 10px;
	margin-right: 10px;
	width: 1000px;
}
.category {
	display: none;
	visibility: hidden;
}
hr {
	color: #039;
}
.bold {
	font-weight: bold;
}
img {
	border: 0;
}
