* {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	/*background: #666 url(../images/layout/bg-grad.jpg) repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.166;
	font-size: 80%;
}

h1{
	font-size: 150%;

}
h2{
	font-size: 140%;

}
h3{
	font-size: 130%;

}
h4,h5,h6{
	font-size: 100%;

}
#pageWrapper {
	text-align:left;
	width: 90%;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-left: .1px; /*prevents moz from exiting stage left border-right: 0;*/
}
#header {
	display:none;
	
}

#printHeader {
	position:relative;
	display:block;
	height:128px;
}

#printHeader img {
	float:left;
	padding-right:10px;
}


#contentWrapper {
	/* background: url(../images/layout/el-toro-rv-service-content-mid.jpg) repeat-y; This is the middle of the content image box */
}
#contentContainer {
	/*background:url(../images/layout/el-toro-rv-service-content-top.jpg) no-repeat;*/
	position:relative;
	z-index: 5;
}

#sideBarNav {
	display:none;
	
}

#content {
	/*position:relative;
	top:0px;
	left:0px;
	width:90%;*/
	padding: 10px; /*top right bottom left*/
	/*min-height:700px;*/
}

#content ul li{
	padding:2px;/**/
}
.clear {
	clear:both;
}
#footer {
	padding: 20px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:80%;
	text-align:right;
}
#footer p {
	padding: 10px 10px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link, #footer a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
.story {
	padding:10px;
}

.pagingLinks {
	text-align:right;
	padding-right:10px;
}

#tableSearchResults h1 {
	font-size:100%;
}

#tableSearchResults td {
	vertical-align:top;
	border-right:#999999 thin groove solid;
	border-top:#999999 thin groove solid;
	padding-left: 5px;
	padding-top: 5px;
}