/* #0000A0 = BLUE */
/* #E50000 = RED */
/* #FFF426 = YELLOW */

body {
	background-color: #666;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

img {
	border: none transparent;
/*	display: block;*/
}

#wrapper {
	background: url('images/content_bg.jpg')  repeat-y  top center;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}
#wrapper_top {
	background: url('images/wrapper_top.jpg')  no-repeat  top center;
	height: 40px;
	width: 1000px;
}


.middle {
	text-align: center;
	margin: 0 auto;
}

#header {
	text-align: left;
	height: 180px;
}



#whitley {
	margin: 0 0 0 20px;
}

#logo {
	position: absolute;
	left: center;
}

#left_column, #center_column, #right_column, #center_column2 {
	float: left;
	display: inline; /*fixes IE double-margin craziness*/
	text-align: left;
}

/*LEFTHAND COLUMN*/
#left_column {
	width: 200px;
	margin-left: 20px;
}

#center_column {
	width: 540px;
	margin-left: 10px;
}

#center_column2 {
	width: 740px;
	margin-left: 20px;
	margin-right: 20px;
/*	text-align: justify;*/
}

#right_column {
	width: 200px;
	margin-left: 10px;
}

/*Email Signup*/
#email {
/*	border: 1px solid;*/
/*	display: inline;*/
/*	float: left;*/
	text-align: left;
/*	padding-top: 40px;*/
}

img.txt {
	float: left;
}







/* ===================== */
/* = Insets Begin Here = */
/* ===================== */

div.block {
	padding: 10px;
}


#upcomingHolder {
	width: 180px;
	height: 200px;
/*	padding: 0 5px 0 5px;*/
}


/*Featured Auctions*/
#auctions_inset {
	background: url('images/inset_bg_blue.jpg')  repeat-y  top left;
	width: 200px;
	text-align: center;
	margin-bottom: 20px;
}

#auctions_body {
	color: white;
	text-align: left;
	overflow: hidden;
}

#auctions_top {
	text-align: left;
}

#auctions_bottom {
	background-color: white;
	text-align: left;
}

div.inset_body {
	width: 150px;
	margin: 0 auto;
	text-align: left;
}

/*Featured Properties*/
#properties_inset {
	background: url('images/inset_bg_blue.jpg')  repeat-y  top left;
	width: 200px;
	text-align: center;
	margin-bottom: 20px;
}

#properties_body {
	color: white;
	text-align: left;
	overflow: hidden;
}

#properties_top {
	text-align: left;
}

#properties_bottom {
	background-color: white;
	text-align: left;
}

/*Testimonials Inset*/
#testimonials_inset {
	background: url('images/inset_bg_white.jpg')  repeat-y  top left;
	width: 200px;
	text-align: left;
	margin-bottom: 10px;
}


#testimonials_top {
	text-align: left;
}

#testimonials_bottom {
	background-color: white;
	text-align: left;
}

/*News Inset*/
#news_inset {
	background: url('images/inset_bg_white.jpg')  repeat-y  top left;
	width: 200px;
	text-align: center;
	margin-bottom: 20px;
}

#news_body {
	color: #333;
	text-align: left;
	overflow: hidden;
}

#news_top {
	text-align: left;
}

#news_bottom {
	background-color: white;
	text-align: left;
}

#footer {
	background-color: #E50000;
	width: 960px;
	margin: 0 auto;
}

#footer_top {
	background: url('images/footer_top.jpg')  no-repeat  top center;
	height: 10px;
	width: 960px;
}

#footer_bottom {
	background: url('images/footer_bottom.jpg')  no-repeat  top center;
	height: 10px;
	width: 960px;
}


