a {
	color: #2f6e9e;
	text-decoration:none;
}
a:hover {
	color:##474a4f;
	text-decoration:underline;
}
body {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	background: #2d466e url(../img/bodybg.gif) repeat-x;
}
html>body {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	background: #2d466e url(../img/bodybg.gif) repeat-x;
}
#container {
	width: 750px;
	margin: 0 auto;
}
/* Header */
#header {
}
#logo {
	background-image: url(../img/logo.gif);
	width: 400px;
	height: 200px;
	float: left;
}
#logo h1 {
	text-indent: -9999px;
}
#phone {
	margin-top:15px;
	padding: 135px 0 0 0;
	float: right;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #37383b;
	background:url(../img/markimg.png) no-repeat right;
}
span.blue {
	color: #1c5e96;
	font-size: 14px;
}
/* Main */

#main {
	width: 750px;
	background: url(../img/mainbg.gif) repeat-y;
	float:left;
	height:100%;
}
#left {
	float: left;
	width: 271px;
}
#right {
	float: right;
	width: 479px;
	_width:400px;
	
}
#rightcontent {
	padding: 10px 20px;
	float: left;
	width: 439px;
}
#rightcontent p {
	margin: 10px 0;
}
#rightcontent i, #rightcontent em {
	font-size: 80%;
	line-height:16px;
	color: #474a4f;
}
#rightcontent p a {
	color: #1c5e96;
	text-decoration: none;
}
#rightcontent p a:hover {
	color: #2f6e9e;
	text-decoration: underline;
}
#rightcontent ul {
	list-style: none;
	margin-left: 20px;
}
#register {
	width: 235px;
	height: 37px;
	margin: 5px auto;
	background: url(../img/register.gif) no-repeat;
}
#register h1 {
	text-indent: -9999px;
}
/* Navigation */

#navigation {
}
#nav {
}
#nav ul {
}
#nav li {
	color: #29313f;
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 0 10px 10px;
	list-style-type: none;
}
#nav li a {
	background: url(../img/bluearrow.gif) no-repeat 0 center;
	padding: 10px 30px;
	text-decoration: none;
	color: #2c466e;
	font-size: 11px;
}
#nav li a:hover {
	background: url(../img/grayarrow.gif) no-repeat 0 center;
	padding: 10px 30px;
	color: #29313f;
	text-decoration: none;
	font-size: 11px;
}
/* Email Notifications */
#emailnotifications {
	width: 235px;
	height: 37px;
	display: block;
	margin: 5px auto;
	background: url(../img/email.gif) no-repeat;
}
#emailnotifications h1 {
	text-indent: -9999px;
}
#emailp {
	clear: both;
	padding: 0 20px;
}
#emailp p {
	clear: both;
	font-size: 13px;
	line-height: 14px;
	color: #29313f;
}
#submit {
	background: url(../img/submit.gif) no-repeat;
	text-indent: -9999px;
	width: 82px;
	height: 28px;
	float: right;
	margin: 15px 0;
}
#signup {
	background: url(../img/signup.gif) no-repeat;
	text-indent: -9999px;
	width: 82px;
	height: 28px;
	float: right;
	margin: 15px 0;
}
/* Upcoming Auctions */

#upcomingauctions {
	width: 479px;
	height: 36px;
	background: url(../img/upcomingauctions.gif) no-repeat;
}
#upcomingauctions h1 {
	text-indent: -9999px;
}
/* Past Auctions */
#pastauctions {
	background-image: url(../img/pastauctions.gif);
	width: 479px;
	height: 42px;
}
#pastauctions h1 {
	text-indent: -9999px;
}
/* Page Title */

#pagetitle {
	width: 479px;
	height: 36px;
	background: url(../img/pagetitle.gif) no-repeat;
	overflow:hidden;
}
#pagetitle h1 {
	color: #fff;
	font: bold 18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-transform: uppercase;
	padding: 3px 20px;
}
.clear {
	clear: both;
}
/* Footer */
#footer {
	width:710px;
	background: #474a4f;
	padding: 40px 20px 0px 20px;
	height:120px;
	margin:0 auto;
	display:block;
	clear:both;
}
#name {
	color: #c3ced3;
	font-size: 13px;
	text-align: right;
}
#info {
	font-size: 12px;
	color: #ffffff;
	text-align: right;
}
/* Table */
div#right td {
	padding: 5px 0px;
	text-align: center;
	color: #000;
	font-size: 13px;
	border:none;
}
div#control-panel td {
	padding: 0px;
	text-align:left;
	color: #000;
	border:none;
}
hr {
	clear:both;
	margin:0;
}
#auctioncontent {padding:0px 10px;}
#right table img{padding:5px;}
#right table td{
	padding: 10px;
	text-align: left;
}
#link{font-size:12px; margin:20px 0; text-align:center; padding:0 10px;}