@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
span {
	display: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 2px 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;

}
p {
	padding: 5px 10px;
	width: 600px;
}
p.reg {
	float: right:
}
p.dir {
	width: 300px;
	float: left;
}
p.link {
	text-align: left;
}
li {
	list-style: none;
}
a img {
	border: none;
}


/* DIVS */
#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 200px;
	margin: 0;
	padding: 0;
}

#papers {
	width: 133px;
	height: 392px;
	float: left;
}
#body {
	width: 666px;
	height: 352px;
	float: left;
}
#when {
	width: 300px;
	float: left;
}
#where {
	width: 300px;
	float: left;
}
#footer {
	height: 30px;
	width: 667px;
	float: left;
}
#sponsors img {
	float: left;
}
