body
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-color: #2d2522;
}
#site
{
	width: 960px;
	background-image: url(images/sitebg.png);
	background-repeat: repeat-y;
}
#menu
{
	padding-top: 3px;
}
#head
{
	width: 960px;
	height: 220px;
	background-repeat: no-repeat;
}
.menuCell
{
	padding: 10px 17px 10px 17px;
	font-family: Arial;
	font-size: 16px;
	color: #fff;
}
.menuCell a
{
	color: #fff;
	text-decoration: none;
}
.menuCell a:hover
{
	color: #ff0;
}
#mainOuter
{
	text-align: left;
}
#foot
{
	width: 960px;
	height: 60px;
	background-repeat: no-repeat;
}
#contentTable
{
	width: 100%;
}
#contentCell
{
	text-align: left;
	padding-left: 30px;
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 14px;
	font-family: Arial;
	color: #fff;
}
#contentCell a
{
	color: #9ef;
	text-decoration: none;
}
#contentCell a:hover
{
	color: #ff0;
}
#personCell
{
	text-align: right;
	vertical-align: top;
}
.subMenuCell
{
	padding: 10px 17px 10px 17px;
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-align: center;
	height: 13px;
}
.subMenuCell a
{
	color: #fff;
	text-decoration: none;
}
.subMenuCell a:hover
{
	color: #ff0;
}
#contentCellSolo
{
	text-align: left;
	padding-left: 25px;
	padding-right: 35px;
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 14px;
	font-family: Arial;
	color: #fff;
}
#contentCellSolo a
{
	color: #9ef;
	text-decoration: none;
}
#contentCellSolo a:hover
{
	color: #ff0;
}
.Product250
{
	width: 250px;
	height: 250px;
	border: solid 1px white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
}
