body {
	margin: 0px;
}
p {
	line-height: 120%;
}
.subheadings {
	font-weight: bold;
	color: #429F7A;
}
a {
	color: #3E3F79;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}



td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
.content {
	padding-left: 20px;
}

.top {
	background-image: url(../images/top_middle.jpg);
}
.left {
	background-image: url(../images/bg_left.gif);
}
.right {
	background-image: url(../images/bg_right.gif);
}
.bottom {
	background-image: url(../images/bottom_middle.jpg);
}
.small_txt {
	font-size: 10px;
}



#shops {
	list-style-type: none;	
	width:430px;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	border-top: 3px solid #6A6EB3;	
	border-bottom: 3px solid #6A6EB3;	
	float:left;
}
#shops li{
	padding:0px 0 15px 0;
	margin:0;
}
#shops li h2{
	padding:0;
	margin:0;
	line-height:17px;	
	font-weight:bold;
	text-transform:uppercase;
}
#shops p{
	line-height:.2em;
}
.clear{
  clear: both;
	height:0;
}
#shops li.clear{
  clear: left;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 3px;
	background-color:#7FD4E0;
	margin:0;
	padding:0;
	visibility:visible;	
}
.submit{
	position:relative;
	margin:0 0 0 12px;
	padding:0;
	vertical-align:top;
	top:0px;
}
