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;
}
#text p{
	font-size: 1.2em;
}
#right {
	padding: 10px;
	margin: 10px;
	float: right;
	width: 300px;
}

#left {
	display: inline;
	padding-right: 10px;
	margin-left: 5px;
	margin-right:10px;
	float: left;
}
.img {
	border: 5px solid #000;
}
.ship {
	margin-top: -11px;
}

#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: .05em;
	font-size: 2em;
}

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

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

#cell {
	color: #000000;
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
#chumley {
	float:left;
	clear:left;
	width: 900px;
}
#vicki {
	float:left;
	clear:left;
	width: 900px;
}
#connie {
	float:left;
	clear:left;
	width: 900px;
}
#contact {
	float: left;
	width: 150px;
}
#bioAbout {
	float: right;
	width: 740px;
	margin-left: 10px;
	margin-top: -12px;
}

#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: 25px;
	margin-bottom: 25px;
}

#rightpos {
	margin-left: 400px;
	margin-right: 50px;
}
#text #left .img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10 px;
}
#text #left p {
	text-align: center;
	margin-top: -1px;
}

