#contentLeft{
 width: 195px;
 float: left;
}

#contentRight{
 width: 725px;
 float: right;
 position: relative;
}

#innerLeft{
 width: 497px;
 float: left;
}

#innerRight{
 width: 208px;
 float: right;
}

#innerLeftMainBox{
  margin-bottom: 20px;
  overflow: hidden;
  height: auto;
  background-image: url(../images/destinationsBar.jpg);
  background-repeat: repeat-y;
  position: relative;
}

#innerLeftMainBoxBar{
 float: left;
 width: 100px;
 background-color: #d0d0d0;
 overflow: hidden;
}

#innerLeftMainBoxBar img{
 margin-top: 30px;
 margin-bottom: 20px;
}

#innerLeftMainBoxContent{
 float: right;
 width: 387px;
}

/*
#innerLeftMainBoxContent h1{
 background-image: url(../images/hoppaExtrasTitle.jpg);
 background-repeat: no-repeat;
 display: block;
 width: 125px;
 height: 25px;
 margin-top: 0px;
}

#innerLeftMainBoxContent h1 span{
 position: absolute;
 left: -9999px;
}
*/

#innerLeftMainBoxFootBar{
 background-color: #D0D0D0;
 height: 20px;
 clear: both;
}

#innerLeftMainBoxFootBar div{
 width: 100px;
 height: 20px;
 background-color: #aaaaaa;
}

.centeredImage {
margin-bottom:0;
margin-top:0;
padding:0;
text-align:center;
}

h1{
	margin:0 0 13px;
	font-weight: strong;
}

.header{
color: #1E90FF;
font-size: 21px;
}

.header span {
color: #666666;
}

#newsletter{
  margin-top: 40px;
}

#newsletter h2{
	display: block;
	height: 26px;
	width: 208px;	
	background-image: url(../images/newsletterSignup.gif);
	background-repeat: no-repeat;
	margin: 0;
}

#newsletter h2 span{
	position: absolute;
	left: -9999px;
}

#newsletter p{
	margin-top: 5px;
}

#newsletter #ea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 190px;
}

#newsletter #buttons{
	text-align: right;
	padding-top: 5px;
}

