@charset "utf-8";
body {
	background-image: url(../images/messengerbkg.jpg);
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}

h1 {
	color: #996633;
	text-align: center;
	display: block;
	font-family: "Comic Sans MS", cursive;
}



h2 {
	color: #FF0000;
	margin-bottom: -1px;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6600;
}

h4 {
	color: #993366;
	font-family: "Comic Sans MS", cursive;
}

a img{
	border-style: none;
}

a:link {
	color: #C90;
	text-decoration: none;
	font-size: 1.2em;
}
a:hover {
	color: #00FF66;
	font-size: 1.2em;
}
a:active {
	color: #FF0000;
	font-size: 1.2em;
}
a:visited {
	color: #CC66FF;
	font-size: 1.2em;
}
#container {
	width: 960px;
	position: relative;
	margin: 0 auto;
	background: #FFF center;
}
#header {
	text-align: center;
	background: url(../images/candleangelbkg1.jpg) repeat;
	display: block;
}

#sidebar {
	float: left;
	width: 262px;
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
}

#sidebar a:link {
	color: #09C;
}
#main {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-top: 30px;
	display: block;
}
#main2 {
	padding-bottom: 20px;
	padding-top: 10px;
	margin-top: 30px;
	display: block;
}
#content {
	display: block;
	text-align: left;
	width: 698px;
	float: left;
}
.angel {
	padding-right: 5px;
	float: left;
}
/* ~~ this container surrounds all other divs ~~ */
figure {
	display: block;
	/* [disabled]padding: 8px; */
	/* [disabled]margin: 5px; */
	border: dashed 1px gray;
}
th {
	text-decoration: none;
	/* [disabled]border: 5px solid #F0F; */
}
#tables {
	background: center;
	display: table;
	position: static;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F0F;
}
#tables td   {
	border: 1px solid #F0F;
	text-align: center;
	vertical-align: top;
}
#tables2 {
	background: #FFCC99 center;
	display: table;
	position: static;
	margin-right: auto;
	margin-left: auto;
	width: 395px;
	border: 2px double #960;
}


#tables h2 {
	font-size: 36px;
	color: #F00;
	text-align: center;
	margin-bottom: -0.1px;
	padding-bottom: 3px;
}
#tables2 td {
	border: thin double #960;
}
#tables3 {
	border: 1px solid #600;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
#tables3 th {
	color: #FFF;
	background-color: #600;
	text-align: center;
	padding: 0 10;
	border: 1px solid #600;
}

#tables3 td {
	background-color: #FFF;
	text-align: center;
	padding: 0 10;
	border: 1px solid #600;
}



#uTube {
	background: center;
	display: table;
	position: static;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #F0F;
}

#tables a:link {
	font-size: 1.6em;
	color: #900;
	font-family: "Comic Sans MS", cursive;
	text-decoration: none;
}
#tables a:visited {
	color: #F0F;
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.6em;
}
#tables a:hover {
	color: #0F6;
	text-decoration: underline;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.6em;
}
#tables a:active {
	color: #F00;
	text-decoration: underline;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.6em;
}

iframe {
	border-style: none;
}
#frme {
	border: 2px solid #666;
}

#footer {
	text-align: center;
	position: relative;
	clear: both;
	display: block;
	padding-bottom: 30px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}
#footer a:link {
	color: #03C;
	text-decoration: none;
}
#footer a:visited {
	color: #F0F;
	text-decoration: none;
}
#footer a:hover {
	color: #0FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0FF;
}
#footer a:active {
	color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}

.date {
	text-decoration: none;
	background-color: #CCCC99;
	font-size: 14pt;
	font-weight: bold;
	font-family: Technical;
}
.text {
	font-size: 14pt;
	text-decoration: none;
}
.donation {
	font-size: 14pt;
	font-style: italic;
}
.Title_bios {
	font-size: 1.1em;
	font-weight: bold;
	color: #00C;
}


.month {
	font-family: Technical;
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
}
.flyer {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}


.day {
	background-color: #CCCC99;
}
.maintable {
	background-color: #FFFFFF;
}	
.biostable {
	background-color: #EDEDDE;
	text-align: left;
}
.alignCenter {
	text-align: center;
	background: center;
}


.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

