body {
background-color: #545454;
font-family: Arial;
font-size: 12px;
margin: 0px;
padding: 0px;
}

.header {
	background-color: #6563DA;
	background-image: url('../images/header2.png');
	height: 100px;
}

.menu {
	padding: 5px;
	color: #ffffff;
	background-color: #000000;
}


.content {
	color: #ffffff;
	background-color: #545454;
}

#header_left {
	width: 300px;
}

#header_right {
	float:right;
}

#text {
	border-style: none;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
}

#right {
	padding: 10px;
	margin: 10px;
	float: right;
	width: 300px;
}

#left {
	display: inline;
	padding: 10px;
	margin: 10px;
	float: left;
}

#nofloat {
	padding: 10px;
	margin: 10px;
	width: 300px;
}

#table_even {
	color: #000000;
	background-color: #ffffff;
	width: 200px;
}

#table_uneven {
	color: #000000;
	background-color: #979797;
	width: 200px;
}

h1 {
	color: yellow;
	letter-spacing: 3px;
	font-size: 25px;
}

h2 {
	font-size: 20px;
	clear: both;
}

.itinerary {
	color: #000000;
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

#cell {
	color: #000000;
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

#right-regular {
	width: 500px;
}

ul
{
list-style-type:none;
margin:0;
padding:0;
}

li
{
display:inline;
margin: 5px;
text-decoration: none;
}

a:link {text-decoration:none; color: #ffffff;}
a:visited {text-decoration:none; color: #ffffff;}
a:hover {text-decoration:underline; color: #ffffff;}
a:active {text-decoration:underline; color: #ffffff;}

.alttext {
	font-family: Arial;
	font-size: 65%
}

.break {
	color: #B6B6B6;
	clear: both;
	margin-left: 20px;
}

#rightpos {
	margin-left: 400px;
	margin-right: 50px;
}