#topnav
{
	background-image:		url( /images/bg_topnav_1.gif );
}

#main
{
	background-color:		rgb(171,199,199);
}

h1
{
	color:					rgb(255,255,204);
}

#tour
{
	clear:					left;
	display:				block;
	border:					1px solid rgb(153,153,153);
	border-left:			0px;
	background-color:		rgb(224,235,235);
}

#tour-main
{
	display:				block;
	clear:					both;
	border:					1px solid rgb(153,153,153);
	border-bottom:			0px;
	border-left:			0px;
	padding-top:			1em;
	background-color:		rgb(171,199,199);
}

#tour-list
{
	width:					300px;
	height:					260px;
	overflow:				auto;
	border:					1px solid rgb(153,153,153);
	border-left:			0px;
	background-color:		white;
}


#subsection
{

}