@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #EC090A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #EC090A;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #EC090A;
}

/* CSS Document */

#Menu {
	background-image: url(LaStitchery/MenuBackground.gif);
	background-repeat: no-repeat;
}

#leftColumn1 {
  float: left;
  padding: 10px 20px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 180px;
}

#content {
  margin: 0 0 0 200px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#footer {
	color: #4870aa;
	font-weight: bold;
	padding: 0px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#content2 {
	margin: 0 0 0 10px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}

.style1 {	color: #69c;
	font-weight: bold;
}
#leftColumnFeatured {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
