BODY {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	background-color:#000033;
	font-family: arial, helvetica, sans-serif;
	line-height: 140%;
	font-size:  100%;	
	height: 100%;
}
	

html { height: 100%; } 



#wrapper {
	position: relative;
	min-height: 100%;
	}

	#mainContainer {
	margin:0px auto;
	height: 100%; 
 	background-color:#000033;
	width: 980px;
	}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	/* background-color:#000033; */		
}

#containerInner {padding: 30px 40px; min-height: 300px;}
#containerInner h1 { padding: 0; margin: 0; color: #99CCFF; font-size: 16px; font-family: Georgia, Constantia, "Lucida Serif", Lucida, serif;}

.itinPics {margin: 40px auto 20px auto; text-align: center;}
.itinPics img { float: left; margin: 0px 0px 0px 15px; border: 1px solid #FFF;}

a:link, a:visited, a:active {
text-decoration: none;
color: #99ccff;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #FFCC33;
font-weight: normal;
}


.small{
font-family: verdana, tahoma, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
color: #333333;
}

.small a:link, .small a:visited, .small a:active {
text-decoration: underlined;
color: #FFCC33;
font-weight: normal;
}

.small a:hover {
text-decoration: none;
color: #333333;
font-weight: normal;
}


.itineraryBlock {border: 2px solid #9A8960; padding: 10px; width: 270px; font-size: 14px; float: right; margin: 20px 0px 30px 30px; -moz-border-radius: .5em; -webkit-border-radius: .5em;}
.itineraryBlock ul {margin: 10px 0px 10px 0px; padding: 0px 0px 0px 20px; list-style: square; line-height: 120%;}
.itineraryBlock li {margin-bottom: 10px;}

.button1 {
	background-color:#052505;
	background-image: url(/images/art/button_gradient1.gif); background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #b1b978;
	padding: 2px;
	letter-spacing: 0.05em;
	}

.textbox1 {
	background-color:#FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #949f42;
	text-align: left;
	width: 190px;
	}
.textarea1 {
	background-color:#FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #949f42;
	text-align: left;
	}	
	
