@charset "utf-8";
.Shade {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../Pictures/background_and_logo/sombra.jpg);
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #E1E2FF;
	border-top-color: #EE8E54;
}

#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ABAEFD;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clip: rect(0px,auto,auto,auto);
	background-image: url(../Pictures/background_and_logo/containerbackground.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-color: #FFFFFF;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 24px;
	font-weight: normal;
	color: #d00bb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clip: rect(70px,auto,auto,auto);
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12px;
}
.style21 {
	font-size: x-small;
	color: #993300;
	font-weight: bold;
}

#mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
	font-weight: normal;
	border-top-color: #C8615C;
	text-align: left;
} 
.style27 {
	color: #00F;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.style29 {font-size: 12px}
.style31 {
	color: #330099;
	font-size: 14;
}
.style33 {
	font-size: 14px;
	color: #333;
	list-style-image: url(../Pictures/bullets/BD14581_.GIF);
	vertical-align: 45%;
	margin-left: 0px;
	text-align: left;
}
.spirit {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
}


.Prayertree {
	text-align: center;
	border: 1px solid #006600;
	padding: 1px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CDCFFF;
	border-right-color: #CDCFFF;
	border-bottom-color: #CDCFFF;
	border-left-color: #CDCFFF;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	color: #333333;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: none;
	padding-right: 0px;
	border: medium double #0000FF;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.warning { /* this class can be used to float an element left in your page */
	font-weight:bold;
	color:#ff0000;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.p_bull {
	padding: 1px;
	height: 342px;
	width: 185px;
	border: 1px solid #597B25;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 5px;
	list-style-image: none;
}
