@import url("base.css");
a{
	text-decoration:none;
}
a:active, a:focus{
	outline:none;
}

#left{
	float:left;
	width:141px;
	height:auto;
	margin:0;
	padding:0;
}
#right{
	float:left;
	width:736px;
	height:auto;
	margin:10px 0 0 20px;
}
#footer {
	height: 149px;
	width:899px;
	background-image:url(/img/home/footer.jpg);
	position:relative;
}
#right .left{
	float:left;
	width:480px;
	height:290px;
	margin:0;
	overflow:auto;
}
#right .right{
	float:left;
	width:241px;
	margin:20px 0px 0px 10px;
}
#right .left .top{
	text-align:center;
	font-style:italic;
	font-size:8pt;
	color:#7C7E7D;
	margin-bottom:10px;
}
#right .left .header{
	clear:both;
	width:440px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#7C7E7D;
	float:left;
	height:30px;
}
#right .left .even{
	color:#6E6E6F;
	float:left;
	height:60px;
	background-color:#E3E3E3;
	clear:both;
	width:440px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-transform:uppercase;
	border-bottom:3px solid #FFFFFF;
}
#right .left .odd{
	color:#6E6E6F;
	float:left;
	height:60px;
	background-color:#FFFFFF;
	clear:both;
	width:440px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-transform:uppercase;
	border-bottom:3px solid #FFFFFF;
}
#right .left .header .picture{ /* 94w X 60h */
	width:94px;
	text-align:left;
	float:left;
	height:30px;
	line-height:38px;
}
#right .left .header .name{
	text-align:left;
	line-height:38px;
	margin-left:3px;
	width:100px;
	height:30px;
	float:left;
}
#right .left .header .length{
	text-align:center;
	line-height:38px;
	margin-left:3px;
	width:47px;
	height:30px;
	float:left;
}
#right .left .header .guests{
	text-align:center;
	margin-left:3px;
	width:60px;
	height:30px;
	float:left;
}
#right .left .header .crew{
	text-align:center;
	line-height:38px;
	margin-left:3px;
	width:32px;
	height:30px;
	float:left;
}
#right .left .header .rates{
	text-align:center;
	margin-left:3px;
	width:84px;
	height:30px;
	float:left;
}

#right .left .even .picture, #right .left .odd .picture{ /* 94w X 60h */
	width:94px;
	text-align:left;
	float:left;
	height:60px;
}
#right .left .even .name, #right .left .odd .name{
	text-align:left;
	margin-left:3px;
	width:100px;
	float:left;
	margin-top:23px;
}
#right .left .even .length, #right .left .odd .length{
	text-align:center;
	margin-left:3px;
	width:47px;
	float:left;
	margin-top:23px;
}
#right .left .even .guests, #right .left .odd .guests{
	text-align:center;
	margin-left:3px;
	width:60px;
	float:left;
	margin-top:23px;
}
#right .left .even .crew, #right .left .odd .crew{
	text-align:center;
	margin-left:3px;
	width:32px;
	float:left;
	margin-top:23px;
}
#right .left .even .rates, #right .left .odd .rates{
	text-align:right;
	margin-left:3px;
	width:84px;
	float:left;
	margin-top:23px;
}