html {
	background: #666 url(/images/bg_page.gif) repeat-y 50% 0;
	padding: 0px;
	margin: 0px auto;
}
body {
	background: transparent url(/images/hdr_page.gif) no-repeat 50% 0;
	padding: 0px;
	margin: 0 auto;
}
h1, h2, h3, h4 {
	font: 100%/100% "Lucida Grande", "Lucida MT", Arial, Verdana, sans-serif;
}
p, ol, ul, table, dl {
	font:normal .7em/150% "Lucida Grande", "Lucida MT", Arial, Verdana, sans-serif;
}
h1 {
	color: #616180;
	font-size: 1.5em;
	line-height: 100%;
	font-weight: bold;
}
h2 {
	color: #616180;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 100%;
	padding: 5px 0px 7px 0px;
	width: auto;
}
h3 {
	font-size: 1.3em;
	line-height: 100%;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	color: #000;
}

table {
	padding: 0px;
	margin: 0px;
}

input {
	margin: 0px;
}

#wrapper {
	width: 913px;
	background: transparent;
	border: none;
	padding: 0px;
}
#wrapper_padding { padding: 0 0 0 70px; }

#logolink {
	width: 264px;
	height: 55px;
	margin: 0;
	position: relative;
	left: -50px;
	top: 35px;
}

#nav li {
	background: transparent;
	width: auto;
	border: none;
	padding: 5px 10px;
	margin-left: 10px;
}
#nav li a {
	font-weight: bold;
	font-size: 1.2em;
	line-height: normal;
}
#nav li a:hover {
	color: #000;
}

#leftCol {
	width: 216px;
	margin-top: 55px;
	float: left;
}

#rightCol {
	width: 521px;
	background: url(/images/bg_home_rightcol.gif) no-repeat 0 0;
	margin-top: -55px;
	min-height: 600px;
	padding-bottom: 30px;
	float: left;
	position: relative;
	}
	#rightCol .rightPadding {
		padding: 0px 8px;
	}
	#rightCol .rightPaddingBack {
		padding: 55px 25px 0px 20px;
	}
#rightColBoxBottom {
	width: 521px;
	height: 27px;
	background: url(/images/home_box_bottom.gif) 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

#home_pic {
	width: auto;
	height: 312px;
}

#backPageTop {
	width: auto;
	height: 45px;
	background: url(/images/back_page_top.gif) no-repeat 0 0;
}

#listing_col_left {
	margin: 0px;
}

#listing_col_right {
	width: 230px;
	position: relative;
	left: 10px;
	}
	#listing_col_right h3 {
		padding-left: 0px;
	}

#footer {
	width: 521px;
	padding: 0px;
	margin-left: 216px;
	background: transparent;
	text-align: center;
	}
	#footer p {
		color: #FFF;
	}
	#footer img {
		float: none;
		margin: 0px auto;
	}

/*************************/
/****** ALL CLASSES ******/
/*************************/
.newsletterBox {
	background: transparent;
	border: none;
	width: auto;
	}
	.newsletterBox h3 {
		font-size: 0.9em;
		line-height: 100%;
		padding-left: 0px;
		color: #FFF;
		font-weight: bold;
	}
	.newsletterBox p {
		color: #3D3D52;
	}
.homeSearch {
	background-color: #FAFAE4;
	padding: 5px 15px 0px 15px;
	margin: 0px;
}
.simplesearch {
	padding: 0px 0px 2px 0px;
}
h2.dark_red {
	color:#CC0000;
	background: transparent;
	padding: 0px;
}
h4.big_black {
	font-size: 1.1em;
	line-height: 100%;
	font-weight: bold;
	color: #000;
}
.manageBox {
	border: 1px solid #ccc;
	background-color: #fafafa;
	margin: 0px 15px 0px 17px;
	width: auto;
	padding: 10px 0 0 0;
}
.text {
	padding: 10px 20px 10px 10px;
}
.bigger_black {
	font-size: 14px;
}
h1.page_title {
	padding: 0px 0px 10px 0px;
}
.price {
	background: transparent;
}
h2.bar {
	background-color: #616180;
	font-size: 0.75em;
	line-height: 100%;
	color: #FFF;
	padding: 5px 0px 7px 18px;
	margin: 0px;
}
h3.left_padding {
	padding-left: 10px;
}

.strikethru { text-decoration:none; }

.clear { clear: both; }