body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background: #104c0e url(../images/boys2.jpg) center top no-repeat;
	text-align: center;
}
#wrapper {
	width: 970px;
	margin: 10px auto 0 auto;
	
	background: #fff url(../images/grid16.gif) top left no-repeat;
	background: #fff;
	/* Fix IE5 */
	text-align: left;
}

/*=================================== BANNER =============================================*/
#banner {
	position: relative;
	width: 970px;
	/*padding-left: 10px; */
	height: 133px;
	color: #000;
	background: url(../images/banner_top.gif) top left no-repeat;
}
#banner .showjump {
	position: absolute;
	left:222px;
	top: -7px;
}
#banner .boybike {
	position: absolute;
	left:540px;
	bottom: -10px;
}
#banner .logo {
	position: absolute;
	left:	5px;
	bottom: -27px;
	border: 0;
}
#banner p {
	margin: 0;
	padding: 0;
}
/* Fix IE6 and earlier - double margin bug rightcolH */
* html .logo {
	display: inline;
}

/*=================================== LEFT COL =============================================*/

#leftcol {
	float:left;
	width: 170px;
	margin-left: 10px;
}
/* ie fix */
* html #leftcol {
	display: inline;
}

/*=================================== MAIN =============================================*/
#mainbody {
	background: #e8e7e4 url(../images/mainbody_bg.gif) top left repeat-x; 	
	width: 970px;
	padding-top: 5px;
}
#mainbody p.trail {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
	margin-left: 190px;
	font-size:0.8em;
	color:#000;
}
#mainbody p.trail strong {
	color:#333;
}
#mainbody p.trail a {
	color:#333;
}
#maintext {
	margin-left: 190px;
	margin-right: 20px;
	line-height: 120%;
	background:url(../images/maintext_bg.jpg) top left repeat-x;
	background: #fff;
/*	background:#66FF00; */
	padding:10px;
}
#maintext h1 {
	font-size: 1.5em;
	color: #6eb55a;
/*	border-bottom: 1px solid #000; */
	margin-top: 0; /* this ensures maintext in line with rhs and lhs columns */
}
#maintext h2 {
	font-size: 1.3em;
	color: #eea914;
	padding-bottom: 0;
	margin-bottom: 0;
/*	clear: right; */
}
#maintext h3 {
	font-size: 1.1em;
	color: #000;
}
#maintext p, #maintext ol, #maintext ul {
/*	margin-bottom: 0; */
	font-size: 1.0em;
	color: #000;
}
#maintext ul li {
	margin-bottom: 5px;
}
p.first {
	padding-top: 3px;
	margin-top:0;
}
#maintext img {
	/*padding: 2px;*/
/*	border: 10px solid #fff; */
	padding-bottom: 10px;
}
#maintext ul li {
/*	list-style-image: url(../images/bullet2.gif); */
	list-style-type: none;
	background: url(../images/bullet2.gif) top left no-repeat;
	padding-left: 20px;
}
img.image_right {
	float: right;
	margin-left: 10px;
}
img.image_right_border {
	float: right;
	margin-left: 10px;
	padding: 1px;
	border: 1px solid #50531e;
}
img.image_left {
	float: left;
	margin-right: 10px;
}
img.image_left_border {
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #50531e;
}
img.image_no_border {
	border: 0;
}
img.image_border {
	padding: 1px;
	border: 1px solid #50531e;
}
/*=================================== RIGHT COL =============================================*/
#rightcol {
	width: 210px;
	padding: 10px;
	float: right;
	margin-right: 10px;
/*	margin-left: 560px;	 march */
	background: #fdfdfc;
}
/* Fix IE6 and earlier - double margin bug rightcol */
* html #rightcol {
	display: inline;
	width: 230px;
	w\idth: 210px;
}
#rightcol h3 {
	text-align:center;
	background:#999999;
	margin-top: 5px;
}
/*=================================== FOOTER =============================================*/
#footer {
	clear: both;
	width: 970px;
	margin: 0 auto;
	padding: 3px 0;
	padding-top:12px;
	margin-bottom: 0;		
	background: url(../images/footer_top.gif) top left no-repeat;
}
#footer p {	
	color: #fff;
	font-size: 0.8em;
	text-align: center;	
	padding-top:0;
	margin-top:0;
}
p#create {
	text-align:left;
	font-size: 0.8em;
	color:#cce0cb;
}
p#create a {
	color:#cce0cb;
}
p#create a:hover {
	background:#cce0cb;
	color:#104c0e;
	text-decoration:none;
}