@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-position: center top;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	background-image: url(../images/bodyback.jpg);
}
#outercontainer {
	width: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1500px;
	font-size: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
.thrColFixHdr #container_2 {
	width: 827px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1000px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/centrebg3.jpg);
}
.thrColFixHdr #container_2b {
	width: 827px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1000px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/centrebg_2b.jpg);
}

#content {
	width: 797px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}


.thrColFixHdr #footer {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 80px;
	color: #FFF;
	font-size: 10px;
	margin-bottom: 80px;
	height: 100px;
} 
#text {
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}



.image {
	margin-right: 11px;
	margin-bottom: 15px;
}
.image-end {
	margin-bottom: 15px;
}
.imagetop {
	margin-right: 11px;
	margin-bottom: 95px;
}
.image-end-top {
	margin-bottom: 95px;
}
#content-1 {
	width: 97%;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}
.image_left {
	float: left;
	border: medium solid #FFF;
}
.image-right {
	float: right;
	border: medium solid #FFF;
}

#content-2 {
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}
#addthis {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
h4 {
	line-height: 10px;
	font-size: 16px;
}
h2 {
}
h3 {
	font-size: 18px;
	line-height: inherit;
	font-weight: lighter;
	color: #000;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #0C3;
}
