a
{
	color: #53422F;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
body
{
	background-color:#E2E2E2;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	line-height:130%;
}
#container
{
	margin-left: auto;	
	margin-right: auto;	
	margin-top: 0;
	width: 800px; 
}
#center
{
	background-color:white; 
	text-align: center;
}
#foot
{
	clear: both;
	font-size: 9px;
}

.inputText
{
	font-size: 12px;
	font-family: arial;
	color: gray;
	border: 1px solid gray;
	width: 400px;
}
.submitButton
{
	font-family: arial;
	font-size: 12px;
	color: white;
	background-color: gray;
	border: 1px solid gray;
}
.categoryBox
{
	text-align: right;
	margin: 10px;
	float: left;
	width: 130px;
	height: 300px;
	border-bottom: 1px solid brown;
	background: #F2F2F2;
}
.header
{
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
	text-align: left;
	color: brown;
	}

.headerCenter
{
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
	text-align: left;
	color: brown;
	}
ul
{
   list-style: none;
   margin: 1px; 
   padding: 5px;

}
#navigation{
	text-align: right;
	margin: 0; 
}
.mainTable{
	width: 100%;
	border: 1px solid brown;
}
.categoryRow{
	margin: 15px;
}
.categoryRowName{
	float: right;
	text-align: left;
	width: 50%;
	border-left: 1px solid gray;
	padding: 1em;
}

.categoryRowName a{
	color: brown;	
}
.categoryRowHeader{
	font-size: 18px;
	padding: 2px;
	background-color: #825E37; 
	color: white;
}

#categoryHeader{
	font-size: 24px; 
}
#navigationHeader{
	text-align: left;
	padding-top: 1em;
}
.catTable
{
	width: 100%;
	border: 1px solid black;
}
.catRowE
{
background: #F0E68C;

}
.catRowO
{

}
.catHeadRow
{
	background-color: #825E37; 
	color: white;
	font-weight: bold;
	text-align: center;
}
.catHeadRow a
{
	color: white;
	text-decoration: underline;
}
.linktd
{
	width: 80px;
}
.linktd a
{
	font-size: 10px;
	text-decoration: underline; 
}
.userReview
{
padding: 15px;
background: linen;
margin: 5px;
border: 1px solid brown;
}
