body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #4e4e4e;
	text-decoration: none;
}

h1 {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: .9;
	color: #4e4f4d;
	text-decoration: none;
}

#container
{
width: 670px;
padding: 10px;
border: 1px solid #fff;
background: #fff;
}

#tabnav
{
height: 20px;
margin: 0;
padding-left: 10px;
background: url(images/tourline.png) repeat-x bottom;
}

#tabnav li
{
margin: 0; 
padding: 0;
  display: inline;
  list-style-type: none;
  }

#tabnav a:link, #tabnav a:visited
{
float: left;
background: #ffbc7b;
font-size: 10px;
line-height: 14px;
font-weight: bold;
padding: 2px 10px 2px 10px;
margin-right: 4px;
border: 1px solid #e3481f;
text-decoration: none;
color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active
{
border-bottom: 1px solid #fff;
background: #fff;
color: #000;
}

#tabnav a:hover
{
background: #fff;
}


