@charset "utf-8";
/* ----------------------------------
  Jaffrey Bible Church Style Sheet
  by Echo Web Services
  www.echowebservices.com
  -----------------------------------

*/

/* PRINT ------------------------------------------------------ PRINT */
/*The @ media does not function correctly in IE so 
the best bet is simply to move the a:after to the print style sheet.*/
@media print {a:after {content: "  (" attr(href) ")  ";}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;}
}

body, div, table,tr, td, form {margin:0;padding:0;}
body {
	margin:0;
	padding:0;
	font:100% "Trebuchet MS", tahoma, sans-serif; /*or 11px sometimes works well*/
	background-color: #fff;
	color: #000;
	line-height:1.5;}
body, div, table,tr, td, form {margin:0;padding:0;}
body {
	margin:0;
	padding:0;
	font:95% "Trebuchet MS", tahoma, sans-serif; /*or 11px sometimes works well*/
	background-color: #fff;
	color: #000;
	line-height:1.5;}
a{text-decoration:none;}
a:link{color:#000080;}
a:visited{color:#000080;}
a:active{color:#000080;}
/* LAYOUT ELEMENTS ------------------------------------- LAYOUT ELEMENTS  */
#wrapper{
	width:700px;
	margin:auto;
	background:url(../img/theme/content.gif) repeat-y;}
	#header{
		width:100%;
		height:124px;
		background:url(../img/theme/header.gif) no-repeat 0 0;
		line-height:1.2;
		font-size:85%;}
	#header div.info, #header div.logo {
		width:200px;
		float:left;
		display:block;
		height:100px;
		text-align:center;
		padding-top:30px}
	#header div.logo {
		width:300px;
		padding:0;}
	a.logo {
		display:block;
		height:100px;
		text-indent:-99999px}
	#mainSection{
		position:relative;
		overflow:hidden;
		width:100%;}
		#content{
			float:left;
			width:540px;
			margin-left:10px;}
		#sidebar{
			float:left;
			width:145px;}
	#footer{
		width:100%;}
	#pageFooter{}
#menu {
	width:140px;
	margin:0 auto 1em;
	padding:0;
	font-size:14px;
	text-align:center;}
#menu li{
	list-style:none;
	margin-bottom:10px}
#menu a{
	color:#fafae3;
	display:block;}
#menu a:hover{
	text-decoration:underline;
	color:#41010b;}

.alert { border:3px dashed #990000;
	margin:auto;
	padding:1em;
	margin:1em;}