/*
---------------------------------------
Church Student Ministries
Copyright 2006 : bendesmond.com
Creation date: 25 October 2006
---------------------------------------
*/


/* Page Setup */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #333637;
	margin: 0px;
	padding: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 786px;
	text-align: left;
	background-image: url(../images/page-bg-blue.gif);
	background-repeat: repeat-y;
}
#page {
	margin-left: 18px;
	width: 750px;
/*	float: left;
	display: inline;*/
}
#titlebar {
	width: 750px;
	height: 105px;
	background: url(../images/titlebar.gif) top left no-repeat;
}

/* Menu */
#mainnav {
	width: 476px;
	height: 20px;
	margin: 66px 0px 0px 260px;
	clear: both;
}

/* Content */
#content {
	margin: 0px;
	clear: both;
}
#content p {
	font-size: 1em;
	line-height: 1.2em;
	margin: 10px;
	color: #0E1A1F;
}
#content h1 {
	font-size: 1.6em;
	color: #18546F;
	margin: 0px 0px 0px 10px;
}
#content h2 {
	font-size: 1.4em;
	color: #18546F;
	margin: 0px 0px 0px 10px;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #18546F;

}


#pagetitle {
	margin: 0px;
	background-color: #92C5E8;
}



/* Footer */
#footer {
	width: 750px;
	height: 35px;
	clear: both;
	padding-top: 20px;
	background: url(../images/footer-bg.gif) bottom left no-repeat;
}
#footer p {
	margin: 0px;
	padding: 12px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	color: #92C5E8;
}
#footer a:link {
	color: #92C5E8;
	text-decoration: none;
}
#footer a:visited {
	color: #92C5E8;
	text-decoration: none;
}
#footer a:hover {
	color: #92C5E8;
	text-decoration: underline;
}