/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#overall { 
 margin: 0 auto;
background: #003399;
}
#wrapper { 
 margin: 0 auto;
 width: 865px;
background: white;
}

.sermons {
	font-family: "Verdana";
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	}


#headertimes { 
float: left;
width: 160px;
height: 140px;
margin: 5px 0px 5px 0px;
padding: 10px 10px 0px 10px;
text-align:center;
vertical-align:middle;
}

#headertimes p, #headertimes a, #headertimes a:hover{
 border: 1px solid #666666;
 background: #F2F2E6;
 padding: 5px;
 text-transform:uppercase;
 font-size: 8px;
 }
 

#header {
 color: #333;
 width: 700px;
 float: left;
 height: 150px;
 margin: 5px 0px 5px 0px;
}

#leftcolumn { 
 color: #fff;
 border: 0px solid #738cBF;
 margin: 0px 5px 5px 0px;
 padding: 0px 10px 10px 10px;
 width: 160px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 510px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 375px;
 width: 140px;
 float: left;
}

#leftactive{
 color: #333;
 width: 420px;
 float: left;
 padding: 10px;
 margin: 0px 5px 10px 0px;
 background: #738cBF;
}

#rightactive{
 width: 100%;
 height: 100%;
 float: left;
 padding: 0px;
 margin: 0px;
}

#footer { 
 width: 865px;
 height: 50px;
 clear: both;
 color: #333;
 background: #999999;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 text-align:center;
 text-transform:uppercase;
}

.scheduledetailbold {
	font-family: "Verdana";
	font-size: 12px;
	text-transform:uppercase;
	color: #000000; text-align:center; font-weight:bold
	}

.scheduledetail {
	font-family: "Verdana";
	font-size: 12px;
	text-transform:uppercase;
	color: #000000; text-align:center
	}