/*---------------main table styles----------------*/

body, html {
	padding: 0;
	margin: 0;
	}



table#main_table {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	}

/*--------------main content cell---------------------*/
td#main_content {
	border-top: solid 3px #ccc;
	padding: 0;
	vertical-align: top;
	background-image: url(../images/combine.jpg);
	background-position: 0 1px;
	background-repeat: no-repeat;
}
td#main_cell {
	border-top: solid 3px #ccc;
	padding: 0;
	vertical-align: top;
	font-family: georgia,times new roman,times,serif;
}



	td#main_content img, td#main_cell img {
	float: left;
	}
	
	td#menu_box {
		vertical-align:top;
	
	}
	
	
	td#slogan_box {
		font-size: 1.25em;
		vertical-align:top;
		text-align: center;
	}
	
	
	
	table#main_table tr#header_row td#logo_box {
		width: 1%;
		}
	tr#header_row td#logo_box img {
		border: 0px;
		}

/*----------------------------menu styles------------------------*/

table#menu_table {
	width: 100%;
	
}	
	table#menu_table tr#menu_row td {
		/*text-align: center;*/
		padding-top: 3em;
		}
	
	table#menu_table tr#menu_row td a {
		color: #999;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.1em;
		padding-right: 1.5em;
		}
	table#menu_table tr#menu_row td a:hover {
		text-decoration: underline;
		color: #009;
		}

/*------------------------------------bottom of page styles-------------*/

td#blurb {
	color: #666;
	font-size: .9em;
	font-family: arial,verdana,sans-serif;
	}

td#div_line {
	border-top: solid 3px #ccc;
	font-size: .1em;
		}

td#footer, td#counter {
	font-family: georgia,times,times new roman,serif;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	color: #999;
	padding-top: .5em;
	}


/*----------------------------------auction styles-----------------*/
table.auction td {
	font-family: georgia,times,times new roman,serif;
	width: 765px;
	}
	
td.auction_name {
	font-size: 1.5em;
	color: #000;
	}
	
td.auction_date_time {
	font-size: 1.5em;
	text-align: left;
	color: #000;	}
td.auction_address {
	font-size: 1.25em;
	color: #999;
	}


/*--------------------------general site-wide styles---------------*/
strong {
	

}

a, a:visited {
	color: #009;
}
a:hover {
	color: #999;
	text-decoration: none;

}


a.buttons, a.buttons:visited {

	padding: 10px;
	background: #009;
	color: #fff;
	font-weight: bold;
	font-family: times, times new roman, serif;
	margin-right: 10px;
	text-decoration: none;
}

a.buttons:hover {
	background: #999;
	text-decoration: underline;
	}
	
