body {
	font: 1em serif;
	color: #FFFDEE;
	font-size: 76%;
	background: #2A0066 url(purple_bg.jpg);
	text-align:center;
	
}

 /* div {border: solid 1px #f00;}  */

a:link { color: #FFA12B; }
a:visited { color: #CC6A2D; }
a:hover { text-decoration: underline; }
a:focus { }
a:active { color: #FFFDEE; }


#outerbox {
	margin:0px auto;
	width:80%;
	min-width: 648px;
	width:expression(document.body.clientWidth < 812 ? "650px" : "80%" );  /* IE hack */
	text-align:left;
}


#leftnav {
	width: 185px;
	padding: 0 0.5em 2em 0.5em;
	margin-right: 1em;
	float:left;
	font-size: 1.3em;

	
}

#content {
	width: auto;
}

#tripright {
	width: 173px;
	padding: 0 0 0 1em ;
	margin-left: 1em;
	margin-right: -3px;
	float:right;
	z-index: 1;
	align:right;
	text-align:right;
}

img.test {
	padding 0;
	margin: 0;
	align:right;
}

h1 {
	text-align:center;
}

h2 {
	font-size: 1.75em;
	font-style: italic;
	text-transform: uppercase;
	text-align:center;
	text-decoration:underline;
	letter-spacing: 0.5em;
}

h3 {
	font-size: 1.66em;
	margin-bottom: 0;
}

h4 {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.25em;
	text-decoration: underline;
}

h5 {
	font-size: 1.33em;
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-size: 1.2em;
}

p.small {
	font-size: 1em;
}

p.big {
	font-size: 1.4em;
}

p.tripquote {
	font-size: 1.4em;
	font-style: italic;
	text-align:center;
	color: #FFF780;
}

.tripdayhead {
	background: #290051;
	border-top: 1px solid #FFF780;
	border-bottom: 1px solid #FFF780;
	width: 100%;
}


/*
.tripdaybody {
	margin-right: 193px;
}
*/

.tripheader {
	background: url(crest_bullet.gif) no-repeat fixed left;
	font-size: 1.5em;
	text-decoration: underline;
	padding-left: 35px;
}

.otherheader {
	font-size: 1.5em;
	text-decoration: underline;
}

.tripbody {
	padding-left: 35px;
}

.triptable {
	margin-left: 35px;
	font-size: 1.1em;
	font-style: italic;
	text-align: left;
}	


#separator {
	width: 80%;
	height: 1px;
	border-top: 1px solid #FFFDEE;
	text-align:center:
}


div#leftnav li {
	list-style-type: none;
	list-style-position: outside;
	margin-left: -2.5em;
	margin-top: 0.66em;
	text-align:center;
	padding-top: 0.66em;
	font-size: 1.1em;
	border-top: solid 1px #FFF780;
}

.normallist {
	font-size: 1em;
}

li.navbartop {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

li.navbar2 {
	font-size: 0.75em;
	padding-top: 0.33em;
	border-top: none;
	margin-top: 0em;
	margin-left: -3.2em;
}

li.a:hover { text-decoration: underline; }




.inline-image {
	margin-right: -15px;
}

.inline-image-left {
	margin-left: -15px;
}

.car-header {
	width:100%;
	border: thin solid #2A0066;
}

.car-header-name {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:50%;
}

.sleep-header-name {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:46%;
	z-index:1;
}

.car-header-link {
	position:relative;
	top:0px;
	right:0px;
	text-align:right;
}


/* repeated code per header */
#dropcapI, #dropcapI span {
 width: 32px; height: 48px;
 background-image: url(capI.gif);
}

#dropcapA, #dropcapA span {
 width: 36px; height: 46px;
 background-image: url(capA.gif);
}

#dropcapB, #dropcapB span {
 width: 42px; height: 45px;
 background-image: url(capB.gif);
}

#dropcapT, #dropcapT span {
 width: 36px; height: 47px;
 background-image: url(capT.gif);
}

#dropcapN, #dropcapN span {
 width: 54px; height: 46px;
 background-image: url(capN.gif);
}

#dropcapO, #dropcapO span {
 width: 34px; height: 46px;
 background-image: url(capO.gif);
}

#dropcapE, #dropcapE span {
 width: 33px; height: 46px;
 background-image: url(capE.gif);
}

/* non-repeated code */
strong span {

 display: block;
 position: relative;
 z-index: 1;
}

strong {
 background-repeat: no-repeat;
 float:left;
 padding: 0 5px 5px 0;
 font-size: 3em;
 font-style:italic;
 margin-bottom: -10px;
}
/* IE5 Mac Hack \*/
strong { overflow: hidden; }
/*/
strong { text-indent: -100em; }
/* End Hack */

/* usage: <strong id="dropcapI"><span></span>I</strong>   */