#wrapper {
	width: 975px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url(/assets/images/inside/bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	background-image: url(/assets/images/inside/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 975px;
	position: relative;
	top: 0px;
	right: 0px;
}
#logo {
	position: absolute;
	z-index: 999;
	left: 769px;
	top: 0px;
}

#date {
	border: 1px solid #e48908;
	background-color: #ffa92f;
	height: 19px;
	width: auto;
	position: absolute;
	left: 234px;
	top: 19px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}
#date span  {
	color: #dc1f26;
	background-color: #fcd485;
	display: block;
	height: 19px;
	width: auto;
	_width: 200px;
	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: #E48908;
	border-right-color: #E48908;
	border-bottom-color: #E48908;
	border-left-color: #E48908;
	margin: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	font-size: 9px;
	line-height: 19px;
	white-space: nowrap;
}

#nav-top {
	background-image: url(/assets/images/inside/titles/rentals.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 111px;
	width: 771px;
	position: absolute;
	left: 160px;
	top: 53px;
}
#nav-top-links {
	text-align: center;
	height: 32px;
	width: 665px;
	position: absolute;
	left: 90px;
	top: 26px;
	line-height: 14px;
	font-size: 4px;
	color: #000;
}
#nav-top-links a {
	color: #00b000;
	font-size:9px;
	font-weight: bold;
	text-decoration:none;
	margin-left:3px;
	margin-right:3px;
}
#nav-top-links a.active, #nav-top-links a:hover {
	color: #e91c1f;
	text-decoration: underline;
}
#column-left {
	float: left;
}

#nav-left {
	height: 212px;
	width: 144px;
	background-image: url(/assets/images/inside/bg_nav_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 13px;
	top: -9px;
	padding-left: 5px;
}
#search {
	position: relative;
	left: 13px;
	top: -2px;
	background-image: url(/assets/images/inside/bg_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#column-right {
	height: auto;
	width: 725px;
	margin-left: 208px;
}




#contents {
	height: auto;
	width: 725px;
	position: relative;
	left: 0px;
	top: -9px;
}
#footer {
	background-image: url(/assets/images/inside/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 71px;
	width: 975px;
}


#breadcrumbs {
	float: left;
	width: 70%;
	font-size: 0.85em;
	left: 30px;
	top: 10px;
	position: relative;
	font-weight: bold;
	color: #666666;
	z-index: 10;
}
#breadcrumbs a {
	text-decoration: none;
	color: #666666;
}
#breadcrumbs  a:hover, #page-links a:hover {
	text-decoration: underline;
}

#page-links {
	text-align: right;
	font-size: 0.8em;
	position: relative;
	top: 10px;
	right: 20px;
	width: 20%;
	z-index: 10;
	float: right;
	clear: right;
}
#page-links a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color: #666666;
}
