/* Hancock Auctions and Realestate */

/* Entire Site */

body a {
	color:#666666;
}

body a:visited {
	color:#666666;
}

/* page stuff */

#wrapper {
	width: 740px;
	margin: 0 auto;
	
	}

/* Backgrounds*/

.bkgrd-top {
	background-color : #778BD2;
}
.bkgrd-left {
	background-color : #778BD2}
.bkgrd-content {
	background-color: #778BD2;
}
.bkgrd-page {
	background-color : #FFFFFF;
}

.footer {
	text-align: center;
	font-size: 75%;
	background-color: #778BD2;
}

/* Font stuff */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
/*	background-color: #D8D6AF;*/
	background-image:url(../pictures/site/blue_sky_1600x801.jpg);
}

/* Auction */

.folder {
	background-image: url(../pictures/site/file_folder_mod_short.jpg);
	background-repeat:no-repeat;
	font-size:80%;
	text-indent: 5px;
	border-bottom:#000000;
	border-bottom-width:1px;
}

.folder a {
	border-bottom:none;
}

.folderblank {
	font-size:80%;
	text-indent: 5px;
	border-bottom:#000000;
	border-bottom-width:1px;
}

.auctionTable_head {
	font-weight:bold;
	font-variant:small-caps;
	font-size:200%;
}

/* Stupid Tables */

#container {
	background-color:#0066FF;
}

/* Boxout */

#boxout {
	background: #a9a9a9;
	/*	float:right; */
	position:relative;
	left: 200px;
	width: 162px;
/*	padding-top: 20px;	Use this when you put pictures in the boxout*/
}
#boxout p {
	font-weight: bold;
	font-size: 80%; /*might have to adjust*/
	line-height: 1.2em;
	color: #333333;
	padding: 0;
}

/* Client Comments */

#comments {
	font-size: 150%;
	font:italic;
}

/* Real Estate stuff */

.featured_listing {
	font-size:200%;
	border:groove #666666;
	font-style:italic;
	color:#FF0000;
	text-align:center;
	position:relative;
/*	left:57px;*/
}

#credit a {
	color:#666666;
}

#credit a:visited {
	color:#999999;
}

.slideshow_bottom_frame {
	background-image:url(../pictures/site/slideshow_frame/framebottom_slice.gif);
}

.slideshow_top_frame {
	background-image:url(../pictures/site/slideshow_frame/frametop_slice.gif);
}
