/*
 #BA0500 = RED 
 #979797 = GREY (LIGHT) 
 #393A3C = GREY (DARK) 
 #00587A = BLUE 
*/

body {
	background: #979797 url('/images/bg.jpg') repeat-x  top left;
	text-align: center;
	margin: 0 auto;
}

img {
	border: 0px none transparent;
}

#wilson_wrapper {
	background-color: #000000;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#wilson2ColWrap {
	width:900px;
	float:left;
}
#leftColWrap {
	width:900px;
	float:left;
}
#mainColWrapLC {
		width:675px;
	float:left;
	margin-left:225px;
}

#top_nav {
	background: black url('/images/header_bg01.jpg') repeat-x top left;
	width: 100%;
	height: 30px;
}
#top_nav ul {
	color: white;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 8px 10px 0 0;
}

#top_nav ul li {
	display: inline;
}

#nav_main {
	margin: 0;
	padding: 0;
}

#top_main {
	margin: 0;
	padding: 0;
}


td#video_content {
	text-align: center;
	padding-top:2px;
	background-image:url(images/video_back01.gif);
}

#midrift {
	width: 675px;
	height: 290px;
	background-image:url(images/video_back01.gif);
}
/* ===================== */
/* = INSETS BEGIN HERE = */
/* ===================== */

/*Auction Scroller*/

#inset_featured {
/*	background: url('/images/featured_bg.jpg') no-repeat top right;*/
	width: 290px;
	margin: 0;
	padding: 0;
}

#inset_featured img {
	margin: 0;
	padding: 0;
	
}


#auction_inset {
	background: #f1f1f1 url('/images/auction_back.jpg');
	width: 225px;
	height: 280px;
/*	float: left;*/
}


#inset_join {
	background: url('/images/join_bg21.jpg') no-repeat top left;
	width: 200px;
}

.signup {
	font-size:10px;
	
}

#join_body #signup p {
	text-align: left;
	margin: 0;
	padding: 0;
}

#join_bottom {
	
	padding-left: 5px;
}

#footer_left {
	background: url('/images/footer_logo01.gif') no-repeat top left;
	width: 225px;
	height: 105px;
}

#footer_center {
	background: url('/images/footer_text.jpg') no-repeat top left;
	width: 475px;
	height: 105px;
}


#footer_right {
	background: black url('/images/footer_contact.jpg') no-repeat top left;
	width: 200px;
	height: 105px;
	text-align: center;
}

#footer_right img {
	margin: 30px auto 5px auto;
}


#wilson_footer {
	background: black url('/images/affiliates02.jpg') no-repeat top right;
	padding: 10px;
}





.clearme {
	clear: both;
}

.lefty {
	float: left;
}