body {
margin: 0;
padding: 0;
background: #ffffff;
font: 80% Arial, Helvetica, sans-serif;
}

/* This section specifies the layout for the page*/

/* This specifies the page wrapper which is the container for all the information*/
.pagewrapper {
	width: 850px;
	margin-top: 20px;
	left: 50%;
	background-color:  #ffffff;
	position: absolute;
	margin-left: -400px;
}

/* This specifies the layout for the main content*/

.contentwrapper {position: relative;}

/* The banner is the top images and naviagtion bars*/

.banner, .contentwrapper, {width: 850px;}
.banner {height: 200;
	width: 100%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333; 
	font-size: 2em;
	line-height: 1.5em;

}

/* This specifies the layout for the navigation bar to the left*/

.leftsidebar {
	position: absolute;
	left: 0;
	top:0;
	width: 200px;
	line-height: 1.5em;
	margin-left: 0px;
	padding: 10px;
	vertical-align: center;
}

/* This specifies the layout for the navigation bar to the right*/

.rightsidebar {
	position: absolute;
	right: 0;
	top:0;
	width: 150px;
	margin-right: 5px;
}

/* This specifies the layout for the footer, which is all the navigation links which are to be kept at the bottom of the page*/
.footer {
	position: relative;
	bottom: 0;
	left:0;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333; 
	font-size: 1.2em;
	line-height: 1em;
}

/* This ensures that the text in the centre is correctly positioned*/
.maincontent {
	vertical-align: center;
	text-align: center;

}

/*End of layout specification*/

a:link {	color: #333333; 
				
 			}
	a:visited {	color: #333333; 
						}

#travel {
	width:800px; 
	height:400px;
	}
#travel ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	width:150px; 
	position:relative; 
	float:left;
	}
#travel ul li {
	display:inline; 
	width:50px; 
	height:50px; 
	float:left; 
	margin:3px 3px 3px 3px;
	}
#travel ul li a {
	display:block; 
	width:50px; 
	height:50px; 
	text-decoration:none; 
	border:1px solid #ffffff;
	}
#travel ul li a img {
	display:block; 
	width:48px; 
	height:48px; 
	border:0;
	}
#travel ul li a:hover {
	white-space:normal; 
	border-color:#dddddd;
	}
#travel ul li a:hover img {
	position:absolute; 
	left:285px; 
	top:0;
	width:auto; 
	height:auto; 
	border:1px solid #dddddd;
}
