




body	{
	margin: 0px;
	background-color: #676767;

		}



td, tr, div {
	font-family: arial,sans-serif;  
	color: black ; 
	font-size: 12px;


}

a:link, a:active, a:visited {
	color: #A2000B ; 
   	text-decoration: none;
 
  }

a:hover {
	color: #A2000B ; 
 	text-decoration: underline;

  }

a.link:link, a.link:active, a.link:visited, a.link:hover {
	color: #222222 ; 
   	text-decoration: none;
 
  }


input, textarea {
font-family: arial, tahoma, sans-serif;
font-size: 11px;
border: 2px inset;
}


.main {
	background-color:#FFFFFF;
	border:2px solid #3E3E3E;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}

.item {
	width: 165px;
	background-color:white;
	border:1px solid #737373;
	padding:4px;
}

.price {
	font-weight:bold;
	color: #900004;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #900004;
}

a.items:link, a.items:active, a.items:visited {
	color: black ; 
   	text-decoration: none;

  }

a.items:hover {
	color: #900004 ; 
 	text-decoration: none;   }

.navbg {
	background-image:url(images/navbg.gif);
	background-repeat:repeat-y;
	padding:5px;
	padding-left:10px;

}

img {
	border: none;
}


