*
{
	padding: 0px;
	margin: 0px;
	/*border: 1px solid red;*/
	outline: none;
}

html
{
	width: 100%;
	height: 100%;
	overflow: auto;
}

body
{
	width: 100%;
	height: 100%;
	background: #e5be82;
	font: 14px/1.2 "Trebuchet MS",Helvetica,"Nimbus Sans L",sans-serif;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

img a
{
	border: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.fl
{
	display: inline;
	float: left;
}

.cl {
	clear: both;
	display: inline;
	visibility: hidden;
	width: 0;
	height: 0;
}

#root
{
	width: 100%;
	height: 100%;
	border: none;
}

#root td
{
	/*border: 1px solid orange;*/
}

#main
{
	width: 100%;
	height: 100%;
	border: 0px solid red;
}

#l
{
	width: auto;
	height: 100%;
}

#c
{
	width: 1000px;
	vertical-align: top;
}

#r
{
	width: auto;
}

#t
{
	height: 226px;
	vertical-align: top;
}

#m
{
	/*height: auto;*/
	background: #e5be82 url('/img/bg2.gif') repeat-y;
	vertical-align: top;
	/*padding: 20px;*/
}

#b
{
	height: auto;
	background: #e5be82;
	vertical-align: top;
}

#tm
{
	width: 1000px;
	height: auto;
	vertical-align: top;
	padding: 0px;
}

#tm img
{
	margin: 0px;
	padding: 0px;
	border: none;
	display: block;
}

#content
{
	width: 100%;
	height: auto;
	border: none;
	/*border-collapse: separate;
	border-spacing: 0;*/
	/*table-layout: fixed;*/
	table-layout: auto;
}

#left
{
	width: 178px;
	height: auto;
	padding: 20px 10px 10px 10px;
	border: none;
	vertical-align: top;
}

#centr
{
	width: 600px;
	height: 100%;
	border: none;
	vertical-align: top;
	padding: 20px 0px 20px 0px;
}

#right
{
	width: 178px;
	height: auto;
	padding: 20px 10px 10px 10px;
	border: none;
	vertical-align: top;
}

#search
{
	width: 178px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

#query
{
	margin: 0px;
	padding: 0px;
	/*width: 145px;*/
	width: 174px;
	background: white;
}

#submit
{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 20px;
}

#favorites
{
	width: 178px;
	height: auto;
	padding: 0px 0px 20px 0px;
	border: none;
	vertical-align: top;
}


.subnav
{
	display: block;
	width: 178px;
	height: auto;
	margin: 0px 0px 14px 0px;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: black;
}

.subnav:hover
{
	text-decoration: underline;
}

#first_banner, #second_banner, #third_banner
{
	width: 178px;
	height: auto;
	padding: 0px 0px 30px 0px;
	border: none;
	vertical-align: top;
	clear: both;
}

#first_banner a img, #second_banner a img, #third_banner a img 
{
	display: block;
}

#worships, #restoration, #guests, #soon, #sermon, #bible, #photo, #library
{
	width: 178px;
	height: auto;
	padding: 0px 0px 30px 0px;
	border: none;
	vertical-align: top;
	font-size: 12px;
}

#logo
{
	display: block;
	width: 960px;
	height: 85px;
	margin: 30px 20px 0px 20px;
	border: 0px solid blue;
}

#menu
{
	width: 960px;
	height: 48px;
	margin: 15px 20px 0px 20px;
	border: 0px solid blue;
}

.menu_button
{
	width: 140px;
	height: 48px;
	overflow: hidden;
	border: 0px solid blue;
}

.menu_separator
{
	width: 24px;
	height: 48px;
	background-image: url('/img/separator.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#breadcrumbs
{
	width: 960px;
	height: 20px;
	margin: 28px 20px 0px 20px;
	border: 0px solid blue;
}

.breadcrumbs_td
{
	color: white;
	font-size: 12px;
	line-height: 14px;
}

.breadcrumbs_td a
{
	color: white;
	font-size: 12px;
	line-height: 14px;
}

.css_button
{
	display: block;
	width: 140px;
	height: 48px;
	cursor: pointer;
	border: none;
	background-repeat: no-repeat;
	background-position: top left;
	border: 0px solid blue;
}

#footer_bar
{
	width: 1000px;
	height: 20px;
	
	font-size: 12px;
	line-height: 14px;
	
	color: white;
	
	text-align: center;
	vertical-align: middle;
}

#footer
{
	width: 1000px;
	height: auto;
	
	margin: 0px 0px 20px 0px;
	
	font-size: 12px;
	line-height: 14px;
	
	color: black;
	
	text-align: left;
	vertical-align: middle;
}

#footer_left
{
	width: 178px;
	height: auto;
	padding: 20px 10px 0px 10px;
	border: none;
	vertical-align: middle;
	visibility: hidden;
}

#footer_center
{
	width: 560px;
	height: auto;
	border: none;
	vertical-align: middle;
	text-align: center;
	padding: 20px 20px 0px 20px;
}

#footer_right
{
	width: 178px;
	height: auto;
	padding: 20px 10px 0px 10px;
	border: none;
	vertical-align: middle;
	text-align: right;
}

#sendlink
{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 360px;
	margin: -200px 0px 0px -320px;
	padding: 20px;
	background: #e5be82 url('/img/bg2.gif') no-repeat center center;
	text-align: center;
	vertical-align: top;
}

#sendlink_table
{
	width: 600px;
	height: 130px;
	vertical-align: top;
}

.sll
{
	text-align: right;
	vertical-align: top;
	padding: 0px 10px 20px 0px;
}

.slr
{
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 20px 10px;
}

#process
{
	text-align: center;
}

#captcha_image
{
	cursor: pointer;
}


.item
{
	margin: 0px 0px 0px 0px;
}

.rubric_title
{
	/*font-weight: normal;
	font-size: 21px;
	width: 560px;
	margin: 0px 20px 0px 20px;*/
	font-weight: normal;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	
	width: 540px;
	margin: 0px 20px 0px 20px;
	
	padding: 5px 10px 5px 10px;
	clear: both;
	background-color: #d9ae6d;
}

.rubric_title a
{
	text-decoration: none;
}

h1
{
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}

h2
{
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h3
{
	/*font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	margin: 0px 0px 10px 0px;*/
	/*display: table-cell;*/
	background: transparent url('/img/b_bg/b_.gif') repeat-x;
	width: 158px;
	height: 20px;
	
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	
	font-size: 12px;
	line-height: 20px;
	color: white;
	text-align: left;
	vertical-align: middle;
}

h4
{
	/*font-size: 16px;
	margin: 0px 0px 10px 0px;*/
	background: transparent url('/img/b_bg/b_.gif') repeat-x;
	width: 158px;
	height: 20px;
	
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	
	font-size: 12px;
	line-height: 20px;
	color: white;
	text-align: left;
	vertical-align: middle;
}

h5
{
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

p
{
	text-align: justify;
	margin: 0px 0px 10px 0px;
}






