@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #D6D6D6;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	margin-top: 23px;
	background-image: url(../images/bg_gradientGray.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}
.twoColFixRtHdr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixRtHdr #mainContent {
	margin: 0 150px 0 0;
	padding: 0 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0;
	background:#fff;
	border-top: 2px solid #FFDD00;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #093C98;
}
h1 {
	margin-top: 0;
}

/* header */
#air-show-perfomers-attractions-animation {
	float:right;
	width: 227px;
}
#event-name {
	border-top: 23px solid #002267;
	background: #3363BC url(../images/bg-header-gradient.jpg) repeat-y;
}
#tickets {
	padding: 8px 18px;
	color: #093C98;
	line-height: 0;
	text-decoration:none;
	font-weight: bold;
}
#tickets h1{
	font-size: 14px;
	margin: 0px;
}
#tickets p{
	padding-top: 8px;
	font-size: 11px;
	margin: 0px;
}
#tickets a{
	text-decoration:none;
}
#menu {
	background-color: #002267;
	border-top: 2px solid #FFDD00;
	border-bottom: 2px solid #FFDD00;
	clear:both;
	height:21px;
	font-size: 10px;
	padding:  0px 0px 0px 23px;
	text-transform:uppercase;
	height: 29px;
}
#menu a:link, #menu a:visited {
	/*color: #fff;*/
	text-decoration:none;
	padding: 0 9px;
}
#logo {
	padding: 6px 0 6px 18px;
}
#event-date-location {
	padding-left: 125px;
	padding-bottom: 25px;
}

/* footer */
#footer p{
	background: #D6D6D6;
	font-size: 11px;
	text-align: center;
}

