@charset "UTF-8";
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #AE273D;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #3F7172;
	border-right-color: #3F7172;
	border-bottom-color: #3F7172;
	border-left-color: #3F7172;
} 
.twoColFixLtHdr #header {
	background-image: url(file:///Macintosh HD/Users/robdorn/Dreamweaver_Sites/everydayangelcards/IMG/everyday_angel_header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 850px;
	padding-bottom: 0;
	height: 225px;
	background-image: url(IMG/images/sueshanahan_header_01.jpg);
} 
.twoColFixLtHdr #menu {
	background-color: #FFFFFF;
	background-image: url(file:///Macintosh HD/Users/robdorn/Dreamweaver_Sites/everydayangelcards/IMG/everyday_angel_header2.jpg);
	width: 850px;
	padding-bottom: 10;
	height: 45px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 264px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 264px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.card_catalogue_container {
	background-attachment: scroll;
	background-image: url(card_catalogue_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 520px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	background-color: #AFCAB8;
}
.footer_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.330w {
	width: 330px;
}
a:link {
	color: #990033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	text-align: justify;
}
.264w {
	width: 264px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.caption_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
.250w {
	width: 250px;
}
.twoColFixLtHdr #mainContent_fullpage {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #card_cat_container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #3F7172;
	border-right-color: #3F7172;
	border-bottom-color: #3F7172;
	border-left-color: #3F7172;
	background-color: #FFFFFF;
	text-transform: uppercase;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
.card_cat_header_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #5680B9;
	text-transform: uppercase;
	text-align: center;
}
.blue_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #5A82B9;
	font-weight: bold;
	text-align: center;
}
.store_frame_width {
	width: 175px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #3F7172;
	text-align: center;
	background-color: #C7EAFD;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
}
.instructional_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: none;
}
.border {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #3F7172;
	border-right-color: #3F7172;
	border-bottom-color: #3F7172;
	border-left-color: #3F7172;
	border-top-style: dotted;
	border-bottom-style: dotted;
	background-attachment: scroll;
	background-color: #C7EAFD;
	background-repeat: no-repeat;
	background-position: right top;
	width: 750px;
}
.text_about {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
}
.card_cat_header_text_smaller {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #932D34;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.blue_text_larger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A82B9;
	font-weight: bold;
	text-align: center;
}
