html, body	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}
body	{ height: 100%; 
		  min-width: 900px;}
#contentDiv	{	
	min-width:	800px;
	width:		100%;
	margin:		0;
}	
#headerBar	{	
	width: 100%;
	height: 102px;
	background-color:navy;
	padding-top: 3px;
	padding-bottom: 8px;
}
#headerAddress	{	
	text-align:	center;
	color:white;
}
#headerAddress h1	{
	font-size: 22pt;
}
#headerAddress h2	{
	font-size:	12pt;
}
#headerAddress h1, #headerAddress h2	{
	margin: 2px;
	padding:0;
}
#headerAddress a, #headerAddress a:visited	{
	color:white;
	font-size: 9pt;
}
#imageContainer {
	width: 225px;
	height:90px;
	background-color:white;
	position:absolute;
	margin-left:0;
	border: thick groove #B2B2D8;
	left: 15px;
	top: 5px;
}
#menuBar	{
	height: 35px;
	width:100%;
	background-image:url(images/greybar.gif);
}
#menuBar ul	{
	margin:0;
	padding:0;
}
#menuBar li {
	list-style:none;
	float:left;
	height:25px;
	margin:0;
	padding:0;
}
#menuBar a {
	border-right:1px solid black;
	color:#333333;
	display:block;
	font-size:8.5pt;
	padding: 11px;
}
#menuBar a:hover {
	background:#F3F3F3;
	color:black;
}
#menuBar a.selectedPage {
	background:#F3F3F3;
	color:#505050;
	text-decoration:none;
}	
#menuBar .licenseNumber {
	font-size: 9pt;
	float: right;
	margin-right:20px;
	padding-top:12px;
	font-weight: 700;
}		
#dividerBar, #bottomDividerBar	{
	width: 100%;
	height: 5px;
	background-color:gray;
	margin:0;
	padding:0;
}	
#dividerBar	{
	background-image:url(images/dividerbar.gif);
}
#bottomDividerBar	{
	background-image:url(images/bottomdividerbar.gif);
}
#pageContent	{
	background-color:#ECF0F3;
	width: 100%;
	margin:0;
	padding-bottom: 2px;
}
#centerContent	{
	background-color: white;
	border: 1px solid black;
	margin: 0 200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}	
#centerContent	h1	{
	font-size: 15pt;
}
#centerContent	h2	{
	font-size: 13pt;
}
#centerContent	h3	{
	font-size: 12pt;
}	
#centerContent	h4	{
	font-size: 10pt;
}		
#centerContent	li	{
	padding-top:4px;
	font-family:Geneva, Arial, Helvetica, sans-serif
}
#centerContent		{
	font-size: .9em;
}	
#clearDiv	{clear: both;}	
#leftContent, #rightContent {
	margin-top:10px;
	width: 190px;	
	padding:10 10px 10px;
	font-weight:700;
}
#leftContent {
	float:left;
}
#leftContentMore {
	background-color: #FFFFDD;
	width: 170px;
	margin-left: 5px;
	margin-top: 10px;
	padding-left: 2px;
	padding-bottom:5px;
	padding-top:5px;
	font-size:8pt;
	color:red;
}
#leftContentMore .line1	{
	color: black;
}

#rightContent {
	float:right;
	font-size:10pt;
	margin-left:10px;
}		
#rightContent img{
	margin-top: 20px;
}
#rightImageContainer {
	text-align: center;
}
#upcomingAuctions {
	background-color: navy;
	color: black;
	width: 180px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#upcomingAuctions .header {
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	padding-top: 5px;
	font-size: 12pt;
	text-align: center;
}
#newAuction {
	background-color: #FFFFDD;
	width: 170px;
	margin-left: 5px;
	margin-top: 10px;
	padding-bottom:4px;
}
#newAuction .linkLine {
	font-size: 7pt;
	padding-left: 4px;
}
#newAuction .auctionTitle {
	font-size: 8pt;
	text-align:center;
	padding:2px;
}	
#newAuction .auctionLocation {
	font-size: 8pt;
	padding:2px;
}	
#newAuction .auctionDate {
	font-size: 8pt;
	padding:2px;
}			
#newAuction .auctionInformation {
	font-size: 8pt;
	text-align:center;
	padding:2px;
}		
#pageCounter	{
	text-align: center;
	font-size:9pt;
	padding:10px;
	font-weight: bold;
}
#bottomBar	{
	background-color: #C1C5C8;
	height: 20px;
	width: 100%;
	color: black;
	font-size: 8pt;
	text-align:center;
	font-weight:bold;
}	