@charset "utf-8";

div#main	{
	margin: 0px 14px 0px 2px;
	width:	680px;
	height:	auto;
	float:	left;
}

div#side	{
	width:	180px;
	height:	auto;
	float:	right;
}

div#assembly,
div#committee,
div#stream	{
	margin:	0px auto 16px;
	width:	680px;
	height:	auto;
}

div#assembly h2	{
	width:		680px;
	height:		24px;
	background:	url(./images/ct_assembly.jpg) no-repeat 0px 0px;
	text-indent:	-9999px;
}

div#committee h2	{
	width:		680px;
	height:		24px;
	background:	url(./images/ct_committee.jpg) no-repeat 0px 0px;
	text-indent:	-9999px;
}

div#stream h2	{
	width:		680px;
	height:		24px;
	background:	url(./images/ct_stream.jpg) no-repeat 0px 0px;
	text-indent:	-9999px;
}

div#contents	{
	margin:	6px 18px 6px 78px;
	width:	580px;
	height:	auto;
}

div#main p	{
	margin:	0px 0px 20px 30px;
	font:	normal normal normal small /1.4em sans-serif;
}

div#assembly p#link a:link,
div#assembly p#link a:visited,
div#committee p#link a:link,
div#committee p#link a:visited	{
	text-align:		center;
	text-indent:	-9999px;
	margin:			0px auto 4px;
	display:		block;
	width:			180px;
	height:			48px;
	background:		rgb(204,204,204) url(./images/menu_assembly.jpg) no-repeat 0px 0px;
}

div#assembly p#link a:hover,
div#assembly p#link a:active,
div#committee p#link a:hover,
div#committee p#link a:active	{
	background:	rgb(140,140,140) url(./images/menu_assembly.jpg) no-repeat -180px 0px;
}

div#stream p#link a:link,
div#stream p#link a:visited	{
	text-align:		center;
	text-indent:	-9999px;
	margin:			0px auto 4px;
	display:		block;
	width:			210px;
	height:			40px;
	background:		rgb(204,204,204) url(./images/menu_stream.jpg) no-repeat 0px 0px;
}

div#stream p#link a:hover,
div#stream p#link a:active	{
	background:	rgb(140,140,140) url(./images/menu_stream.jpg) no-repeat -210px 0px;
}
