@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;
	background-color: #112F4E;
	background-image: url(images/StJohnWrapper_Blue.png);
	background-repeat: repeat-x;
	font: 95% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 1020px;
	margin: 0 auto;
	background-image: url(images/wrapper.png);
	background-repeat: repeat-y;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #36669D;
}
#header {
	color: #FFF;
	line-height: 0.2em;
	margin: 5px 0 0 0;
	background-image: url(images/Header_1.jpg);
	background-repeat: no-repeat;
	border: thin solid #1C3352;
}
#mainContent {
	padding: 0 20px;
	background-color: #36659C;
	color: #DFDFFF;
}
#contentLeft {
	width: 480px;
	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;
	font-size: 85%;
}
#contentRight {
	width: 410px;
	float: right;
	padding:0 20px;
	background-color: #376896;
	background-repeat: repeat-x;
}
#clearFloat {
	clear: both;
}
a:link {
	color: #00ECEC;
	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 {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: -20px;
	padding: 0 10px;
	background-color: #112F4E;
}
#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: #C7DFFF;
	font-size: 75%;
}
img      {
	border: medium inset #254867;
	margin-right: 10px;
	margin-left: 10px;
}
#table {
	font-size: 85%;
}
