* {
margin: 0;
padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/back_tile.jpg);
	background-repeat:repeat-x;
	background-color: #f8f0ce;
}

#wrapper {
width: 612px;
height: 545px;
margin-left: auto;
margin-right: auto;
position:relative;
background-image:url(images/background_home.jpg);
background-repeat: no-repeat;
margin-top: 20px;
}

#rental {
	position:absolute;
	width: 219px;
	height: 100px;
	left: 7px;
	top: 317px;
}

h1 {
	color:#FFFFFF;
	font-size: 14px;
	margin-bottom: 5px;
}

p {
color:#FFFFFF;
font-size: 11px;
}

#bottom {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	left: 15px;
	top: 397px;
	width: 586px;
}

.black  {
color:#000000;
}

#navcontainer {
	position:absolute;
	left: 19px;
	top: 161px;
	width: 145px;
	height: 98px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

#navlist li {
	list-style-type: square;
	color: #000000;
	margin-top: 4px;
}

#wrapper #navcontainer #navlist a {
	color: #000000;
	text-decoration: none;
}

#wrapper #navcontainer #navlist a:hover {
	color: #b5421a;
	text-decoration: none;
}

