body {
	background-color: #ffffff;
	margin: 0;
}
#main {
	background-image: url(siteimages/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	z-index: 8;
	min-width: 981px; /* was 860px; */
	padding-right: 16px;
	margin: 0 22px;
}
#logo{
	float: left;
	height: 56px;
}
#topnav {
	background-image: url(siteimages/bg_topnav.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 26px;
	padding-top: 30px;
}
#header_wrap {
	background-image: url(siteimages/header_bg.jpg);
	background-repeat: repeat-x;
	height: 97px;
	background-position: top center;
	border-left: 5px solid #056ca4;
	border-top: 5px solid #056ca4;
	clear: both;
}
#header {
	background-image: url(siteimages/header.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 97px;
	margin: 0 auto;
}
#nav {
	background-color: #7b7979;
	height: 18px;
	border-top: 6px solid #056ca4;
	border-bottom: 6px solid #056ca4;
}
#navLinks {
	margin: 0 auto;
/*	width: 790px;
*/	width: 911px;
	border-left: 1px solid black;
	height: 18px;
}
* html #navLinks { /* IE6 Fix */
	height: 1%;
}
html>/**/body #navLinks { /* Safari Fix (also affects Opera and Firefox */ /* was 796px */
	width: 917px;
}
#wrapper {
	border-left: 5px solid #056ca4;
	position: relative;
	min-height: 650px;
}
* html #wrapper {
	height: 650px;
}
#sidebar {
	float: left;
	background-image: url(siteimages/bg_sidebar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 250px;
	width: 193px;
}
* html #sidebar {
	margin-right: -3px;
	height: 1px;
}
#sideNav {
	background-image: url(siteimages/sidebar_extender.jpg);
	background-repeat: repeat-y;
	margin-top: 7px;
	padding-bottom: 45px;
}
#content {
/*	background-image: url(siteimages/bg_archive.jpg);
	background-repeat: no-repeat;
	margin-left: 193px; */
	height: auto;
	padding: 44px 10px 25px 10px;
}
#footer {
	background-image: url(siteimages/bg_footer_left.jpg);
	background-repeat: no-repeat;
	height: 87px;
	clear: both;
}
#footerText {
	background-image: url(siteimages/bg_footer_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 52px;
	min-width: 350px;
	float: right;
	padding-top: 35px;
	padding-right: 177px;
}
* html #footerText {
	width: 350px;
}
#today { height: 20px; width: 140px; right: 50px; top: 203px; position: absolute; visibility: visible; }
iframe { /* padding-top: 44px; */ border-width: 0; }
#archiveheader {
	height: 24px;
	width: 674px;
/*	left: 50px;
	top: 200px;
	position: absolute;
*/	visibility: visible;
	padding: 0;
	padding-top: 10px;
	padding-left: 10px;
	background-image: url(siteimages/heading.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: -10px;
	margin-top: -44px;
	_position: relative;
}
#ieFix {
	width: 100%;
	_height: 0;
}
#imageLinkHolder { text-align: center; padding: 0 20px; margin: 0 auto; }
.imageLink { text-align: center; border: solid 2px #056ca4; width: 150px; height: 300px; /* display: inline-block; display: -moz-inline-box; _display: inline; */ margin: auto; }

#serbox { width: 100%; }
#teamsearch { width: 49%; float: left; }
#partsearch { width: 49%; float: right; }
#buttons { text-align: center; width: 100%; margin-top: 10px; padding: 10px; }
.imageCaption { color: #fff; background-color: #066ea5; text-align: center; width: 100%; }

