img, div { behavior: url(iepngfix/iepngfix.htc) }

body {
	background: #15a4a5;
	z-index: -40000;
	/* text-align: center; */
}

body, div, td, th, li {
	font: verdana;
	color: #383528;
}

body {
	margin: 0;
	padding: 0;
}

table th, div table th {
	text-align: right;
	font-weight: normal;
}

#canvas {
	position: relative;
	margin: 0;
	/* margin: 0 auto; */
	/* border: 1px solid red; */
	
}
h1#site_header {
	float: left;
}

div#winged_logo {
	border: 1px solid black;
	position: absolute;
	z-index: 50;
	width: 251px;
	height: 126px;
	border: 0;
	padding: 0;
	margin: 0;
}

img#winged_logo_top, img#winged_logo_middle, img#winged_logo_bottom {
	position: absolute;
	z-index: 50;
	border: none;
}

img#winged_logo_top {
	top: 20px;
	left: 20px;
}
img#winged_logo_middle {
	left: 79px;
	top: 106px;
}
img#winged_logo_bottom {
	top: 118px;
	left: 102px;
}

#site_nav {
	position: relative;
	z-index: 20;
	margin-top: 110px;
	left: 0;
	width: 100%;
	background: #d71e1c;
	font: 1em "arial black";
}
.site_nav_innards {
	/* border: 1px solid yellow; */
	position: relative;
	z-index: 1000;
	width: 34em;
	margin-left: 180px;
	padding-left: 20px;
	background: #d71e1c;
}
#site_nav a {
	z-index: 300;
	text-decoration: none;
}

.light_blue {
	color: #15a4a5;
}

.off_white {
	color: #E9DAA2;
}


.main_page_header {
	text-align: bottom left;
	font: 1.8em "arial black";
	margin-bottom: -11px;
	margin-left: 80px;
	position: relative;
}
#vision_header { margin-left: 200px; }
#lineup_header { margin-left: 240px; }
#venues_header { margin-left: 300px; }
#blog_header { margin-left: 400px; }
#sponsors_header { margin-left: 420px; }
#organizers_header { margin-left: 480px; }
#tickets_header { margin-left: 420px; }

.content_box {
	position: relative;
	background: #E9DAA2;
	padding: 4px 0;
	margin-bottom: 40px;
	text-align: center;
}

.content_innards {
	position: relative;
	border: 4px solid #15a4a5;
	border-width: 4px 0;
	padding: 10px;
	text-align: center;
}

.text_narrowizer {
	position: relative;
	width: 750px;
	text-align: left;
	margin: 0 auto;
}


ul#site_pulsating_badge {
	z-index: 1000;
	list-style: none;
	list-style-type: none;
	margin: none;
	padding: none;
	position: absolute;
	left: 700px;
	top: -10px;
}

ul#site_pulsating_badge li {
	margin: none;
	padding: none;
}

ul#site_pulsating_badge {
	width: 108px;
	height: 158px;
}
ul#site_pulsating_badge li {
	width: 108px;
	height: 158px;
}
ul#site_pulsating_badge li img {
	position: absolute;
}

img#site_badge_link {
	border: none;
	z-index: 100;
	position: absolute;
	right: 100px;
	top: -24px;
}


/* THE BELOVED CLEARFIX */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */