/* wrapper and area classes for overall layout */

* {
	font-family: Arial; 
	font-size: 10pt;
	color: #000000;
}

body {
	text-align: left;
	background-color: #FFFFFF;
	width: 6.5in;
}

#wrapper {
	border: 0px solid black;
	width: 6.5in;
	text-align: left;
}

#wrapper-header-right,
#wrapper-left,
#wrapper-right,
#wrapper-bottom {
	display: none;
}

#wrapper-footer {
	width: 6.5in;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #000000;
}

#site-for {
	width: 395px;
	float: left;
	text-align: left;
}

#site-for p {
	margin: 0px;
	padding: 0px;
}

#site-by-locus {
	width: 200px;
	float: right;
	text-align: right;
}

#site-by-locus a {
	display: none;
}

.site-for-print-view {
	display: inline;
}

/* END wrapper and area classes for overall layout */

#logo {
	width: 315px;
	height: auto;
}

#content-flash-image {
	display: none;
}

#pod-featured-product {
	min-height: 175px;
}

#pod-featured-product img {
	float: right;
}

h1 {
	font-size: 12pt;
}

h4 {
	margin: 0px;
	padding: 0px;
}



