@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #0900B2;
	background-image: url(awana_banner_bkg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #0900B2;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #FFF;
	border-left-color: #FFF;
} 
.twoColFixRtHdr #container #header a #Church {
	padding: 2.5px;
	margin-right: 2.5px;
	border: thick groove #FFF;
}

.twoColFixRtHdr #header {
	background-color: #DDDDDD;
	background-image: url(Images/church/brooks_bethel_banner.gif);
	height: 200px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #FFF;
} 
.twoColFixRtHdr #container #awana {
	background-image: url(awana_banner.gif);
	height: 200px;
	width: 780px;
}
.twoColFixRtHdr #container #puggles {
	background-image: url(Images/awana/puggles_banner.gif);
	height: 200px;
	width: 780px;
}
.twoColFixRtHdr #container #cubbies {
	background-image: url(Images/awana/cubbies_banner.gif);
	height: 200px;
	width: 780px;
}
.twoColFixRtHdr #container #sparks {
	background-image: url(Images/awana/sparks_banner.gif);
	height: 200px;
	width: 780px;
}
.twoColFixRtHdr #container #tandt {
	background-image: url(Images/awana/t&t_banner.gif);
	height: 200px;
	width: 780px;
}


.twoColFixRtHdr #container #salvation {
	background-image: url(Images/salvation_banner.gif);
}
.twoColFixRtHdr #container #donny {
	background-image: url(Images/church/donny_banner.gif);
	height: 200px;
	width: 780px;
}
.twoColFixRtHdr #container #buddy {
	background-image: url(Images/church/buddy_banner.gif);
	height: 200px;
	width: 780px;
}

.twoColFixRtHdr #container #ray {
	background-image: url(Images/church/ray_banner.gif);
	height: 200px;
	width: 780px;
}
.twoColFixRtHdr #container #bob {
	background-image: url(Images/church/robert_banner.gif);
	height: 200px;
	width: 780px;
}
.twoColFixRtHdr #container #deacons {
	background-image: url(Images/church/deacon_banner.gif);
	height: 200px;
	width: 780px;
}

.twoColFixRtHdr #container #mexico {
	background-image: url(Images/mexico_mission/mission_banner.gif);
	height: 200px;
	width: 780px;
}



.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	width: 250px;
	background-color: #36892B;
	margin-top: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #FFF;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #FFF;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #FFF;
	float: right;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #FFF;
}
.twoColFixRtHdr #container #sidebar1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding-left: 40px;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-decoration: underline;
	font-weight: 900;
	font-style: italic;
}
.twoColFixRtHdr #container #sidebar1 ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.twoColFixRtHdr #mainContent {
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 100px;
	color: #FFF;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #FFF;
} 
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent ul {
	list-style-type: disc;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #F90401;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.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: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixRtHdr #container #mainContent1 {
	background-color: #130F67;
	width: 780px;
	color: #FFF;
	margin-top: 100px;
	border-top-width: thick;
	border-top-style: double;
	border-top-color: #FFF;
}
.twoColFixRtHdr #container #salvation {
	background-image: url(Images/salvation_banner.gif);
	height: 200px;
	width: 780px;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #FFF;
}
.twoColFixRtHdr #container #mainContent1 h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	background-color: #670913;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent1 h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}
.twoColFixRtHdr #container #mainContent1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}
.twoColFixRtHdr #container #mainContent1 h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0;
	padding-left: 30px;
	font-style: italic;
}
.twoColFixRtHdr #container #mainContent1 h2 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
}
.twoColFixRtHdr #container #mainContent1 img {
	border: thick inset #FFF;
	padding: 2.5px;
	margin-right: 5px;
}
.twoColFixRtHdr #container #donny #awana1 {
	background-image: url(Images/awana/awana1_banner.gif);
	height: 200px;
	width: 780px;
}
.twoColFixRtHdr #container #donny #awana1 img {
	padding: 5px;
	border: 5px outset #FFFC00;
}
.twoColFixRtHdr #container #sidebar1 p img {
	border: 5px outset #FFFC00;
	margin-left: 70px;
}
.twoColFixRtHdr #container #sidebar1 p a {
	color: #669AD3;
}
.twoColFixRtHdr #container #sidebar1 p a:hover {
	font-size: 24px;
	font-weight: bolder;
	color: #FFFC00;
}
.twoColFixRtHdr #container #sidebar1 p a:visited {
	color: #FFFC00;
}
