body { 
	margin: 0px 25px 0px 25px;
	background: url("../images/bg1.gif") #ca3932 0% 0% repeat-x;
	height: 100%
}

#wrapper {
	width: 800px;
	background-color: #fff;
	border-left: 2px solid #000;
	border-right: 2px solid #000;

}

#header {
	height: 105px;
	background: url("../images/header2.png") #000 100% 0% no-repeat;
}

#topbars {
	height: 18px;
	background: url("../images/hbars_fill2.gif") #000 0% 0% repeat-x;
	color:#FFFFFF;
	font-size: 10px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
}

#content {
	font: 12px "Arial", "Heveltica", "Times New Roman", sans-serif;
	color: #ef3e33;
	height: 100%;
}

#nav {
	float: left;
	padding: 3px;
	background: url("../images/navseparation.png") #fff467 0% 0% repeat-x;
	height: 100%;
	color: #000;
}

#nav ul { margin: 0; width: 120px; }

#nav ul li {
	list-style: none;
	padding: 3px;

}

#nav ul li a:link, #nav ul li a:visited {
	display: block;
	border: 1px solid #000;
	background: url("../images/buttons.png") no-repeat;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-top: 6px;
	padding-left: 27px;
	height: 19px;
	text-decoration: none;
}

#nav ul li a:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#body {
	margin-left: 165px;
	width: 628px;
	padding: 3px;
	background-color: #fff;
}

#footer {
	clear: both;
	background-color: #fff467;
	font-size: 10px;
	text-align: center;
}

/*All Pages*/
input {
	background: url("../images/form_bg.gif") #000 0% 0% repeat-x;
	font: bold 12px "Arial", "Heveltica", "Times New Roman", sans-serif;
	color: #fff;
}

#bundle {border: 2px solid #000;
		 color:#ef3e33;}
#bundle td.top {
	background: url("../images/bundle_headfill.gif") #DB4A34 0% 0% repeat-x;
	height: 21px;
	border-bottom: 2px solid #000;
	text-align: center;
	font: bold 14px "Verdana", "Arial", "Heveltica", "Times New Roman", sans-serif;
}
#bundle td.bot {
	background: url("../images/mascot_trans.gif") #fff 50% 50% fixed no-repeat;
	font: 12px "Arial", "Heveltica", "Times New Roman", sans-serif;
	padding: 2px;
	color: #DB4A34;
}
#bundle td td {
		font: 12px "Arial", "Heveltica", "Times New Roman", sans-serif;
		border-top: 2px solid #ef3e33;
		color: #DB4A34;
}
#bundle td td a { font-weight: bold; }
/*Map Page*/
#maps tr td {
	text-align: center;
	font: bold 12px "Arial", "Heveltica", "Times New Roman", sans-serif;
	color: #DB4A34;
}