html, body
{
	padding:				0px;
	margin:					0px;
	
	background:				#ddd url('./images/hoek2.jpg') no-repeat bottom left fixed;
	
	font-family:			verdana,helvetica,sans-serif;
	font-size:				.9em;
}

div#header
{
	padding:				64px 50px 0px 50px;
	
	background:				#000 url('./images/logoSite2.png') no-repeat 15px 3px;
}

div#header div#border
{
	background-image:		url('./images/border.png');
	width:					200px;
	float:					left;
	height:					29px;
	margin-top:				1px;
}

div#menu
{
	padding-left:			199px;
}

div#header li
{
	display:				inline-block;
	height:					29px;
	padding:				auto;
	margin:					auto;
	
	background-color:		#c0c0c0;
	list-style-type:		none;
	text-align:				center;
	
	/* IE hack */
	zoom:					1;
	*display:				inline;
	_height:				29px;
}

div#header li a
{
	display:				block;
	text-align:				center;
	font-weight:			bold;
	padding:				6px 1em 6px 1em;
	color:					black
}

div#header li a:hover
{
	text-decoration:		none;
}

div#header ul
{
	display:				block;
	padding:				0px;
	margin:					0px 0px 0px 0px;
	border-top:				1px solid white;
	border-right:			1px solid white;
	text-align:				right;
	/*width:					100%;*/
	background-color:		#666;
}

div#container
{
	padding:				0px 50px 50px 50px;
	margin:					0px;
}

div#outercontent
{
	float:					left;
	width:					100%;
	margin-right:			-310px;
	padding:				2em 0px 2em 0px;
	border-left:			1px solid #fff;
	border-bottom:			1px solid #fff;
	border-right:			1px solid #fff;
	background:				#c0c0c0 url('./images/graybar.png') repeat-y;
	background-repeat:		repeat-y;
	min-height:				450px;
}

div#outercontent a
{
	text-color:				#000;
}

div#content
{
	margin:					0px 310px 0px 175px;
}

div#sponsors
{
	float:					right;
	width:					200px;
	border:					1px solid red;
	margin:					2em 50px 2em 50px;
	padding:				1em 0px;
	border:					1px solid #000;
	background-color:		#fff;
}

div#sponsors ul
{
	margin:					0px;
	padding:				0px;
	width:					100%;
	text-align:				center;
}

div#sponsors li
{
	list-style-type:		none;
	padding-top:			2em;
}

div#sponsors ul:firstchild
{
	padding-top:			0px;
}

div#sponsors img
{
	border:					0px;
}

table.agenda
{
	border:					1px solid black;
}

table.agenda thead
{
	font-weight:			bold;
	border-bottom:			1px solid black;
}

table.agenda td.time
{
	padding-right:			1em;
	padding-left:			1em;
	border-right:			1px solid black;
}

a
{
	color:					black;
	text-decoration:		underline;
}

a.anchor
{
	text-decoration:		none;
}

div#footer
{
	clear:					both;
	font-size:				.8em;
	text-align:				center;
	padding:				.8em 0px;
}

div#footer a
{
	text-decoration:		underline;
	color:					black;
}

label
{
	width:					14em;
	float:					left;
	text-align:				right;
	display:				block;
	margin-right:			.5em;
	font-weight:			bold;
}

input.text
{
	width:					20em;
}

input.submit
{
	margin-left:			14.5em;
}