BODY{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background: #483;
	color: #222;
}

.mainframe{
	background: #fff;
  background-image: url("pics/brown.jpg");
	margin: 20px;
	padding: 5px 10px 5px 10px;
	width: 92%;
	border-width: 1px;
	border-style: solid;
}

.titlebar{
	font-size: 18px;
	color: #696;
	font-weight: bold;
	padding: 10px;
	margin: 20px;
	text-align: center;
}

.productSection{
	border-width: 1px;
	border-style: dashed;
	border-color: #ccc;
	background: #dfd;
  background-image: url("pics/browngreen.jpg");
	margin: 5px;
	padding: 10px;
}

.productPic{
  float: left;
  margin: 5px;
  border: 0;
}

.product{
	float: left;
	font-size: 88%;
	width: 200px;
	background: #fff;
  background-image: url("pics/brown.jpg");
	margin: 5px;
	padding: 5px;
	border-width: 1px;
	border-style: dashed;
	border-color: #eee;
  text-decoration: none;
}

.productTitle{
	font-size: 120%;
	font-weight: bold;
}

.linkBar{
  float: right;
	font-size: 80%;
	font-weight: bold;
}

.less1{
	font-size: 90%;
}

.scaryword1{
	font-family: courier, fixed, system, console;
	font-size: 120%;
	font-weight: bold;
	color: #421;
}

.scaryword2{
	font-size: 130%;
	font-weight: bold;
	color: #621;
}


.extra1{
	font-size: 110%;
}

.extra2{
	font-size: 130%;
	font-weight: bold;
}


.extra3{
	font-size: 150%;
	font-weight: bold;
}

A:link{
	font-weight: bold;
	color: #636;
}

A:visited{
	font-weight: bold;
	color: #636;
}

P{
	text-indent: 15px;
}

.tiny{
	text-align: left;
	font-size: 10px;
}

.plaino{
	text-align: left;
}

.centered{
	text-align: center;
}


.space{
	padding: 10px;

}



