A:visited {color: #047F3E;}
A:link {color: #047F3E;}

.margin
	{
	margin-left: 20px;
	}

ul
	{
	list-style-type:circle;
	}

hr
	{
	color: #047F3E;
	}
	
body
	{
	border-style: none;
	border-width: 10px;
	border-color: #047F3E;
	background-image:  url(../../images/boxback.jpg);
	background-repeat: repeat-y repeat-x;
	background-position: left
	}

DIV.header
	{
	position: absolute;
	background: transparent;
	color: #000000;
	border-style: double;
	border-color: #047F3E;
	top: 5px;
	width: 680px;
	height: 40px;
	left: 10px;
	text-align: center;
	font-size: large;
	font-weight: bold;
	}
	
DIV.photo
	{
	position: absolute;
 	background: transparent;
	color: #000000;
	border: none;
	padding-top: 10;
 	width: 320px;
	height: 320px;
	top: 50px;
	left: 5px;
	text-align: center;
	}

DIV.shortDesc
	{
	position: absolute;
 	background: transparent;
	color: #000000;
	border: none;
	padding-left: 10px;
	padding-right: 20px;
 	width: 370px;
	height: 20px;
	top: 50px;
	left: 330;
	font-weight: bold;
	}
	
DIV.desc
	{
	position: absolute;
 	background: transparent;
	color: #000000;
	border: none;
	padding-left: 0px;
	padding-right: 20px;
 	width: 365px;
	height: 250px;
	top: 85px;
	left: 330;
	Scrollbar-Face-Color: #C8DBC5;
	Scrollbar-Arrow-Color: #035529;
	Scrollbar-Base-Color: #B9E4CD;
	Scrollbar-Shadow-Color: #035529;
	Scrollbar-Darkshadow-Color: #FFFFF;
	Scrollbar-3Dlight-Color: #C8DBC5;
	Scrollbar-Track-Color: #9BAE98;
	overflow: auto;
	word-wrap: break-word;
	}
	
DIV.price
	{
	position: absolute;
 	background: transparent;
	color: #000000;
	border: none;
	padding-left: 10px;
 	width: 370px;
	height: 20px;
	top: 350px;
	left: 330;
	font-weight: bold;
	}

DIV.bottom
	{
	position: absolute;
	bottom: 5px;
	}

DIV.fix
	{
	}