/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1D1D1D;
}

#main_wrap {
  background: #FFFFFF url(img01.gif) repeat-x
  margin-top: 130;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	height: 50px;
}

#logo h1, #logo h2 {
	float: left;
	padding: 2em .25em 0 0;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
	height: 24px;
	border-top: 7px solid #C10D28;
	background: #E0E0E0 repeat-x left bottom;
    color: #E0E0E0;
    width: 760px
}

#menu ul {
	margin: 0;
	padding: .30em 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
    color: #C10D28;
}

#menu a {
	padding: 0 .7em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
    color: #C10D28;
}

#menu a:hover {
	color: #0000FF;
}

/* Splash */

#splash {
	width: 760px;
	height: 148px;
	margin: 0 auto;
    background: url(bibleback.jpg) no-repeat
}

#splash h1, h2 {
    color: #FFFFFF;
}


/* Content */

#contenta {
  background: #FFFFFF url(christmas/border.gif) no-repeat
}

#content {
	width: 760px;
	margin: 0 auto;
}

#content h2 {
	height: 25px;
	padding: 6px 0 0 31px;
	text-transform: uppercase;
	font-size: 1em;
	color: #000000;
}

#content h3 {
	font-size: 1em;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	padding-left: 12px;
	background: url(img09.gif) no-repeat left center;
}

#content .content {
	padding: 10px 31px 20px 31px;
}

/* Column One */

#colOne {
	float: left;
	width: 420px;
	background: url(img04.gif) repeat-x;
}

#colOne .boxed {
	background: url(img04.gif) repeat-x;
}


/* Column Onea */

#colOnea {
	float: left;
	width: 400px;
	background: url(img04.gif) repeat-x;
}

#colOnea .boxed {
	background: url(img04.gif) repeat-x;
}

/* Column Two */

#colTwo {
	float: right;
	width: 300px;
	background: url(img04.gif) repeat-x;
}

#colTwo .boxed {
	background: url(img04.gif) repeat-x;
}

#colTwo .content {
	padding: 10px;
}


/* Column Three */

#colThree {
	float: left;
	width: 520px;
	background: url(img04.gif) repeat-x;
}

#colThree .boxed {
	background: url(img04.gif) repeat-x;
}

/* Column Four */

#colFour {
	float: right;
	width: 200px;
	background: url(img04.gif) repeat-x;
}

#colFour .boxed {
	background: url(img04.gif) repeat-x;
}

#colFour .content {
	padding: 10px;
}

/* Column Three */

#colFive {
	float: left;
	width: 760px;
	background: url(img04.gif) repeat-x;
}

#colFive .boxed {
	background: url(img04.gif) repeat-x;
}


/* Footer */

#footer {
	width: 760px;
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF url(img01.gif) repeat-x left bottom;
}

#footer p {
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: x-small;
	color: #DBDBDB;
}

#footer a {
	color: #DBDBDB;
    text-decoration: none;
}

#footer a:hover {
	color: #FF0000;
    text-decoration: none;
}

