@charset "utf-8";
/* CSS Document */

html,body {
	margin: 0;
	background-color:#DDD;
}

#hd {
	border-left:1px solid #000;
	border-right:1px solid #000;	
}

#bd {
	padding:0 10px 10px 100px;
	background-color:#FFF;
	border:1px solid #000;
	background-image:url(http://whitesidetheatre.org/img/sign-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:610px;
}

h1 { 
	color:#900; 
}
h2 { 
	color:#900; 
}
h2 a { 
	text-decoration:none;
}
h3 { 
	color:#900; 
	margin-bottom:0;
}
h3 a { 
	text-decoration:none;
}
a { 
	color:#900;
}
a:hover { 
	color:#000; 
}

#menu { 
	padding-top:77px; 
	padding-left:0px;
}
#menu_item { 
	float:left; 
	margin-left:2px; 
	background-image:url(http://whitesidetheatre.org/img/menu_left.png); 
	background-position:top left; 
	background-repeat:no-repeat; 
	height:23px;
}
#menu_item a { 
	color:#990000;
	text-decoration:none; 
	font-size:small; 
	font-weight:bold; 
	background-image:url(http://whitesidetheatre.org/img/menu_right.png); 
	background-position:top right; 
	background-repeat:no-repeat; 
	padding:3px 8px; 
	display:block; 
}
#menu_item a:hover { 
	color:#000; 
}
#menu_item strong {
	color:#000;
	text-decoration:none; 
	font-size:small; 
	font-weight:bold; 
	background-image:url(http://whitesidetheatre.org/img/menu_right.png); 
	background-position:top right; 
	background-repeat:no-repeat; 
	padding:3px 8px; 
	display:block; 
}
#banner-extend { 
	height:100px; 
	background-image:url(http://whitesidetheatre.org/img/banner-ext.png); 
	background-repeat:repeat-x;
}
#banner { 
	height:100px; 
	width:233px; 
	float:left;
}

table {
	border-spacing:0px;
	border-style:none;
}
table th {
	border-style:none;
	padding:2px;
	text-align:left;
}
table td {
	border-style:none;
	padding:2px;
}
table.borders {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.borders th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.borders td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#ft {
	font-size:.9em;
	text-align:center;
}
#news_date {
	color:#333333;
	font-size:.9em; 
	font-weight:normal;
}
#red {
	color:#FF0000;
}

