@charset "utf-8";
/* CSS Document */
/* styles for The Time Tellers website */
/* modifications to LGcss1 styles */
.twoColElsLt #sidebar1 {
	background: none;
}
/*  Time Tellers-specific styles follow */
#container-background { 
	width: 45em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: url('/images/Girls_with_Flag.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	padding:0;
} 
#Body_container { 
	width: 45em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	background: #FFFFFF; /* same color as container */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: none;
}
p.copyright {
	font-size:small;
	text-align:right;
}
p.viewlargelink {
	font-size:small;
	text-align:right;
	margin-top:0px;
	color:#6600FF;
}
a.viewlargelink {
/*	font-size:small;
	text-align:right;
	color:#6600FF;
	*/
	text-decoration:none;
}
a.viewlargelink:hover {
/*	color:#FFCC00;
	color:#9933FF;
	color:#FF9900; */
	color:#6633FF;
}

#Page_Header {
	margin: .5em;
	margin-bottom: 0;
	padding: .5em;
	border: 2px solid #9933CC;
	background-color:#FFFFFF;
	background: url('/images/The-Time-Tellers-name-animated2.gif');
/*	background: url('/images/The-Time-Tellers-name.png');
*/
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment:scroll;
}
#Page_Header h1 {
	text-align: center;
	color: #333399;
}
#Page_Header p {
	text-align: center;
}
#Gigs {
	margin: 0.5em;
	margin-bottom: 0;
	border: 1px double #6633CC;
	padding-left: 1em;
	padding-right: 1em;
	font-size: small;
}
#Gigs h2 {
	text-align: center;
}
#Gigs p {
	text-align: left;
}
#Gigs strong {
	color:#990099;
	font-weight:bold;
}
.flash_movie {
	text-align:center;
	float: none;
	margin-bottom: 1em;
/*	margin-left: 1em;
*/
	margin-left: 0;
	border: thin solid #CC99FF;
/*	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
*/
	padding:2px;
	background:#FFFFFF;
}
