/* Screen layout formats */
body
{
	background-color:#e5e5e5;
	background-image:url(tbim.jpg);
    background-position:center 5px;
    background-repeat:no-repeat;
	color:#333;
    margin:250px auto 0 auto;
    width:685px;
}

#Content
{
	float:left;
	padding:0 0 0 30px;
	width:470px;
}

#Navigation
{
	float:left;
	padding-left:2px;
    width:180px;
}

#Navigation a,
#Navigation a:visited
{
    border-bottom:1px solid #e5e5e5;
	padding:0.75em;
}

#Navigation a:hover
{
	font-weight:bold;
}

#Navigation a.Selected
{
    border-bottom:1px solid #ffc040;
    border-left:2px solid #ff8000;
}

#Map img
{
	height:290px;
	width:390px;
}

