
/* This Site uses Sticker an easy css sticky footer by Ryan Fait http://www.ryanfait.com */

html, body {
	height: 100%;
}
body {
	background-color:#999999;
	background-image: url(../images/body-bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	padding:0px;
}
.wrapper {
	min-height: 100%;
	width:720px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px auto; /* the bottom margin is the negative value of the footer's height */
	padding:0px;
}
.footer, .push {
	height: 90px; /* .push must be the same height as .footer */
}
.push {
	clear:left;
	}
.footer {
	
	width:720px;
	margin-top:-90px;
	margin-right:auto;
	margin-left:auto;
	float:none;
	clear:left;
	padding:0px;
}

.heading {
	margin: -20px 0 0 -20px;
}

h1 {
	padding:0;
	margin:0;
	line-height:0;
	display:none;
}
h2 {
	height:0px;
	margin:0px;
	margin-top:0px;
	padding-bottom:0px;
}
h3 {
	font-family:Trebuchet MS, Geneva;
	font-size:22px;
	color: #C60000;
	margin:-50px 0 0 -30px;
	margin-top:0px;
	padding-bottom:30px;
}
h4 {
	font-family:Trebuchet MS, Geneva;
	font-size:16px;
	color: #333333;
	padding:7px;
	border-top:solid #333333 2px;
	background-color: #d5d5d5; 
}
h5 a{
	font-family:Trebuchet MS, Geneva;
	font-size:14px;
	padding:10px 30px 0 0;
}

h5 a:link{
	color: #666;
	text-decoration:underline;
}

h5 a:visited{
	color: #666;
	text-decoration:underline;
}

h5 a:hover{
	color: #c60000;
	text-decoration:none;
}

h5 a:active{
	color: #000;
	text-decoration:underline;
}

ul{
	font-family:Trebuchet MS, Geneva;
	font-size:12px;
	color: #666;
	list-style:square inside;
	padding:0 0 0 25px;
}
ol{
	font-family:Trebuchet MS, Geneva;
	font-size:12px;
	color: #666;
	list-style:decimal inside;
	padding-bottom:15px;
}

ul li {
	font-family:Trebuchet MS, Geneva;
	font-size:12px;
	color: #666;
	padding:15px 0 0 25px;
}

ol li {
	font-family:Trebuchet MS, Geneva;
	font-size:12px;
	color: #666;
	padding:15px 0 0 25px;
}

.header {
	height:87px;
	background-image:url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
}

#content {
	width:700px;
	min-height:100px;
	margin:10px;
	padding-bottom:90px;
}
.bodycopy {
	font-family:Trebuchet MS, Geneva;
	width:470px;
	float:right;
	margin:	20px;
}
.bodycopy p {
	font-size:12px;
	line-height:3.25ex;
	text-indent: 10px;
	padding-bottom:3ex;
}
.gallerybody {
	font-family:Trebuchet MS, Geneva;
	width:720px;
	
}

img.imgRight {
	float:right;
	padding:5px;
}

.imgLeft {
	float:left;
	padding:5px;
}