body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

th {
	color: #666633;
}

div.banner {
	width:1000px;
	height:250px;
	color:#FFF;
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
}

div.area {
	width:1000px;
	margin:0px auto;
	padding:0px;
	background-color:black;
	text-indent: 2px;
	position:relative;
	min-height:400px;
	display:block;
}

div.links  {
	background-color:#000;
	padding:2px;
	font-weight:bold;
	color:#000;
	font-size:16px;
	text-align:left;
	display:block;
	width:200px;
	float:left;
	margin:0px 0px 0px 0px;
}

div.mainarea	{
	width:770px;
	background-color:#000;
	color: #FF6;
	float:right;
	padding:4px;
	margin:0px 0px 0px 0px;
}
	
div.footer  {
	background-color: #96C;
	font-weight:bold;
	text-align: center;
	width:1000px;
	float:left;
}

div.button	{
	width:200px;
	background-color: #96C;
	color:#000;
	text-align:center;
	padding:1px 0px 1px 0px;
	border:solid;
	border-color:#000;
}

h1 {
	color: #96F;
}

div.travel  {
	width:400px;
	color:#FFF;
	float:right;
	text-align: center;
	border:groove;
	border-color:#66F;
	border-width:thick;
}

h2, h4, h5, h6 {
	color: #F60;
}

h3  {
	color: #FC0;
}

a {
  color: #000;
}

