body {
	background:#FF9966;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding:0;
	margin:0;
}
/* container holds the header and nav bar for all pages */
#container {
	width:900px;
	margin:0 auto;
	padding: 0;
	background-image:url(images/shadow.gif);
 background-repeat:repeat-y  height:  auto;
	background-position: center;
}
/* content holds everying below the header */
#content {
	width: auto;
	background-image:url(images/shadow.gif);
 background-repeat:repeat-y  height:  auto;
	background-position:center;
	margin: 25px;
}
/* news page */
#news {
	width: 800px;
	background-image:url(images/shadow.gif);
 background-repeat:repeat-y  height:  auto;
	background-position:center;
	margin-left: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 2em;
}
#left_frame {
	width: 250px;
	height:  auto;
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}
/* header holds gary's pic */
#header {
	width:auto;
	margin: auto;
	background-image:url(images/banner.jpg);
	background-position:top;
	background-repeat: no-repeat;
	position:relative;
	height: 275px;
}
/* photos float right or left of text */
#photo_right {
	float: right;
	margin: 5px;
	width: auto;
	position: relative;
}
#photo_left {
	float: left;
	margin: 10px;
}
/* headings */
h1 {
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #389FAD;
}
h3 {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}
/* navigation bar-buttons */
#nav {
	margin: auto;
	width: 750px;
	height: auto;
	margin-left: 55px;
	margin-top: 10px;
}
#nav ul {
	margin:0;
	list-style:none;
	padding: 0;
}
#nav a, #nav strong, #nav span {
	display:block;
	font: bold 1.2em Arial, sans-serif;
	color:#FF9900;
	padding: 5px 10px 5px 10px;
	text-decoration:none;
	font-weight: bold;
}
#nav a {
	float:none;
}
#nav li {
	float:left;
	color: #FF9900;
	margin:0;
	padding:0 0 0 0px;
}
#nav #current a {
	float:left;
	color:#9F1321;
	border-bottom: 12px solid #66CCCC;
	border-top: 3px solid #FF9C00;
	padding: 0 10px 5px 10px;
}
#nav a:hover {
	float:left;
	color:#FF9900;
	padding: 0 10px 5px 10px;
	border-bottom: 12px solid #66CCCC;
	border-top: 3px solid #FF9C00;
}
#nav .padding {
	padding: 5px 0 0 10px;
	font-weight: bold;
}
a {
	color: #46574D;
	background: inherit;
}
a:hover {
	color: #647B6D;
	background: inherit;
}
/* use left_col for home page only */
#left_col {
	text-align:left;
	width:19%;
	_width:20%;
	height:100%;
	padding: 1em .7em 1em 4em;
	margin: 15 10 15 0;
	float: left;
}
#right_col {
	text-align:left;
	width:70%;
	_width:80%;
	height:100%;
	margin: 25 10 15 0;
	float: right;
	position: relative;
}
/* use for all quotes at bottom of pages */
.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 19px;
	color: #1f4e7d;
	font-weight: bold;
}
/* use ShowTitle for News page */
.ShowTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 1.5em;
	color: #CC6600;
}
/* use ShowTitleSmall for Gallery and Reviews pages links */
.ShowTitleSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-right: 12px;
	padding-top: 20px;
	color: #001100;
}
/* use TheatreSmall for Gallery and Reviews pages links */
.TheatreSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: auto;
	font-weight: bold;
	text-transform: capitalize;
	margin-right: 12px;
	color: #000000;
}
.table_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size:1em;
	font-weight:bold;
	line-height: 1.4em;
}
td.padded {
	padding:10px;
}
#blue_box {
	background-color: #8CC7CF;
	font: small-caps 1.5em/1.8em Verdana, Arial, Helvetica, sans-serif;
	line-height: auto;
	border: .2em solid #f96;
}

.style1 {
	color: #666666
}

.style2 {
	color: #FFFFFF;}
