#RentalTitle  {
	margin-top: -18px;
	margin-left: -18px;
}
	
	#RentalTitle  a{
	font: normal 30px "Monotype Corsiva";
	text-decoration: underline;
	color: #980808;
	/*padding-top: -118px;
	margin-left: -18px;*/
	line-height: 200%;
	}

	#RentalTitle  a:hover{
	color: #052D03;
	}

#Rentalcontent {
	display:block;
	font: normal 12px "Arial";
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 30px;
	text-align:justify;
	line-height: 120%;
	margin: 30px 50px;
}
	#Rentalcontent table th {
		text-align: center;
		font: normal 12px Andalus;
		color: #2A2004;
		/*background: -webkit-linear-gradient(#E2E8E8, #EBF1F1, #ECF3F3, #F3FAFA, #FAFCFC); 
		background: -o-linear-gradient(#E2E8E8, #EBF1F1, #ECF3F3, #F3FAFA, #FAFCFC); 
		background: -moz-linear-gradient(#E2E8E8, #EBF1F1, #ECF3F3, #F3FAFA, #FAFCFC);
		background: linear-gradient(#E2E8E8, #EBF1F1, #ECF3F3, #F3FAFA, #FAFCFC);
		background-color: #ffffff;
		border: 1px solid black;*/
		opacity:0.6;
		filter:alpha(opacity=60); /* For IE8 and earlier */
	}
	#Rentalcontent table td {
		text-align: center;
		font: normal 12px Andalus;
		color: #2A2004;
		background-color: #ffffff;
		/*border: 1px solid black;*/
		opacity:0.6;
		filter:alpha(opacity=60); /* For IE8 and earlier */
	}

nav {	
	margin-top: -720px;
	margin-left: 790px;
	position: absolute;
	height: 300px;
	width: 120px;
}
	
nav ul {
	background: #353334; 
	background: linear-gradient(to bottom, #353334 0%, #6B6A6B 100%);  
	background: -moz-linear-gradient(top, #353334 0%, #6B6A6B 100%); 
	background: -webkit-linear-gradient(top, #353334 0%,#6B6A6B 100%); 
	/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
	padding: 0 0px;
	/*border-radius: 10px;*/
	list-style: none;
	position: relative;
	display: inline-table;
	text-align: center;
}

	nav ul li {
	float: center;
	}
	nav ul li:hover {
		background: #086A87;
		/*background: linear-gradient(top, #8E0653 0%, #4E3041 40%);
		background: -moz-linear-gradient(top, #8E0653 0%, #4E3041 40%);
		background: -webkit-linear-gradient(top, #8E0653 0%,#4E3041 40%);*/
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		display: block; 
		width: 120px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #A6A5A5; 
		text-decoration: none;
	}

.CopyRigetR {
	margin-top: -100px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Gothic, Arial;	
	color: #fff;
	font-size: 12px;
	background: #101010;
	height: 60;
	width: 960px;
	text-align: right;
}
	
.divTable {
    display:  table;
    width:auto;
    background-color:#fff;
	margin-top:-10px;
	margin-left:20px;
	font-size:12px;
    border:1px solid;	
    /*border-spacing:5px;cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
}
.divHeader {
    display:table-row;
    width:auto;
	background-color:#000;
	color:#fff;
	font-weight:bold;
}
.divRowE {
    display:table-row;
    width:auto;
	background-color:#086A87;
	color:#fff;
}
.divRowO {
    display:table-row;
    width:auto;
	background-color:#fff;
	color:#000000;
}
.divCell1 {
	margin-top:3px;
	margin-bottom:3px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:40px;
	text-align:center;
}
.divCell2 {
	margin-top:3px;
	margin-bottom:3px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:70px;
	text-align:center;
}
.divCell3 {
	margin-top:3px;
	margin-bottom:3px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:80px;
	text-align:center;
}

.divCell4 {
	margin-top:3px;
	margin-bottom:3px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:60px;
	text-align:center;
}

.divCell5 {
	margin-top:3px;
	margin-bottom:3px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:60px;
	text-align:center;
}
.contacttitle {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
	padding-right: 0px;
	text-decoration: underline;
}

.contactsubtitle {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 18px;
	color: #fff;
	padding-left: 20px;
	padding-right: 0px;
}

.contacttext {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 12px;
	color: #fff;
	padding-left: 20px;
	padding-right: 0px;
	line-height: 120%;
}

