html {
    overflow-y: scroll;
}

body {
  background-image:url('images/bg.jpg');
  background-attachment:fixed;
  font-family: Helvetica, sans-serif;
  font-size: small;
  color: black;
}

a, a img {
  cursor: pointer;
  outline: none;
  border: none;
  text-decoration: none;
}

a:link { color: black; text-decoration: none;}
a:visited { color: black; text-decoration: none;}
a:hover { color: #233c87; text-decoration: none;}

#ordertop table, #ordertop td, #ordertop th {
	border: 1px solid black;
	background-color: white;
	font-size: x-small;
	font-stretch: condensed;
	}
	
#totals table, #totals td, #totals th {
	border: 1px solid black;
	background-color: white;
	text-align:right;
	}
	
#ordertop td {
	padding-left:5px;
}

#orderinfo table, #orderinfo td, #orderinfo th {
	border: none;
	font-size: small;
	font-stretch: condensed;
	}
	
	
.headline {
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	}
	
.subhead {
	color:#233c87;
	font-size: medium;
	font-weight:bold;
	line-height: 150%;
	}


#main {
  position: relative;
  width: 900px;
  margin: auto;
  z-index: 1;
}

#tan {
margin-top:50px;
background-color: #efe1c6;
border: 2px solid black;
}


#thirtygreat {
  position:absolute;
  top:288px;
  left:131px;
  display: block;
  width: 642px;
  height: 23px;
  background: url("images/30great.png") no-repeat 0 0;
}

#thirtygreat:hover { 
  background-position: 0 -23px;
}

#thirtygreat span {
  position: absolute;
  top: -999em;
}

.thumb {
padding:0px 12px 12px 0px;
}

.leftbar {
float:left;
}

#homebutton {
  position:absolute;
  left:85px;
  top:25px;
  display: block;
  width: 200px;
  height: 30px;
  background: url("images/home.png") no-repeat 0 0;
}

#homebutton:hover, #homebutton.yellow {
  background-position: 0 -30px;
}

#homebutton:active {
  background-position: 0 -30px;
}

#homebutton span {
  position: absolute;
  top: -999em;
  }

#themesbutton {
  position:absolute;
  left:350px;
  top:25px;
  display: block;
  width: 200px;
  height: 30px;
  background: url("images/eventthemes.png") no-repeat 0 0;
}

#themesbutton:hover, #themesbutton.yellow {
  background-position: 0 -30px;
}

#themesbutton span {
  position: absolute;
  top: -999em;
  }

 #orderbutton {
 position:absolute;
  left:615px;
  top:25px;
  display: block;
  width: 200px;
  height: 30px;
  background: url("images/orderform.png") no-repeat 0 0;
}

#orderbutton:hover, #orderbutton.yellow {
  background-position: 0 -30px;
}

#orderbutton span {
  position: absolute;
  top: -999em;
  }


#contentholder {
  position: absolute;
  top: 73px;
  width: 900px;
  background: url('images/box_m.png');
}
  

 #content {
  position: relative;
  width: 840px;
  margin:0px 30px 0px 30px;
  padding-top:75px;
}

 #packageinfo {
 text-align: center;
 padding-top:20px;
}

#rightcontent {
  width: 717px;
  margin-left:183px;
  min-height: 525px;
}

#bluebar {
background-color:#2b418d;
width: 896px;
height: 15px;
}

#download
{
  position: absolute;
  display: block;
  top: 400px;
  left:40px;
  width: 209px;
  height: 39px;
  background: url("images/download.png") no-repeat 0 0;
}

#bar {
  position: absolute;
  top: 50px;
  z-index: 101;
  width: 900px;
  height: 26px;
  line-height: 26px;
  background: url('images/bar.png');

}

#barsplash {
  position: absolute;
  top: 515px;
  z-index: 101;
  width: 900px;
  height: 26px;
  line-height: 26px;
  background: url('images/bar.png');
  z-index: 101;
}


#footer {
  position: absolute;
  width: 900px;
  margin:25px 0px 00px 0px;
  padding-bottom:35px;
  text-align: center;
  font-family: Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  font-size: medium;
}

img.floatLeft { 
    float: left;
    clear: left;
    margin: 6px; 
}
img.floatRight { 
    float: right;
    clear: right;
    margin: 6px; 
}