* {
	margin: 0;
	padding: 0;
}

body {
	background: #c7c7c7;
}

p, li {
	font-family:Tahoma, sans-serif;
	font-size:14px;
	margin-bottom: 10px;
	color: #333333;
}

h1 {
	color: #333333;
	font-size: 30px;
}

h2 {
	color: #666666;
	margin-bottom: 10px;
	font-size: 20px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}
.subhead {
	font-family: trebuchet ms, arial;
	font-size:40px;
	font-style:italic;
	;
}

#page-wrap {
	background: #ffffff;
	margin: auto;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
	width: 875px;
	height: 100%;
	min-height: 800px;
	}
	
#page-wrap #inside {
	border-left:2px solid #333333;
	border-right:2px solid #333333;
	height: 100%;
	min-height: 800px;
	
	}
	
#main-content {
	padding-top: 50px;
	font-family:trebuchet ms, arial, verana;
	font-size: 15px;
	color:#333333;
	width: 825px;
}
	
#content {
	padding: 15px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	
	}
	
#header {
	background: url(images/stjohnheadernew.jpg) top left no-repeat #b7bcd2;;
	height:150px;
	text-align: left;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	color: #333333;
	font-size: 45px;
	font-family: "trebuchet ms", arial;

}
	
#header2 {
	display:block;
	height: 115px;
	margin:0 0 0 220px;
	;
	padding:35px 0 0 0;
	width: 625px;
	}
	
#left-sidebar {
	width: 100%;
	float: left;
	font-family: trebuchet ms, arial;
	color: #ffffff;
	background: #47557d;
	height: 30px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	}

#left-sidebar a:link, #left-sidebar a:visited, #left-sidebar a:active {
	display:block;
	text-align:center;
	width:125px;
	margin:0px;
	height:30px;
	line-height:30px;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	float: left;
/*border-right: 2px solid #2b5b71;*/
}

#left-sidebar a:hover {
	color:#FFFFFF;
	background: #A39B84;;
}

#footer {
	background: #A39B84;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
	margin:auto;
	color: #333333;
	font-family: trebuchet ms, arial;
	color:#333333;
	width: 870px;
	
}
#footer a:link, #footer a:visited, #footer a:active {
color:#2b5b71;
font-family:trebuchet ms, arial;
font-size: 11px;
text-decoration:none;
padding:2px;
}
