body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 20px;
}

#container {
	width: 100%;
}

#index #container {
	width: 1300px;
}

#col1 {
	float: left;
	width:791px;
}


#header {
	width:781px;
	height: 320px;
	background-image: url(images/fast_trash_logo_whole.gif);
	background-repeat: no-repeat;
	padding: 0;
	border-right: 1px solid silver;
}

#info {
	width: 250px;
	line-height:1.4em;
	border-right: 1px solid silver;
	height: 100%;
	padding: 0 0 0 10px;
	margin: 0 0 0 0; 
}

#content {
	padding-left: 10px;
	margin: 0;
}

#menu {
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}

.text {
	display: block;
	width: 485px;
	min-height: 350px;
	float: left;
	font-family: Arial;
	font-size: 15px;
	line-height: 1.3em;
	padding: 0 15px 30px 20px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}


#col2 {
	float: left;
	margin: 320px 0 0 10px;
	padding: 0;
}

.illustration {
	float: left;
	font-size: 13pt;
	margin: 0 20px 0 10px;
	position: relative;
}

/* --------- LISTS --------- */

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	padding-bottom: 3px;
}

#menu li {
	font-weight: bold;
	padding-bottom: 5px;
}

ul.organized {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

ul.credits li {
	padding-bottom: 10px;
}

#participants li {
	padding-bottom: 10px;
}

#press li {
	padding-bottom: 15px;
}

/* ---------- HEADINGS ---------- */

h1 {
	display:none;
}

h2 {
	font-size: 15px;
	margin-top: 0;
	padding-top: 0;
	line-height: 1.2em;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h6 {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* ---------- LINKS ---------- */

a:link, a:active, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	border-bottom: 1px solid blue;
	text-decoration: none;
}

#menu a:link, #menu a:active, #menu a:visited {
	color: black;
	border-bottom: none;
	text-decoration: none;
}

#menu a:hover {
	border-bottom: 1px solid black;
}

body#index div.text a:visited {
	color: blue;
}

.organized ul a:link, .organized ul a:active, .organized ul a:visited, .organized ul a:hover {
	color: blue;
	text-decoration: none;
	border-bottom: 0;
}

p#info ul a:link, p#info a:active, p#info a:visited, p#info a:hover {
	color: blue;
	text-decoration: none;
	border-bottom: 0;
}

/* ---------- CHARACTER STYLES ---------- */

.caption {
	font-size: 8pt;
	margin-top: 4px;
	padding-top: 0;
}

/*.credit {
	font-size: 7pt;
	text-transform: uppercase;
}*/

.title {
	font-style: italic;
}

.first {
	margin-top: 0;
}

p.subtitle {
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
}

p.event {
	margin: 0 0 10px 0;
	padding: 0;
}

p.event_lastp {
	margin: 0 0 25px 0;
	padding: 0;
}