body {
	margin: auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Helvetica Black", "Arial Black", Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	color: #666;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 150px 0 150px;
	font-size: 12px;
}
#2columns {
	text-align: left;
	margin: 0 auto 0 auto;
}
#columnL {
	float: left;
	font-size:11px;
	padding: 0 10px 0 10px;
	width: 420px;
}
#columnR {
	float: right;
	width:420px;
	font-size:11px;
	padding: 0 10px 0 10px;
}
#footer {
	text-align: center;
	font-size: 9px;
	padding: 10px 0 0 0;
}

.imgfloat {
	float:left;
	margin: 0 10px 25px 0;
	border: 1px solid;
	clear: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	color: #FF6699;
  font-size: 14px;
 font-style: normal;
 letter-spacing: 1px;
}

h2 {
	color: #FF6699;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1.5px;
}
h2.shop {
	color: #FF6699;
}
h2.info {
	color: #eea629;
}
ul {
  list-style:none;
}
a:link	{
color: #999;
	text-decoration: none
	
	}
a:visited {
color: #999;
	text-decoration: none
	}
a:hover {
color: #666
}
.style1 {font-size: 10px}