table {
	width : 100%;
}

td {
	vertical-align : top;
}

tr{
	text-align : center;
	vertical-align : top;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type : none;
	color : White;
	border-bottom : solid White;
	text-align : left;
	
	margin: 0px;
	padding: 5px;
}


#left {
	position: absolute;
	top: 312px;
	float: left;
	left: 24px;
	width: 162px;
	background-color : blue;
	vertical-align : top;
	text-align : left;
	/*height : 1900px;*/
	color : White;
	padding-left : 5px;
	padding-right : 0px;
	border : medium ridge Blue;
	margin-right: 10px;
}


#center {
/*	display: inline;*/
	margin-left: 220px;
	margin-right: 14px;
}

a:link, a:visited {
	color : #A0522D;
	font-style : italic;
}

li a:link {
color: white;
font-style: normal;	
display: block;
text-decoration: none;
}



li a:visited {
color: white;
font-style: italic;	
display: block;
text-decoration: none;
}


#page {
margin-right: 50px;
margin-left: 20px;
}

.producttable {
	width: 98%;
	
	background-color: yellow;
}

.producttable td {
	color: blue;
	text-align: left;
	background-color: transparent;
}
.producttable a:visited {
	color: blue;
	background-color: transparent;
}	
.producttable a:link {
	color: blue;
	background-color: transparent;
}
