/* CSS Document */


* {
	padding: 0;
	margin: 0;
	
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-color:#D1C2A1
}

#wrapper {
	margin: 0 auto;
	width: 777px;
}

#faux {
	overflow: hidden;
	width: 100%;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat;
}

#header {
	color: #333;
	width: 777px;
	height: 116px;
	background-color: #ABBEBE;
	background-image: url(../img/header.jpg);
	margin: 0px;
	padding: 0px;
}

#nav {
	background-image: url(../img/body_bg.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 777px;
	text-align: center;
	background-position: top;
}

#nav img { 
	vertical-align: bottom;
	border:none; }

#bodytop {
	background-image: url(../img/main_pic.jpg);
	background-repeat: no-repeat;
	height: 224px;
	width: 777px;
}


#leftcolumn {
	display: inline;
	color: #330;
	padding: 0px;
	width: 115px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 52px;
}

#leftcolumn a {
	color: #629758;
	text-decoration: none;
}

#leftcolumn a:hover {
	color: #629758;
	text-decoration: underline;
}

#rightcolumn {
	float: right;
	color: #333;
	padding: 0px;
	width: 530px;
	/*	display: inline;  */
	position: relative;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: -1px;
	top: 0px;
}


#footer {
	width: 777px;
	clear: both;
	color: #769363;
	background-color: #ABBEBE;
	background-image: url(../img/footer.jpg);
	height: 87px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 12px;
}
#legal {
	color: #666666;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
}

#legal a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#legal a:hover {
	text-decoration: underline;
	font-weight: normal;
}


.moviebox {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin dotted #CCC6A4;
}

.movie {
	font-size: 16px;
	color: #37658F;
	font-weight: bold;
}

.author {
	font-size: 11px;
	color: #125188;
}

.clear {
	clear: both;
	background: none;
}

h1 {
	color: #975A50;
	font-size: 18px;
	margin-top: 10px;
}

h2 {
	font-size: 16px;
	color: #CFB28B;
}

.leftimg {
	float: left;
	margin-right: 6px;
	border:none;
}

.rightimg {
	float: right;
	margin-left: 3px;
	border:none;
}

.headerimg {
	float: right;
	border:none;
	padding-right: 55px;
	padding-top: 15px;
}

.noborder {
	width:200px;
	height:52px;
	border:none;
}

.noborder_btn {
	border:none;
}

.calendar {
	margin-left:auto; 
	margin-right:auto;
}

a {
	color:#729466;
	text-decoration:none;
	border:none;
}

a:hover {
	color:#975A50;
	text-decoration:underline;
}

.caption {
	font-size: 10px;
	text-align: center;
	color: #114879;
	margin-bottom: 5px;
}

.scripture {
	font-style: italic;
	font-weight: bold;
	color: #9F6D4B;
}

input.form_text,select.form_text {
	color:					#4D5566;
	font-size:				11px;
	background-color:		#EEF0F4;
	border:					1px solid #C4CCDB;
	padding:				2px;
	width:					200px;
}

input.form_button {
	color:					#4D5566;
	font-size:				11px;
	background-color:		#EEF0F4;
	border:					1px solid #C4CCDB;
	padding:				2px;
	margin:					10px;
	width:					100px;
}

textarea {
	font-family:			Tahoma, Verdana, Arial, Helvetical, Sans-Serif; 
	color:					#4D5566;
	font-size:				11px;
	background-color:		#EEF0F4;
	border:					1px solid #C4CCDB;
	padding:				4px;
	width:					330px;
	height:					150px;
	
}

.underline {
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
ul {
	padding-left: 15px;
}
li {
	list-style-image: url(../img/bullet.jpg);
}

.design {
	text-align: center;
	color: #574330;
}
