/* Basic Elements Styles */
body {
	font: 10pt/12pt arial,helvetica,sans-serif;
	color: #000;
	background: #fff;
}
/* List Styles */

ul.ckbox{
list-style-type: none;
list-style-position: outside;
}

li.ckbox {
	font: 10pt/12pt arial,helvetica,sans-serif;
	background-image: url(http://www.burningman.com/sections/all/ckbox.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 2em;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 5px 0px;
}

li.dont {
	font: 10pt/12pt arial,helvetica,sans-serif;
	background-image: url(http://www.burningman.com/sections/all/li_dont.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 2em;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 5px 0px;
}
/* Main Container for entire page */
#container {
	width: auto;
}

/* Page Header Styles */
#page_header {
	float: none !important;
}
#logo  {
	float: none !important;
}
#globalnav {
	display: none;
}

#search_area {
	display: none;
}

/* Main 2 column body area */
#main {
	width: auto;
}

/* Main Column 1 Styles */
#column1 {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
}
#sectional_art {
	display: none;
}
#content  { 
	width: auto;
	margin: 0in 0.9in 0in 0in; 
}
/* Right Column */
#column2 {
	display: none;
}
#backToTop  { 
	display: none;
}



