* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #69C2D5;
	font-family: Arial, helvetica, sans-serif; background:#69c2d5; margin:0; font-size:12px; color:#004a6f;
}

a {
	font-weight: bold;
	color: #004A6F;
}

a:hover {
	color: yellow;
}

#wrapper {
	width: 742px;
	margin: 0px auto;
}

#header {
	background: url('../images/header.jpg') no-repeat;
	height: 220px;
	width: 742px;
	position: relative;
}

#mainMenu {
	position: absolute;
	right: 18px;
	bottom: 18px;
}

#mainMenu ul {
	list-style: none;
}

#mainMenu ul li {
	float: left;
	display: block;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	height: 14px;
}

#mainMenu ul li a {
	color: white;
	text-decoration: none;
}

#mainMenu ul li a:hover {
	text-decoration: none;
	color: yellow;
}

#mainMenu ul li.divider {
	width: 2px;
	background: url('../images/mainMenuDivider.jpg') no-repeat;
	padding: 0px;
}

#body {
	width: 742px;
	background: url('../images/body.jpg') repeat-y;
	min-height: 300px;
}

#leftMenu {
	float: left;
	width: 217px;
}

#leftMenuLinks {
	margin-left: 20px;
}

#leftMenuLinks ul {
	list-style: none;
}

#leftMenuLinks ul li {
	display: block;
	font-size: 14px;
	height: 20px;
	padding-left: 25px;
	padding-top: 2px;
	background: url('../images/leftMenuLinksBG.jpg') left center no-repeat;
}

#leftMenuLinks ul li a {
	text-decoration: none;
}

#leftMenuLinks ul li a:hover {
	color: white;
	text-decoration: none;
}

#subscribe {
	margin-top: 50px;
	text-align: center;
	width: 217px;
}

#subscribe input.textbox {
	font-size: 11px;
	width: 143px;
	height: 15px;
}

#mainBody {
	float: right;
	width: 501px;
	margin-right: 7px;
	padding: 5px;
	position: relative;
}

.clear {
	clear: both;
}

#footer {
	background: url('../images/footer.jpg') top no-repeat;
	width: 742px;
	min-height: 25px;
	_height: 25px;
}

#footer #copyright {
	padding-top: 30px;
	text-align: center;
}

.rightAlign {
	text-align: right;
}

.leftAlign {
	text-align: left;
}

.centreAlign {
	text-align: center;
}

h1 {
	font-size: 18px;
	font-style: italic;
	margin: 12px 0 0 0
}

h2 {
	font-size: 16px;
	font-style: italic;
	margin: 12px 0 0 0
}

h3 {
	font-size: 13px;
	font-style: italic;
	margin: 12px 0 0 0
}


/*FROM OLD SITE*/
a.back {font-size:11px; font-weight:bold; font-style:italic; float:right}
h1 {font-size:18px; font-style:italic; margin:12px 0 0 0}
h2 {font-size:16px; font-style:italic; margin:12px 0 0 0}
h3 {font-size:13px; font-style:italic; margin:12px 0 0 0}
.quicklinks {text-align:center}
.quicklinks  a {font-weight:bold; padding-right:12px; font-size:12px}
.space {clear:both}
.dv {background:url(images/d.gif) center no-repeat; height:27px}
.sermon {font-size:14px; font-weight:bold}
.play {float:right; width:30px;}
.descr {font-size:14px}
.added {font-size:11px;}
hr.blu2px {height:1px; color:#004a6f; background-color: #004a6f; border:0; margin:9px 0;}