body 
{
	background-color: #000000;
	width: 800px;
	font-family: Arial;
	font-size: 14px;
	margin-left:auto;
	margin-right: auto;
}

.masterTop
{
	/*border-top: solid 2px #f5f5f5;
	border-left: solid 2px #f5f5f5;
	border-right: solid 2px #f5f5f5;*/
}

.masterMid
{
	/*border-left: solid 2px #f5f5f5;
	border-right: solid 2px #f5f5f5;*/
}
.masterBot
{
	/*border-left: solid 2px #f5f5f5;
	border-right: solid 2px #f5f5f5;
	border-bottom: solid 2px #f5f5f5;*/
}

.content
{
  color: White;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.tables
{
	text-align:left;
	color: White;
	width: 750px;
}
.textBox
{
	border: solid 1px red;
	background-color: #cccccc;	
}
.wheels
{
	height: 150px;
	width: 150px;
}

.footer
{
  text-align: center;	
  padding-bottom: 20px;
  padding-top: 80px;
  color: White;
  font-size: 12px;
}
.footer A
{	
	color: White;
	font-size: 12px;
	text-decoration: underline;
}

.mgmtBtns
{
	color: White;
	padding: 1px 3px 1px 3px;	
}

.gallImgs
{
	width: 15%;
	height: 15%;
}

.wheelDesc
{
	color: Black;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}
.wheelDesc A
{
	color: Red;
	font-family: Times New Roman;
	font-weight: normal;
}
.wheelDesc A:Visited
{
	color: Red;
	font-family: Times New Roman;
	font-weight: normal;
}
.wheelDesc A:Hover
{
	color: Red;
	font-family: Times New Roman;
	font-weight: normal;
}
.wheelDesc: A:Active
{
	color: Red;
	font-family: Times New Roman;
	font-weight: normal;
}