body
{
	font-family:arial;
}
#header
{
	float:left;
	height:120px;
	width:800px;
	background-image:url(images/logo.gif);
	text-align:right;
}
h1.header
{
	font-weight:normal;
	color:#990000;
	font-size:10px;
}
#content
{
	float:left;
	width:600px;
	padding:10px;
}
#vnav
{
	float:left;
	background-color:#F0E68C;
	width:200px;
}
a.vnav
{
	height:20px;
	font-size:14px;
	width:200px;
	display:block;
	background-color:#F0E68C;
	color:#990000;
	text-decoration:none;
	padding-left:10px;
	font-weight:bold;
}
a.vnav:hover
{
	background-color:#990000;
	color:#F0E68C;
	background-color:#80B9F0;
	color:#F0E68C;

h1
{
	font-size:16px;
}
h2
{
	font-size:14px;
}
h3
{
	font-size:12px;
}
.Destination
{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#006600;
}
.price
{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#660000;
}
.text
{
	font-size:11px;
	font-family: arial;
	font-style: italic;
	color: #666666;
}