/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	color : #000066;
    background-color: #9BD1FA;
	font-family:sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}
#wrapper
{
	width: 720px;
	margin: 0 auto;
	text-align: center:
}
#title {
	width: 720px;
}
#title .logo {
width: 449px;
margin: 5px 0 0 5px;
text-align: left;
}
#title .travel {
position:absolute;
top: 20px;
left: 480px;
color: #990000;
width: 220px;
font-size: 12px;
text-align:center;
}
#title .travel a{
	font-weight: 700;
}

#title .laddress {
width: 250px;
float:  left;
margin: 5px 0 10px 5px;
text-align: left;
font-size:12px;
}
#title .raddress {
width: 250px;
margin: 5px 0 10px 255px;
text-align: left;
font-size:12px;	
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText 
{
	max-width:550px;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : center;
	font-weight : bold;
	border: 1px rgb(0,0,0) solid;}

.menu a
{
	color : rgb(0,0,0);
	background-color : inherit;
}

.menu a:hover
{
	color : rgb(255,64,64);
	background-color : rgb(230,230,250);
}


.menu strong
{
	font-size : large;
}

.other
{
	text-align : center;
	background-color : inherit;
	color : rgb(0,0,0);
	font-weight : bold;
	border: 1px #000 solid;}

.contentText
{
word-spacing: 2px;
}

#footer
{
	padding: 10px 0 0 170px;
	border-top : 1px #000 solid;
	text-align : center;
	width: 550px;
}

#footer a
{
	color: #000066;
    text-decoration: none;
    padding:  10px 0 0 0;
    font-size:11px;
}
#footer a:hover
{
	color: #0000cc;
	text-decoration: underline;
}
#footer a:visited { 
	color: #000066; 
	text-decoration: none;
}
.clear {
	display: block;
	clear: both;
	}


