@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../_images/d-bgrnd.jpg);
	text-align: center;
}
#bodyWrapper {
	background-image: url(../_images/stripe-bgrnd-2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
#mainBody {
	background-color: #FF0000;
	text-align: left;
	width: 888px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation {
	background-image: url(../_images/navigation-bgrnd.jpg);
	height: 30px;
	width: 888px;
}
#header {
	height: 132px;
	width: 888px;
}
#header h1 {
	background-image: url(../_images/canterbury-atvs-logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 93px;
	width: 812px;
	margin-top: 24px;
	margin-left: 53px;
}
#animation {
	height: 338px;
	width: 888px;
}
#bottomBody {
	width: 848px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#bottomBody img.rightImg {
	margin-bottom: 15px;
	margin-left: 20px;
	border: 3px double #FFFFFF;
}
#bottomBody img.aboutRightImg {
	margin-bottom: 0px;
	margin-left: 20px;
	border: 3px double #FFFFFF;
}
#bottomBody a:link, #bottomBody a:visited, #bottomBody a:active {
	color: #000000;
	text-decoration: underline;
}
#bottomBody a:hover {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
#bottomBody img.leftImg {
	margin-bottom: 0px;
	margin-right: 20px;
	border: 3px double #FFFFFF;
}
#bottomBody h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
	margin-bottom: 15px;
}
#bottomBody p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	margin-bottom: 12px;
}
#bodyWrapper #mainBody #bottomBody p.homeBtmPgrph {
	margin-bottom: 0px;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	line-height: 18px;
}
#footer {
	background-image: url(../_images/navigation-bgrnd.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 888px;
	text-align: center;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-top: 8px;
}
#bodyWrapper #mainBody #footer a:link, #bodyWrapper #mainBody #footer a:visited, #bodyWrapper #mainBody #footer a:active {
	color: #000000;
	text-decoration: none;
}
#bodyWrapper #mainBody #footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#bodyWrapper #mainBody p.btmPgrph {
	margin-bottom: 0px;
}
#clear {
	clear: both;
}

