/*5A0000 = red (dark)*/
/*B52228 = red (light)*/
/*FFEFD5 = cream*/
/*94D4FE = blue (skyblue)*/

html {border:0;}

body {
	background: #5A0000 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*/
}

#muncy_wrapper {
	background: url('images/content_bg.jpg')  repeat-y scroll top right;
	width: 940px;
	text-align: left;
	margin: 0 auto;
}

#leftColumn {
	width: 200px;
	float: left;
}

#leftSpacer {
	height: 290px;
	width: 200px;
}


#rightColumn {
background: url('images/content_bottom.jpg')  no-repeat scroll bottom left;
	width: 740px;
	float: left;
}

#muncy_header {
	background: url('images/header.jpg')  no-repeat scroll top left;
	width: 740px;
	height: 150px;
	margin: 0;
}

#muncy_midrift {
	background: url('images/auction_bg02.gif')  no-repeat scroll top right;
	width: 740px;
	height: 183px;
}

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

#muncy_flash {
	background: url('images/flash.jpg')  no-repeat scroll top left;
	width: 740px;
	height: 140px;
}

#muncy_content {
	background: url('images/watermark.jpg')  no-repeat scroll top center;
	padding: 10px 50px 20px 50px;
}
#muncy_content_detail {
	background: url('images/watermark.jpg')  no-repeat scroll top center;
	padding: 10px 50px 20px 50px;
	text-align: center;
}

#muncy_footer {
	background: #000 url('images/wrapper_bottom.jpg')  no-repeat scroll bottom left;
	width: 740px;
	height: 70px;
	margin: 0px auto 0 200px;
	text-align: center;
	clear: both;
}


/* ====================== */
/* = Inset styles Begin = */
/* ====================== */
#auction_inset {
	width: 475px;
	height: 158px;
	float: left;
	padding: 0;
}

#auction_body {
	width: 475px;
	height: 135px;
	margin: 10px 0 0 25px;
}

#auction_bottom img {
	margin: 0 auto;
}



#inset_join {
	width: 200px;
	height: 350px;
	float: left;
	margin: 0;
	padding: 0;
}


#join_body {
	background: url('images/join_bg.jpg')  no-repeat scroll top left;
	width: 200px;
	height: 350px;
	margin: 0;
	padding-top: 60px;
	text-align: right;
}

#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; }
