body {
	font-family : 'arial', 'helvetica';
}

img {
	border: 0px;
	clear: none;
}

h3 {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	clear: left;
}

a {
	white-space: nowrap;
	color: #f68712;
	text-decoration: none;
}
a:hover {
	color: #db7609;
	text-decoration: none;
}


div {
	width : 1012px;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
}

#header {
}
#menu {
	position: relative;
	top: -30px;
	/*height: 30px;*/
}
#content {
	width: 972px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: visible;
	clear: both;
	float: left;
	/*display: block;*/
}
.content_cnt {
	clear: none;
	float: left;
	width: 470px;
	display: block;
	overflow: hidden;
}
.shoplink {
	margin-top: 20px;
	width: 99%;
	text-align: right;
}

#footer {
	width: 985px;
	background-color: #f68712;
	height: 20px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: white;
	font-weight: bold;
	padding: 11px;
	text-align: center;
	clear: both;
	float: left;
}




