@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #407ba8;
	font-family: arial;
	font-size: 15px;
	color: #60551d;
}
.clear {
	clear: both;
}

#wrapper {
	width: 770px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#innerwrapper {
	border: 2px solid #004D6D;
}
#head {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 213px;
}
#content {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	padding: 0px 10px 10px;
}
#navwrapper {
	width: 156px;
	float: left;
	font-weight: bold;
}
#navwrapper a {
	color: #60551D;
	text-decoration: none;
	text-align: right;
	float: right;
	margin: 5px 15px 5px 0px;
}
#navwrapper a:hover {
	text-decoration: underline;
}
#navwrapper .navline {
	clear: both;
	height: 1px;
	background-color: #453D1F;
	margin: 0px;
}

#centercol {
	float: left;
	width: 300px;
	padding: 0px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #453d1f;
	border-right-color: #453d1f;
	border-bottom-color: #453d1f;
	border-left-color: #453d1f;
	text-align: center;
}
#rightcol {
	float: left;
	width: 266px;
}
#bigcol {
	float: left;
	width: 560px;
	padding: 0px 10px 10px;
	border: solid 1px #453D1F;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
#thumbholder {
	width: 255px;
	margin: 20px auto;
}
.thumb {
	background-color: #453D1F;
	padding: 2px;
	float: left;
	height: 70px;
	width: 55px;
	margin: 2px;
	font-size: 12px;
	color: white;
	text-align: center;
}
.thumb img {
	height: 55px;
	width: 55px;
	border:  none;
}


/* listing alerts */
#listing_update {
font-family:Arial;
font-size:12px;
}

#listing_update select, input {
font-family:Arial;
font-size:11px;
}

#listing_update select {
width:115px;
}
