* {
padding: 0;
margin: 0;
}

body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #655a2d;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}


p { }

a:hover {
	text-decoration:underline;
	}

a {
 color:#003366
}
a:visited {
	color:#003366;
	}

#container { /*Controls main container cell of content */
	width: 100%;
	margin-left: auto; 
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/background.png); 
	margin-right: auto;
	text-align: left;
	padding-left:0px;
	padding-right:0px;
	min-height: 400px;
	margin: 0 auto;
	z-index:4;
}

* html #container {
height: 400px;
}

#frame {
	padding: 0px;
	width: 781px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	}

#navigation {
	width:781px;
	height:20px;
	border-top:5px solid #aa4d25;
	border-bottom:5px solid #aa4d25;
	background-color:#541c04;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	}

#navigation a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
#navigation a:hover {
	color:#999999;
	text-decoration:underline;
	}

#logo_container {
	width:100%;
	height:114px;
	}

#main_section {
	width:100%;
	}
	
#sermons_section_home {
	width:780px;
	height:220px;
	background-image:url('images/sermons_background.jpg');
	z-index:2;
	}
	
#sermons_section {
	width:780px;
	height:220px;
	background-image:url('images/sermons_background_internal.jpg');
	z-index:2;
	}

#sermons_section_text {
	margin-left:300px;
	margin-right:10px;
	padding-top:25px;
	}
	
#sermons_section_text h1 {
	color:#FFFFFF;
	font-weight:normal;
	font-family:Arial Narrow;
	font-size:24pt;
	text-transform: capitalize;
	}

#sermons_table {
	filter:alpha(opacity=50);-moz-opacity:.50; opacity:.50; background-color:#FFFFFF;
	position:absolute;
	width:480px;
	height:70px;
	top:270px;
	}

#sermons_table2 {
	position:absolute;
	width:480px;
	height:60px;
	top:274px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	}

#cgi_links {
	height:40px;
	background-image:url('images/cgilinks_background.jpg');
	z-index:3;
	}	

#cgi_links_text {
	margin-left:300px;
	margin-right:10px;
	color:#FFFFFF;
	padding-top:10px;
	}	
	
#cgi_links_text a {
	font-size:9pt;
	color:#FFFFFF;
	text-decoration:none;
	}

#tablet {
	position:absolute;
	left:0px;
	top:154px;
	background-image:url(images/tablet.png);
	background-repeat:no-repeat;
	width:265px;
	height:266px;
	color:#333333;
	padding: 15px 0 0 25px;	
	z-index:1;
	}
	
#tablet h1{
	color:#000081;
	font-size:12pt;
	padding-top:10px;
	}

#tablet h1 a {
	color:#000081;
	text-decoration:none;
	}

#tablet h1 a:hover {
	text-decoration:underline;
	}
	
#body {
	background-color:#fdfca7;
	color:#000000;
	width:100%;
	background-image:url(images/body_background.jpg);
	}
	
#body_text {
	}

#body_text h1{
	color:#000081;
	font-size:12pt;
	padding-top:10px;
	}

#body_text h2 { 
	color: #FFFFFF;
	font-size:11pt;
	padding-top:10px;
	text-indent:5px;
	}

#body_text h2 a { 
	color: #FFFFFF;
	text-decoration:none;
	font-size:11pt;
	padding-top:10px;
	text-indent:5px;
	}
		
#body_text h2 a:hover { 
	color: #FFFFFF;
	text-decoration:underline;
	font-size:11pt;
	padding-top:10px;
	text-indent:5px;
	}

ul { padding-left:50px;}