/*33CC00 = green (bright)*/
/*003200 = green (dark)*/
/*E3E0BC = green (light)*/
/*121312 = grey (dark)*/
/*6A7267 = grey (medium)*/
/*DCDDDE = grey (light)*/

html {border:0;}

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

img {
	border: 0px none transparent;
	display: block; /*This fixes the vertical spacing issue in IE*/
}

#mitchum_wrapper {
/*	background: url('images/wrapper_bg.jpg')  repeat-y top left;*/
	width: 895px;
	text-align: left;
	margin: 0 auto;
}

#mitchum_header {
	width: 895px;
	height: 274px;
	margin: 0;
}

#mitchum_mast {
	background: url('images/header.jpg')  no-repeat scroll top left;
	width: 895px;
	height: 100px;
	padding: 0;
	margin: 0;
}

#mitchum_midrift {
	width: 895px;
}

#midrift_left {
	width: 695px;
	height: 260px;
	float: left;
}

#addy {
	background: url('images/header_address.jpg')  no-repeat scroll top left;
	width: 695px;
	height: 29px;
}

#mitchum_nav {
	width: 237px;
	height: 139px;
	float: left;
	display: inline; /*fixes IE Doubled Float-Margin Bug*/
	/*IE GIVES ME GRIEF*/
}

#mitchum_flash {
	background: url('images/flash.jpg')  no-repeat scroll top left;
	width: 458px;
	height: 139px;
	float: left;
}

#mitchum_main {
	background-color: #DCDDDE;
	width: 895px;
	padding: 0;
	margin: 0;
	clear: both;
}

#content_bottom {
	background: url('images/footer.jpg')  no-repeat scroll top left;
	width: 895px;
	height: 75px;
}

#mitchum_content {
	padding: 30px 30px 10px 30px;
}


#mitchum_footer {
	width: 895px;
	margin: 10px auto 0 auto;
	text-align: center;
}


/* ====================== */
/* = Inset styles Begin = */
/* ====================== */
#auction_inset {
	background: url('images/auction_bg.jpg')  no-repeat scroll top left;
	width: 200px;
	height: 260px;
	float: left;
	margin: 0;
	padding: 0;
}

#auction_body {
	width: 180px;
	height: 200px;
	margin: 10px 10px 20px 10px;
}

#auction_bottom {
	margin: 0 auto;
	text-align: center;
}

#auction_bottom img {
	margin: 0 auto;
}

#videoplayer {
	background: url('images/video_player.jpg')  no-repeat scroll top left;
	width: 330px;
	height: 265px;
	margin: 25px 15px 20px 0px;
	float: left;
}

#mitchum_join {
	background: url('images/join_bg.jpg')  no-repeat scroll top left;
	width: 695px;
	height: 92px;
	clear: left;
}

#join_body {
	width: 310px;
	margin: 0 0 0 280px;
	text-align: center;
}

#inset_join #submit {
	margin-top: 5px;
}

#news_inset {
	width: 200px;
	margin: 0;
	padding: 0;
}


#news_body {
	background: url('images/news_bg.jpg')  no-repeat scroll top left;
	width: 200px;
	height: 250px;
/*	overflow: hidden;*/
}


.clearme {
	clear: both;
}

.auctionlist {
/*	width: 625px;*/
}

/********* helpers *********/
.floatRight { float: right; }
.floatLeft  { float: left; }
img.floatRight { float: right; margin-left: 1em;}
img.floatLeft { float: left; margin-right: 1em;}
.right  { text-align: right; }
.left   { text-align: left; }
.center { text-align: center; }
.clear, .clearme { clear: both; }
.block  { display: block; }