/* hack for IE5+(Win) */
html, body, #page {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/* hack for Moz/Netscape */

html>body #page {
	height: auto;
}
/*div {	border:1px solid #f00;
}div div {	border:1px solid #0f0;
}div div div{	border:1px solid #00f;
}*/
body {
	margin:0;
	padding:0;
	background:url(images/tile.gif) center center #e5e6fd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	}

h1,h2,h3,h4,h5,h6 {
	color:#ec2b59;
	}
dl, dt, dd {
	margin:0;
	padding:0;
	}
dt {
	/*width:7em;
	float:left;*/
	font-weight:bold;
	}
dd {
	/*margin-left:8em;*/
	padding-bottom:1em;
	}
	
#page {
	background:url(images/page_bottom.jpg) no-repeat center bottom #fff;
	position:relative;top:0;
	width:800px;
	margin:0 auto 10px auto;
	border-left:3px solid #363;
	border-right:3px solid #363;
	}
	
#header {
	width:760px;
	height:239px;
	background:url(images/header-1.jpg) no-repeat top left #fff;
	position:relative;top:0;left:0;
	padding:10px 20px;
	}

#content {
	width:auto;
	min-height:400px;
	}
*html #content {height:400px;}
#main {
	padding:0 15px 50px 190px;
	}

.inset {
	float:left;
	margin:0 1em 1em 0;
	}
#two .inset {
	float:right;
	margin:0 0 1em 1em;
	}
	
address {
	font-style:normal;
	}

#nav ul{
	float:left;
	width:180px;
	margin:0;
	padding:0;
	list-style-type:none;
	}
#nav img {
	border:none;
	}


	
#footer {
	background:url(images/footer.png) no-repeat center top;
	width:800px;
	height:auto;
	font-size:.8em;
	text-align:center;
	position:absolute;bottom:0;
	padding:5px 0;
	}
	

legend {
	color:#000;
	font-weight:bold;
}
label {
	display:block;
}
fieldset input, fieldset textarea {
	display:block;
	width:75%;
}
input {
	margin-bottom:15px;
}
fieldset {
	padding:15px;
}

.sponsor {
	list-style-type:none;
	}
.sponsor li {
	padding-bottom:1em;
	}

#two #header {
	background:url(images/header-2.jpg) no-repeat top left #fff;
	}
#three #header {
	background:url(images/header-3.jpg) no-repeat top left #fff;
	}
#schedule h3, .time, .title, .presenter {
	text-align:center;
	}
.title, .presenter {
	margin-top:-1em;
	}
.title {
	font-weight:bold;
	}