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

body, html{margin:0; padding:0; background: #000 url(images/bg.jpg) top no-repeat; font-family:"Times New Roman", Times, serif; font-size:14px; color:#fff;}
a{color:#f80f25; text-decoration:none}
a:hover{color:#bd9d88;}
#contain{margin:0 auto; width:960px;}
#header{height:102px; background: url(images/header.png) top no-repeat; position:relative}
#logo{left:1px;position:absolute;top:35px;}
#nav{}
#content{}
#main{float:right; width:288px; height:100px; margin:76px 19px 0 0;}
#listen{border:2px solid #FFF; background:#000; margin-bottom:8px; text-align:center;}
#lastweekssermon{border:2px solid #FFF; background:#000; margin-bottom:8px; text-align:center;}
#thewordofgod{border:2px solid #FFF; background:#000; font-size:17px; text-align:center; color:#FFF; padding:0 8px;}
#sidebar{float:left; width:300px; height:100px; line-height:22px;}
#footer{bottom:0; clear:both; font-size:10px; position:fixed; text-align:center; width:960px;}
div.accordion{font-size:14px; line-height:normal; height:400px; overflow-x:hidden; overflow-y:scroll}
#links li{}
h1{}
h2{font-size:18px;}
h3{}
p{}
input[type=text], select, textarea {
	border:1px solid #777;
	padding:4px;
	width:300px;
	font-family:"Courier New", Courier, monospace;
	color:#000000;
}

#header input[type=text]{
	width:200px;
}

#searchbar{
	float:right;
	margin:36px 8px 0 0;
}

select {
	width:310px;
	color:#000000;
}
textarea {
	height:200px;
}
td {
	padding: 1px 4px;
}
.error {
	border-color:#900 !important;
	background:#F99;
}
#response {
	font-weight:bold;
	padding:8px;
	font-size:20px;
	color:#F00
}
