/* sets pagragraph formatting for entire page */
p {
	font-family: arial;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}

/* sets header 1 parameters */
h1 {
	font-family: serif;
	font-size: 24px;
	margin-top: 50px;
	color: #573d21;
}

/* sets header 3 parameters */
h3 {
	font-family: sans-serif;
	font-size: 18px;
	margin-bottom: 7px;
	color: #573d21;
}

/* sets that no image should have a border */
img {
	border: 0;
}

/* sets parameters for master page container */
#container {
	margin: 0 auto;
	width: 1000px;
	background: #000 url('../images/bg.jpg');
	height: 100%;
	overflow: hidden;
}

#container2 {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	overflow: hidden;
}

#container3 {
	margin-left: 20px;
	padding-top: 16px;
}

#left-cap {
	display: block;
	float: left;
	width: 55px;
	background: url('../images/left-cap.jpg') no-repeat;
	height: 100%;
	overflow: hidden;
}

#quick-menu {
	display: block;
	float: left;
	width: 189px;
}

#main-area {
	display: block;
	float: left;
	width: 756px;
	overflow: hidden;
}

#main-area2 {
	display: block;
	float: left;
	width: 756px;
}

#main-top {
	width: 756px;
}

#main-middle {
	width: 756px;
	height: 289px;
	background: url('../images/content-bg.jpg') repeat-y;
	overflow: hidden;
}

#slide-menu {
	display: block;
	float: left;
	width: 347px;
	background: url('../images/secondary-menu.jpg') no-repeat;
	text-align: left;
}

#contents {
	display: block;
	float: left;
	width: 409px;
	background: url('../images/right-curl.jpg') no-repeat;
	background-position: top right;
	height: 100%;
	text-align: left;
/*	padding-left: 30px;
	padding-right: 100px;*/
font-family: arial;
}

#contents p {
	margin-left: 20px;
margin-right: 80px;
}

#contents a {
	color: #288fb6;
	text-decoration: none;
	border-bottom: 1px dashed #288fb6;
}

#contents a:hover {
	color: #8f2c86;
	border-bottom: 1px solid #8f2c86;
}

body {
	background: #492f13;
	height: 101%;
	padding: 0;
	margin: 0;
	text-align: center;
}

#toggle-block {
	height: 289px;
}

#slideshow-block {
	background: url('../images/slide-1.jpg');
	height: 289px;
	width: 347px;
}

#slideshow {
/*	width: 306px;
	height: 200px;
	overflow: hidden;
	background: #000;
	position: relative;
	top: 16px;
	left: 20px;*/
}

#sub-content-area {
	width: 756px;
	background: url('../images/table-bg.jpg');
}

#sub-content-area-2 {
	display: block;
	float: left;
	width: 572px;
	background: url('../images/slide-2.jpg') no-repeat;
	background-position: top left;
	min-height: 381px;
	padding-left: 30px;
	text-align: left;
}

#sub-curl {
	display: block;
	float: right;
	width: 134px;
	background: url('../images/right-curl.jpg') no-repeat;
	background-position: top right;
	height: 93px;
}

#sub-footer {
	clear: both;
	background: url('../images/sub-footer.jpg');
	width: 756px;
	height: 21px;
}

#main-footer {
	clear: all;
	width: 756px;
}

#main-footer p {
	font-size: 10px;
	color: #fff;
}

#main-footer p a {
	color: #f4be83;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

#main-footer p a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#schedule, #sermons, #login {
	margin: 10px;
	border: 1px solid #f4be83;
	padding: 0 0 20px 20px;
	background: #fbf7ef;
	height: 209px;
}

#schedule {
	background: #fbf7ef url('../images/schedule-bg.jpg') no-repeat;
	background-position: right;
}

#schedule p {
	margin-left: 20px;
}

.copyright {
	color: #fff;
}

.copyright a {
	color: #fc0;
}

#slide-menu-set {
	height: 23px;
	overflow: hidden;
	text-align: center;
}

#slide-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#slide-menu li {
	float: left;
margin-left: 14px;
}

#slide-menu li a {
	display: block;
	color: #fff;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	padding: 4px;
}

#slide-menu li a:hover {
	color: #d9a368;
	padding: 4px;
text-decoration: none;
}

#main-menu {
	width: 756px;
	height: 40px;
	overflow: hidden;
	background: url('../images/primary-menu.jpg') no-repeat;
}

#menu-inside {
float: left;
	width: 436px;
	margin-left: 90px;
padding: 0;
}

#giving-btn {
background: #fff;
width: 220px;
float: right;
padding: 0;
margin: 0;
vertical-align: top;
}

#main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main-menu li {
	float: left;
	margin-top: 9px;
}

#main-menu li a {
	display: block;
	color: #fff;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding: 4px 8px 3px 8px;
}

#main-menu li a:hover {
color: #d9a368;
/*padding: 4px;*/
background: #455879;
text-decoration: none;
}

#login {
font-family: arial;
font-size: 10px;
}

#login-inside {
margin-left: 20px;
}

#form_2 ul {
	list-style: none;
}
