.background {
	background-image: url(img/tile.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.normal:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.normal:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.normal:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.normal:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.backgroundVertical {

	background-image: url(img/tile.gif);
	background-repeat: repeat-x;
	background-position: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.right {
	background-image: url(img/black_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
    margin-top: 0px;
    margin-bottom: 0px;
}

#rent-goldcar {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	text-align: center;
	margin-top: 0px;
    margin-bottom: -30px;
}

#menu_area {
	width:780px;
	height: 39px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -4px;
	margin-left: 0px;
	background-color: #0a0a0a;
}
.menu_dwn {
	float: left;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(img/down.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 15px;
}

#links_footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	text-align: center;
	margin-top: 0px;
}
