#navigation {
	background-image: url(../images/nav_bg.jpg);
	width:960px;
	height:86px;
}
#header {
	background-image: url(../images/header.jpg);
	width:960px;
	height:231px;
}
#textArea {
	background-image: url(../images/middle_repeat.jpg);
	width:960px;
	min-height:265px;
}
#footer {
	background-image: url(../images/footer.jpg);
	width:960px;
	height:100px;
	clear:both;
}
#contentWrapper {
	margin-left:90px;
	width:775px;
}
#leftBody {
	float:left;
	width:55%;
}
#rightBody {
	float:right;
	width:42%;
}
	#rightImgWrapper {
		margin-left:20px;
		width:99%;
	}
#titleWrapper {
	width:390px; 
	height:175px;
	background-image: url(../images/title_bg.jpg);	
}

	#viewshow {
		padding-right:10px;
		margin:0 10px 5px 0;
}

	#titleText {
	width:85%;
	margin-left:10px;
	padding-top:35px;
	}
	
#rentalRatesWrapper {
	width:80%;
	margin-left:25px;
}
.showsLeft {
	width:25%;
	float:left;
}
.showsRight {
	width:75%;
	float:right;
}
.menuLeft {
	width:74%;
	float:left;
}
.menuRight {
	width:24%;
	float:right;
}
.showsRow {
    width:95%;
	clear:both;
	min-height:20px;
}
.menuTitle {
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #365194;
	font-weight:bold;
}
.rentalRow {
	clear:both;
	min-height:20px;
}
.rentalWayOneItem, .rentalWayOnePrice {
	background-color:#e5DfD1;
}
.rentalWayTwoItem, .rentalWayTwoPrice {
	background-color:#d5d4c2;
}
.rentalWayOneItem, .rentalWayTwoItem {
	float:left;
	width:60%;
}
.rentalWayOnePrice, .rentalWayTwoPrice{
	float:right;
	width:40%;
}


