* {
border: 0;
margin: 0;
padding: 0;
}
div#sshop {
   width: 97%;
	z-index: 2;
	text-align: center;
}
div#sshop1 {
		border: 8px ridge #4A52F7;
		width: 372px;
		height: 65px;
		margin-left:auto;
      margin-right:auto;
		background: url(../images/sshop.gif) no-repeat;
}
div#sshop2 {
		border: 8px ridge #E9DE3F;
		width: 97%;
		max-width: 900px;
		height: 600px;
		margin-left:auto;
      margin-right:auto;
		background: url(../images/sshopbg.png) repeat-x center;
}
div#sshop2 h1{
text-align: center;  font-size: 1.6em; line-height: 1em;
 text-decoration: underline;
}
div#sshop2 h2{
text-align: center;  font-size: 1.2em; line-height: 1em; text-decoration: underline;
}
div#sshop2 h3{
text-align: center;  font-size: 1em; line-height: 1em;
}
div#sshop3 {
	border: 3px ridge #E9DE3F;
	width: 46%;
   float:right;
}
div#sshop p {
text-align: center; }

div#sshop2:hover {
 background-color: #1B6F28;
 color: #E9DE3F;
 }
div#sshop3:hover {
 background-color: #1B6F28;
 color: #E9DE3F;
 }
 