@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #20311F url(images/StJohn_Bkgd_Green.jpg) repeat-x;
}
#wrapper {
	width: 1020px;
	margin: 0 auto;
	background: url(images/wrapperGreen.png) repeat-y;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #1F731E;
}
#header {
	color: #FFF;
	line-height: 0.2em;
	margin: 5px 0 0 0;
	background-image: url(images/Header_Green.jpg);
	background-repeat: no-repeat;
	border: thin solid #162319;
}
#mainContent {
	padding: 0 20px;
	background-color: #1F731E;
	color: #BAEDBA;
}
#contentLeft {
	width: 480px;
	float: left;
}
#contentLeftSmall {
	width: 500px;
	float: left;
}
#homeLeft {
	width: 960px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	background-image: url(images/St_John_Front.png);
	background-color: #36659C;
}
#contentRight {
	width: 410px;
	float: right;
	padding:0 20px;
	background-color: #376896;
	background-repeat: repeat-x;
}
#contentRightGreen {
	width: 410px;
	float: right;
	padding:0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BAEDBA;
}
#sidebarLeft {
	width: 170px;
	padding: 0 10px;
	float: left;
}
#sidebarLeft2 {
	width: 170px;
	padding: 0 10px;
	float: left;
	border: medium outset #134813;
	background: #228222;
	height: 420px;
	font: normal 90%/2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contentSideRight {
	width: 740px;
	float: right;
	padding: 0 10px;
}
#contentSideRight2 {
	width: 695px;
	float: right;
	padding: 0px 5px 0 0px;
	background: #37669E url(images/outside/IMG_1508.JPG) no-repeat center bottom;
	border: medium solid #041204;
	margin-right: 20px;
	height: 420px;
	font-size: 75%;
	color: #0FC;
}
#clearFloat {
	clear: both;
}
a:link {
	color: #A6FFA4;
	text-decoration: none;
}
a:visited {
	color: #DFDFFF;
	text-decoration: none;
}
a:hover {
	color: #FC9;
	text-decoration: underline;
	font-style: italic;
}
a:active {
	color: #C00;
	text-decoration: none;
}
#footer {
	padding: 0 10px;
	background: #223C1F url(images/FooterGreenGlow.png) no-repeat bottom;
}
#footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #9FC;
	font-size: 75%;
}
img      {
	border: medium solid #134813;
	margin-right: 10px;
	margin-left: 10px;
}
table    {
	font: 95% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-color: #2CA72C;
}
