* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #dcdcdc
}

#header {
	width: 760px;
	height: 85px;
	background-color:#000000;
	border-bottom: 5px solid #974d27;
	padding-left: 70px;
	padding-top: 20px;
	padding-left: 0px;
	padding-top: 0px;
}

#imgbox {
	width:600px;
	height:150px;
	background: url('images/travellogo.jpg');
	
}

#title {
	font-family: Tahoma;
	font-size: 32px;
	color: #ffff00;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	vertical-align: middle;
}

#slogan {
	font-family: Tahoma;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: block;
}

#headlinks {
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	display: block;
}

#nav ul{ 
  font-family: Arial;
  font-size: 10px;
  color: #FFF;
  font-weight: normal;
  width:100%; 
  background-color:#000000; 
  padding-left:0; 
  margin:0; 
  float:left; 
}

#nav ul li{ 
  display:inline; 
}

#nav ul li a{ 
  float:left; 
  color:#FFFFFF; 
  padding:4px 4px 4px 4px; 
  
}

#linkswraper{

}

#links {
	padding: 10px;
}

#links a {
	font-size: 12px;
	color: #FFF;
	display: block;
}

#links_header {
	font-family: Verdana;
	font-style: italic;
	background-color: #974d27;
	color: #e9e5bb;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
	
}

#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	border-right: 1px solid #974d27; 
}


#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #974d27;
}

#footer {
	font-size: 12px;
	color: #e9e5bb;
	height: 48px;
	background-color: #000000;

}