/* #0000A0 = BLUE */
/* #E50000 = RED */
/* #FFF426 = YELLOW */

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

img {
	border: none transparent;
/*	display: block;*/
}

#wrapper {
	background: #ffffff;
	width: 980px;
	text-align: center;
	margin: 0 auto;
}
#wrapper_top {
	background: url('images/wrapper_top.jpg')  no-repeat  top center;
	height: 40px;
	width: 980px;
}

#header {
	background: url('images/rmeb_logo.jpg')  no-repeat scroll top center;
	text-align: left;
	height: 170px;
}

#topLeft {
	width: 300px;
	height: 130px;
	margin-left: 10px;
	float: left;
	display: inline; /*fixes IE Doubled Float-Margin Bug*/
	/*IE GIVES ME GRIEF*/
}

#join {
	width: 340px;
	float: right;
}

#navfixIE {
	text-align: center;
	clear: both;
}

#wrapper_bottom {
	background: url('images/wrapper_bottom.jpg')  no-repeat scroll -10px 0;
	width: 980px;
	height: 30px;
	margin: 0 auto;
}


#left_column, #center_column, #right_column, #center_column2 {
	float: left;
	display: inline; /*fixes IE Doubled Float-Margin Bug*/
	/*IE GIVES ME GRIEF*/

}

/*LEFTHAND COLUMN*/
#left_column {
	width: 200px;
	margin-left: 10px;
	
}

#center_column {
	width: 540px;
	margin-left: 10px;
	margin-right: 10px;
}

#center_column2 {
	width: 740px;
	margin-left: 10px;

}
#center_column3 {
	width: 940px;
	margin-left: 10px;

}

/*Email Signup*/
#email {
/*	border: 1px solid;*/
/*	display: inline;*/
/*	float: left;*/
	text-align: left;
/*	padding-top: 40px;*/
}

img.txt {
	float: left;
}




/* ===================== */
/* = Insets Begin Here = */
/* ===================== */

div.block {
	padding: 10px;
}


#upcomingHolder {
	width: 160px;
	height: 270px;
/*	padding: 0 5px 0 5px;*/
}


/*Featured Auctions*/
#auctions_inset {
	background: url('images/inset_bg_blue.jpg')  repeat-y  top left;
	width: 200px;
	text-align: center;
	margin-bottom: 20px;
}

#auctions_body {
	color: white;
	text-align: left;
	overflow: hidden;
}

#auctions_top {
	text-align: left;
}

#auctions_bottom {
	background-color: white;
	text-align: left;
}

div.inset_body {
	width: 150px;
	margin: 0 auto;
	text-align: left;
}

#footer {
	background-color: #E50000;
	width: 960px;
	margin: 0 auto;
}

#footer_top {
	background: url('images/footer_top.jpg')  no-repeat  top center;
	height: 10px;
	width: 960px;
}

#footer_bottom {
	background: url('images/footer_bottom.jpg')  no-repeat  top center;
	height: 10px;
	width: 960px;
	text-align: center;
}
.slidetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#fff;
}
.menulisting {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;

}
.testiDate	{
	font-size:10px;
	color:#999999;
}

.testiMessage	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0000A0;
	font-weight:bold;
}