@charset "UTF-8";
/* CSS Document */

h2	{
	font-size: 120%;
	display: block;
	padding: 20px 50px;
	text-align: right;
	color: black;
}

a	{
	font-size: 95%;
	color: #6F3121
}

a:hover	{
	color: #9d8e67;
}


td	{
	padding: 0 5px;
}

#container	{
	position: relative;
}

table.topicalguide	{
	position: relative;
	color: #9d8e67;
	left: 0;
	top: 27px;
	padding-bottom: 40px;
	z-index: 2
}

#footer	{
	position: relative;
	top: 75px;
}

h1	{
	font-size: 160%;
}

#innerContainer	{
	background: transparent url(../images/brbkg.jpg) repeat-y;
	background-position: -140px 0;
	position: relative;
	left: -30px;
	top: 27px;
	margin-bottom: 10px;
}

#menu ul	{
	position: relative;
	top: 125px;
	left: 200px;
	z-index: 5;
}