/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	background: url(images/PartyBus_bg.jpg) #680000 no-repeat;
}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 900px;
	position: relative;/*set for the positioning of the nav*/
}

#nav {
	margin: 0 auto;
	height: 21px;
	text-align:right;
}

/******* Begins content layout ***********/

#contentwrapper {
	margin: 200px 0 0 0;
	padding: 0 0 0 0;
	width: 900px;
	background: url(images/partyBus_content_bg.jpg) repeat-y;
}

#contentwrapper-inside {
	margin: 0 auto;
	width: 850px;
}

#leftcontent {
	float: left;
	width: 335px;
	padding: 5px;
	background: transparent;
	
}


#rightcontent {
	float: right;
	width: 465px;
	margin:5px;
	display: inline;
	background: url(images/partyBus_rte_bg.jpg) repeat-y;
}


h1 {
	font-size: 1.2em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #680000;
	Text-align: left;
	padding: 5px;
}

p { 
	font-size: 90%;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	color: #666;
}

.imgPad { /* gives v space and  h space to fleet images */
	padding: 10px 5px 10px 5px;
}


/*end floats on fleet images */

.smalltext {
	font-size: 75%
}



.clearfloat {
	clear: both;
	height: 1px;
}


/***** footers *****/

#footer {
	/*height: 34px;*/
	clear: both;
	background-color: #680000;
	height: 52px;
	color: #FFF;
}

#footer.creditcards {
	float: right;
	text-align: right;
}

#footer p {
	font-size: 0.8em;
	text-align: center;
	padding: 4px 23px 25px 0;
	color: #FFF;
	margin: 0 13px;
	
}

/* links on bottom and the email
link that shows where to mail */
.bottomlinks, .email {
	color: #FFF;
	text-align: center;
	padding-bottom: 10px;
}

.bottomlinks {
	font-size:0.8em;
	font-variant: small-caps;
}

.bottomlinks a, .email a {
	text-decoration: underline;
	color: #fff;
}

.bottomlinks a:visited, .email a:visited {
	text-decoration: none;
	color: #000;
}

.bottomlinks a:hover, .email a:hover {
	text-decoration: none;
	color: #CCC;
}




/***** Ends the footers ********/


