/*homepage.css*/
body {
	min-width: 770px;
	
}
th {
	text-align: center;
}
table a {
	color: #000;
}

#container{
	margin-top: 2px;
	float:left;
}

#left_home {
	float: left;
	
	width: 500px;
}


#right_home {
	left: 1px;
	float:right;
	width: 18%;
}

#right_home table td{
	/*border-bottom: 1px solid #800;*/
	padding-bottom: 5px;
}
#destinations_home td{
	border-bottom: 1px solid #800;
	font-size: 20px;
}
#flashcontent_home {
	/*background: url(Rhino.jpg);*/
	background-repeat: no-repeat;
	align: left;
}
#holiday_of_the_week img {
	padding-right: 5px;
	padding-bottom: 5px;
}

#destinations_list{
	background: url('/world-small.gif');
	background-position: top right;
	background-repeat: no-repeat;	
	/*background-repeat: repeat;	*/
}

#destinations_list ul{
	z-index:0;
	padding:0;
	margin:0;

}

#destinations_list li {
	width: 100%;
	height: 20px;
	font-size:12px;
	list-style-type:none;
	/*border-bottom:1px solid #800; */
}

#infofooter {
	font-size:10px;
	font-family:Verdana, Tahoma;
}

#infofooter h1 {
	font-size:10px;
	font-family:Verdana, Tahoma;
}

