body	{
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	text-align:		center;
	min-width:		800px;
}

#wrapper{
	margin-left:	auto;
	margin-right:	auto;
	text-align:		left;
	width:			800px;
}

/* --- HEADER --- */
#header	{
	font-weight:	bold;
	text-align:		center;
	width:			780px;
}

#header p	{
	color:			#000000;
	font-size:		14px;
	font-weight:	normal;
}

#header h3.agenda	{
	color:		#999999;
	font-size:	20px;
}

#header h3.forumNumber	{
	color:		#FF6600;
	font-size:	16px;
}

#header h3.forumName	{
	color:		#3366CC;
	font-size:	16px;
}

/* --- AGENDA --- */
#agenda	{
	font-weight:bold;
	text-align:	center;
	width:		800px;
}

#agenda div.date	{
	height:	auto;
	width: 100%;
}

#agenda div.time	{
	float:	left;
	height:	auto;
	width:	200px;
}

#agenda div.activity	{
	height:		auto;
	margin-left:200px;
	text-align:	left;
	width:		600px;
}
	




