body {
  font-family: verdana;
  font-size: 11px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fff;
  color: #666;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
}
#main {
  position: absolute;
  width: 550px;
  height: auto;
  top: 115px;
  right: 0px;
  left: 200px;
  
  padding-top: 10px;
  /* border-bottom: 1px solid #ccc; */
}
#main a, #main a:visited {
  color: #333;
  text-decoration: none;
}
#main a:hover {
  text-decoration: underline;
}
#top {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 113px;
  top: 0px;
  left: 0px;
	background-image: url("../i/header_bkg.gif");
  background-repeat: repeat-x;
  /* background-color: #870018; */

}
#top .bkg {

  font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1.5px;
  background-color: #870018;
	background-image: url("../i/header_c.gif");
  background-repeat: repeat-x;
	text-align: left;
	text-indent: 15px;

	width: 60%; /* !!! */
}
#top a:link, #top a:visited {
	line-height: 1.1em;
  font-family: arial, helvetica; 
  color: #870018;
	font-weight: bold;
  font-size: 11px;
	
	display: block;
  color: #ddd;
	text-decoration: none;
}
#top a:hover {
  color: #f8f8f8;
	text-decoration: none;
}
#nav {
  font-size: 10px; 
  position: absolute;
  /* width: 166px; */
  height: auto;
  top: 115px;
  left: 10px;
	/*
	border: 2px solid #870018; 
	*/
  
	/* padding-top: 5px; */
  padding-bottom: 10px;
  
}
#nav a:link, #nav a:visited {
  color: #333;
  display: block;
  line-height: 17px;
}
#nav a:hover {
  color: #f8f8f8;
  background-color: #870018;
	text-decoration: none;
}
/*
.nav:hover {
  font-size: 9px; 
  font-weight: bold; 
  color: #fff;
}
*/
table {
  border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
td {
  font-family: verdana, arial, helvetica; 
  font-size: 10px; 
	text-align: center;
	
	padding: 0px;
	margin: 0px;
}
.content {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 640px;
  
  background-color: #fff;
}
td.a {
  /* background-color: #f8f8f8; */
  font-size: 10px;
  width: 140px;
	border-top: 1px solid #ccc;
}
td.b {

  font-size: 10px;
  width: 500px;

	text-align: justify;
	padding: 20px;
		border-top: 1px solid #ccc;
}
h1 {
	line-height: 1.1em;
  font-family: arial, helvetica; 
  color: #870018;
	font-weight: bold;
  font-size: 14px;
}
h2 {
	line-height: 1.2em;
  color: #333;
	font-weight: normal;
  font-size: 11px;
}
h3 {
	line-height: 1em;
  color: #870018;
	font-weight: bold;
  font-size: 11px;
}
.copy {
  text-align: right;
  color: #ccc;
	font-size: 9px;
	margin-top: 20px;
	margin-bottom: 20px;
	
	border-top: 1px dotted #ccc;
	/* this includes the images */
}
#specs table {
  width: 100%;
}
#specs td {
  border: 1px solid #ccc;
}
#acces td {
  border: 1px solid #ccc;
  text-align: left;
}
.tab {

  font-family: arial, helvetica;
  font-weight: bold;
  font-size: 11px;
	
  padding: 3px 30px 3px 30px;
	
	letter-spacing: .3em;
	
  background-color: #f9f9f9;
  color: #ccc;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: none;
}