/* LINKS DEFINED */
a:link, a:visited {color:#0000ff; text-align:center; padding:30; text-decoration:none;} /*blue*/
a:hover, a:active {color:#ff0000; text-align:center; padding:30; text-decoration:none;} /*red*/
a {text-decoration:none} /*this will automatically remove the underline from a link*/

body{margin:0;padding:0}
.church_body 
    	{background:url("images/churchbackwash1.jpg") no-repeat center}

.camp_body
			{background:url("greengrad.gif") repeat-y; }
.camp_bodybkgd
			{background-color:rgb(79,129,29);}		
/*--.camp_alt_body
			{background:url("greengrad3.gif") no-repeat; width="100%"; height="100%";}*/
		
/*.camp_links {
		a:link, a:visited {color:#660000; text-align:center; padding:30; text-decoration:none;} brown
		a:hover, a:active {color:#006600; text-align:center; padding:30; text-decoration:none;} green
 not sure where to put this to make it work */

 
/*CLASSES*/
.centered{text-align:center;}
.date{text-align:right;}
.width{width:934px;} /*used*/
.margin	{margin-right:100px;}
li {display:inline;} /*used*/

				
/* CHURCH CLASSES*/
.church_p_font {
			font-family:"Trebuchet MS", Helvetica, sans-serif;
			font-size:13px;} /*used*/
			
.church_header {
			font-family:"Trebuchet MS", Helvetica, sans-serif;
			text-align:center;
			}/*used*/
			
.church_links {
			font-family:"Trebuchet MS", Helvetica, sans-serif;
			width:934px;
			height:"27";
			} /*used* background-color:#f0f0f0;*/

.church_p_bg {background-color:#f0f0f0;} /*used*/

/* CAMP CLASSES */
.camp_links {
			font-family:"Camp Fire Regular", "Trebuchet MS", sans-serif;
			font-size:20px;
			color:#660000;
			background-color:#bdb76b; /*change this color*/
			width:934px;
			height:"27";} /*used*/

.camp_header {
			font-family:"Camp Fire Regular", "Trebuchet MS", sans-serif;
			font-size:xx-large;
			text-align:center;
			color:#660000;
			}/*used*/

.camp_p_font {
			font-family:"Camp Fire Regular", "Trebuchet MS", sans-serif;
			font-size:13px;
			color:#660000;} /*used*/

.img_float_left {
			float:right;}
			
.trebuchet{font-family:"Trebuchet MS", Helvetica, sans-serif;}

.olist {
			 list-style-type:decimal;
			 font-family:"Trebuchet MS", Helvetica, sans-serif;
			 margin-left:350px;}

/*text for camp pages*/
.campfont{
			font-family:"Camp Fire Regular","Trebuchet MS", sans-serif;
			text-align:center;
			color:#660000;} /*used*/



/*div*/ /* div allows you to enter a division or new format within a formated/styled section*/
/*{background-color:#b0c4de;}*/
/* background attributes in this order:
background-color 
background-image 
background-repeat 
background-attachment 
background-position 
*/
.container {
			position:relative;
			margin: 0 auto;
			text-align:left;
			border:1px solid #000000;
			width:580px; }
			
.content {
			margin:0;
			background:url("roundedframe1.gif") top center no-repeat; }

.divheader {
			margin:0 auto;
			text-align:center;
			height:145px; }
			
.sidebar {
      font-size: 11px;
      float: right;
      width: 255px; 
      padding: 0;
      margin: 10px 5px 0 0; } 
			
.sidebar-container-first {
      background: url(img/finial1.gif) no-repeat top right; } 

.sidebar-body {
      padding-right: 5px; } 
			
.sidebar-container, .sidebar-container-first {
      background: url(img/finial2.gif) no-repeat top right;
      margin: 0 0 30px;
      clear:both; }