/*===========================
116643 = green (background)
EBE0D0 = tan (content area)
152E64 = blue (dark)
===========================*/


html {border:0;}

body {
	background: #000;
	text-align: center;
	margin: 0 auto;
}

img {
	border: 0px none transparent;
}

table img {
	display: inline;
}

#gooch_wrapper {
	background: #116643 url('images/wrapper_bg.jpg')  repeat-x scroll 0px 275px;
	width: 950px;
	text-align: left;
	margin: 0 auto;
}

#gooch_header {
	background: url('images/header.jpg')  no-repeat scroll top left;
	width: 950px;
	height: 275px;
	margin: 0 0 20px 0;
}

#gooch_flash {
	width: 325;
	height: 225px;
	float: left;
}

#gooch_main {
	width: 650px;
	padding: 0;
	margin: 0 0 20px 20px;
	float: left;
}

#gooch_top {
	background: url('images/content_top.jpg')  no-repeat scroll top left;
	width: 650px;
	height: 20px;
	margin: 0;
}

#content_wrapper {
	background: url('images/content_bg.jpg')  repeat-y scroll top left;
	width: 650px;
	padding: 0;
	margin: 0;
}

#gooch_content {
	padding: 1px 20px;
}

#gooch_bottom {
	background: transparent url('images/content_bottom.gif')  no-repeat scroll top left;
	width: 650px;
	height: 20px;
	margin: 0;
}



#gooch_main_wide {
	width: 900px;
	padding: 0;
	margin: 0 0 20px 20px;
	float: left;
}

#gooch_top_wide  {
	background: url('images/wide_top.jpg')  no-repeat scroll top left;
	width: 900px;
	height: 20px;
	margin: 0;
}

#content_wrapper_wide  {
	background: url('images/content_wide.jpg')  repeat-y scroll top left;
	width: 900px;
	padding: 0;
	margin: 0;
}

#gooch_content_wide  {
	padding: 1px 20px;
}

#gooch_bottom_wide  {
	background: transparent url('images/wide_bottom.jpg')  no-repeat scroll top left;
	width: 900px;
	height: 20px;
	margin: 0;
}
#affiliates_wide {
	background: url('images/affiliates.jpg')  no-repeat scroll top left;
	width: 600px;
	height: 85px;
	margin: 2em 25px 0 145px;
}













#affiliates {
	background: url('images/affiliates.jpg')  no-repeat scroll top left;
	width: 600px;
	height: 85px;
	margin: 2em 25px 0 25px;
}

/* =========================== */
/* = LEFT COLUMN BEGINS HERE = */
/* =========================== */
#gooch_sidebar {
	width: 240px;
	float: left;
	margin: 0 0 0 20px;
	text-align: center;
	display: inline; /*fixes IE Doubled Float-Margin Bug*/
	/*IE GIVES ME GRIEF*/
}


/* =================== */
/* = NAVIGATION MENU = */
/* =================== */
/*Navigation*/
#nav_top {
	background: url('images/nav_top.jpg')  no-repeat scroll top left;
	width: 240px;
	height: 15px;
}

#gooch_nav {
	background: url('images/nav_bg.jpg')  repeat-y scroll top left;
	width: 240px;
	text-align: left;
}

#nav_bottom {
	background: url('images/nav_bottom.jpg')  no-repeat scroll top left;
	width: 240px;
	height: 15px;
	margin-bottom: 20px;
}


/*==Auction Scroller Begins==*/
#auction_inset {
	background: url('images/inset_bg.jpg')  repeat-y scroll top left;
	width: 240px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#auction_top {
	background: url('images/inset_scroller_top.gif')  no-repeat scroll center top;
	width: 240px;
	height: 45px;
}

#auction_body {
	width: 230px;
	height: 230px;
	margin: 0 5px;
	text-align: center;
}

#auction_body img {
	margin: 0 auto 0 auto;
}
#auction_bottom {
	background: url('images/inset_scroller_bottom.gif')  no-repeat scroll top left;
	height: 35px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

#auction_bottom img {
	position: relative;
	top:15px;
	left:50px;
}

/*==Auction Alerts Signup==*/
#inset_join {
	width: 240px;
/*	height: 300px;*/
	margin: 0;
	text-align: center;
}

#inset_join form {
	display: inline; /*This fixes the IE Extra Form Margin bug*/
/*	IE gives me grief*/
	margin: 0;
	padding: 0;
}

#join_top {
	background: url('images/inset_ibeam_top.jpg')  no-repeat scroll top left;
	width: 240px;
	height: 85px;
}

#join_body {
	background: url('images/inset_bg.jpg')  repeat-y scroll top left;
	width: 240px;
	margin: 0;
/*	padding: 10px 0 10px 10px;*/
}

#join_bottom {
	background: url('images/inset_scroller_bottom.gif')  no-repeat scroll top right;
	width: 240px;
	height: 15px;
/*	margin: 10px 0 0 10px;*/
	text-align: center;
}

#join_submit {
	width: 240px;
	height: 20px;
	margin-bottom: 20px;
}

#gooch_footer {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

/* =================== */
/* = iBeam Pro Inset = */
/* =================== */
.myForm td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #152E64;
}

/********* 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; }
.divider { height: 1px; margin: 1em 0; border-top: 1px solid #CCC;}