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

h1 {
	font-family:arial;
	font-size:22px;
	color:#000066;
	font-weight:100;
	line-height:50%;

}

h2 {
	font-family:tahoma;
	font-size:14px;
	color:#000099;
	font-weight:200;
	line-height:50%;
}

h3 {
	font-family:arial;
	font-size:18px;
	color:gray;
	font-weight:100;

}

p {
	font-family:tahoma;
	font-size:12px;
	color:black;
	line-height:140%;



}

#logo {
height:95px;
width:420px;
background-image:url(Church-logo-Edited.png);
margin: 0 auto;
text-align:left;

}

#body {  /*This is the background of the site*/
background-image:url(silver-gradient.gif);
	padding-top: 20px;
	text-align:center;
	
}

#window {   /*This is the window of the site*/
margin:0px auto 0px auto;
width:900px;
height:inherit;
/*background-color:white;*/

}

#containerContent {   /*This is the window of the site*/
margin:0px auto 0px auto;
width:900px;
height:inherit;


}

#allwindow {   /*This is also the window of the site but has to be here because IE stinks*/
width:900px;
height:inherit;
text-align:left;

}

#naviBar {
width:900px;
height:60px;
background-image:;
 /*This is the burgundy color for the navi bar*/


}

#content {   /*This is the portion of the window that the rotating announcement are in*/
height:335px;
margin: 0 0 0 0;
  /*This is the color of the center section of the window*/

}

#middleBar {
height:30px;
width:900px;
background-image:url(inforbarSite.gif);
}

#bottomBar {   /*This is the containter that holds the buttons at the botton of the screen*/
height:175px;
width:inherit;
margin: 0 0 0 0;
background-repeat:repeat-x;


}

#barSquares {
height:125px;
width:185px;
background-repeat:repeat-x;
float:right;
margin-left:20px;
margin-right:20px;
margin-top:0px;
padding:0px 0px 0px 0px;
}


/*This area is for the content pages*/

#contentPage {   /*This is the portion of the window that the rotating announcement are in*/

height:inherit;
/*height:540px;*/
margin: 0 0 0 0;
background-color:white;  /*This is the color of the center section of the window*/
padding:20px 20px 20px 20px;
}

#columns {
width:425px;

float:left;
height:200px;
padding:2px 2px 2px 2px;
}


