body {
	background-color: #CCCC99;
	padding-top: 0;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
}

a {
	color: #330066;
}

#wrapper {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 760px;
}
/* Clearing a float w/o extra markup */
/* http://www.positioniseverything.net/easyclearing.html */
#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
/* End hide from IE-mac */
#home #wrapper {
	background: #fff url(../_i/wrapper_bg.gif) top left repeat-y;
}

#main {
	background: url(../_i/main_bg.gif) top left no-repeat;
	float: left;
	padding-top: 12px;
	width: 626px;
}
#coming #main,
#membership #main,
#schedule #main,
#map #main {
	width: 760px;
}

#main h1 {
	font-size: 150%;
	padding-bottom: 20px;
	width: 445px;
}
#main h2 {
	color: #330066;
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 1.4em;
}
#main h3 {
	color: #333;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 1.4em;
}
#main h4 {
	color: #333;
	font-size: 110%;
	font-weight: normal;
	padding-bottom: 1.4em;
}
#main p {
	font-size: 90%;
	line-height: 1.4em;
	padding-bottom: 1.4em;
}
#main ul,
#main ol {
	font-size: 90%;
	line-height: 1.4em;
	padding-bottom: 1.4em;
}

#side {
	float: right;
	width: 134px;
}
#home #side {
	background: #99cccc url(../_i/savoy_historic.gif) top right no-repeat;
	padding-top: 190px;
}
#home #side ul {
	padding: 1.4em 10px;
}
#home #side ul li {
	color: #333;
	font-size: 80%;
	line-height: 1.4em;
	padding-bottom: 1.4em;
}
#home #side ul li a {
	color: #330066;
	font-weight: bold;
}
#home #side ul li strong {
	color: #330066;
}

#videos #side {
	padding-top: 144px;
}
#videos #side p {
	font-size: 80%;
	line-height: 1.4em;
	padding: 0 10px 1.4em 0;
}

#main .col1 {
	float: left;
	width: 152px;
}
#main .col1 p {
	font-size: 80%;
	padding: 0 0 1.4em 10px;
	text-align: right;
}
#main .col1 ul#contact {
	font-size: 80%;
	padding: 0 0 1.4em 10px;
	text-align: right;
}
#main .col1 ul#contact strong {
	color: #666;
}
#main .col1 ul#contact li {
	padding-bottom: 1.4em;
}

#home #main .col2,
#videos #main .col2 {
	float: right;
	padding: 0 20px;
	width: 434px;/*474-40*/
}
#coming #main .col2,
#membership #main .col2,
#schedule #main .col2,
#map #main .col2 {
	float: right;
	padding: 0 20px;
	width: 568px;/*608-40*/
}
#coming #main .col2 img {
	float: right;
	margin: 5px 0 10px 10px;
}

#videos #main .col2 h2 {
	background: url(../_i/topvideo.gif) top left no-repeat;
	text-indent: -9000px;
	height: 72px;/*62+10*/
	width: 430px;/*445*/
}

#nav {
	display: none;
}


#footer {
	display: none;
}

input.text {
	width: 90%;
}
label {
	font-weight: bold;
}

ul#print_list li {
	display: block;
	float: left;
	padding-bottom: 40px;
	width: 568px;
}
ul#print_list img {
	float: left;
	margin: 0 20px 10px 0;
}
ul#print_list h3 {
	color: #330066;
	font-size: 90%;
	padding-bottom: 0;
	text-transform: uppercase;
}
ul#print_list p {
	font-weight: bold;
	margin-left: 172px;
}
ul#print_list ul {
	margin-left: 172px;
}
ul#print_list li ul li {
	padding-bottom: 0;
	width: 95%;
}

#schedule table tr {
	vertical-align: top;
}
#schedule table td {
	vertical-align: top;
}
#schedule table td img {
	padding-right: 20px;
	margin-bottom: 15px;
}
#schedule table td h3 {
	margin-bottom: 0;
	padding-bottom: 0.2em;
}