﻿/* index.css -- index.htm */
#left-content { /* wrapper for About Us and Navigation (Inventory) divs */
	position: relative;
	float: left;
	width: 215px;
	height: 120px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

#right-content { /* div for Special Sale table */
	position: relative;
	float:left;
	width: 700px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 60px;
	margin-left: 50px;
}

.tblTopRow {
	text-align: center;
	background-color: #F7F7F7;
}

.tblImageRow {
	text-align: center;
	background-color: #F7F7F7;
	height: 160px;
	
}

.tblDescRow {
	
	background-color: #F7F7F7;
	text-align: center;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	padding-left: 25px;
	padding-right: 25px;
}


