/* CSS Document- style_ie6.css */
body {
	
	background-color:#333333;
	margin:0;
	border:0;
	padding:0;
	font-family:arial, verdana, sans-serif;
	font-size:0.9em;
	background-color: #993300;
	
	
	
}
#content {
	background-image: url(images/back/content-bk.jpg);
	padding: 20px 50px 20px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-repeat: repeat-y;
	margin-left: 26%;
	width: 525px;
	height: auto;
	border: 1px solid #993333;
}
#nav {
	background-attachment: fixed;
}
#buy a 
	{background: url("images/back/buy-button.gif") 0 0 no-repeat;
	display:block;
	width:120px;
	color:#c60;
	text-decoration: none;
	height: 160px;
}
#buy a:hover 
{
background-position: -120px 0pt;
color: #e9be75;
}
#buy a:active {
	background-position: -120px 0;
	color:#FFFFFF;
}
#buy {
	background-image: url(images/back/buy-button.gif);
	height: 160px;
	float: left;
	width: 120px;
	margin-left: 70px;
	display: block;
}
