@charset "utf-8";
body  {
	margin: 0; /* 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 */
	color: #454545;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixRt #container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}

.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;
}
#Menu {
	font-family: Tahoma, sans-serif;
	font-size: 0.9em;
	text-align: right;
	font-weight: normal;
}
#Content {
	font-family: Tahoma, sans-serif;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0px;
	padding-top: 15px;
}
h1 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	padding-top: 10px;
}
#RightCol {
	float: right;
	width: 250px;
	padding-top: 25px;
}
#textColumn {
	clear: both;
	padding-top: 15px;
}

#leftCol {
	float: left;
	width: 250px;
	padding-top: 25px;
}
a {
	color: #454545;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Product Photo Properties for the Shop Page*/
.productphoto {
margin:5px 10px 10px 0;
float:left;
padding:2px;
border:1px solid #D8C9D6;
background-color:#ffffff;
color:#333;
}
