@charset "UTF-8";body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: url(images/red-velvet-bkgd.jpg);	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: 860px;	margin: 0 auto;	text-align: left;	border-right: 4px solid #000000;	border-bottom: 4px solid #000000;	border-left: 4px solid #000000;	background-color: #FEDD27;	background-image: url(images/content-bkgd.jpg);	background-repeat: no-repeat;	background-position: 0px 110px;} .twoColFixLtHdr #header {	background-color: #000;	margin: 0px;	padding: 0px;	height: 110px;} .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: 308px;	border: 0;	margin: 0px;}.twoColFixLtHdr #mainContent {	padding: 25px 43px 10px 42px;	margin: 3px 3px 3px 311px;	background: #000 url(images/black-gradient.jpg) no-repeat;} .twoColFixLtHdr #footer {	padding: 5px 0px 5px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#000 url(images/footer-bkgd.gif) repeat-x;	margin: 0px;} .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 */	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #09C;}.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;}.brochuregraphic {	padding-right: 15px;	border-right-width: 4px;	border-right-style: dotted;	border-right-color: #000;	padding-bottom: 10px;}#bodymiddle {	background-color: #FFF;	background-image: url(images/contentarea-top.gif);	background-repeat: no-repeat;	background-position: 0px 0px;	padding: 35px 15px 0px 18px;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	line-height: 18px;	color: #464646;}.dropcap {	font-size: 24px;	line-height: 23px;	font-weight: bold;	color: #900;}a.main:link {	text-decoration: none;}a.main:visited {	text-decoration: none;}a.main:hover {	text-decoration: none;}a.main:active {	text-decoration: none;}#bottombar {	background-image: url(images/contentarea-bottom.gif);	height: 18px;	width: 461px;	margin-bottom: 15px;}a.all:link {	color: #09C;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #09C;	text-decoration: none;}a.all:visited {	color: #09C;	text-decoration: none;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #09C;}a.all:hover {	color: #666;	text-decoration: none;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #666;}a.all:active {	color: #666;	text-decoration: none;}.bigtype {	font-size: 24px;	line-height: 23px;	color: #666;}.orderbrochure {	background-color: #FFF;	padding: 15px;	margin-left: 15px;	margin-right: 15px;	font-family: Georgia, "Times New Roman", Times, serif;	text-align: left;	letter-spacing: 0em;	font-size: 18px;	border-top: 2px dotted #000;	border-right: 0px #000;	border-bottom: 4px dotted #000;	border-left: 0px #000;	color: #FFDA3F;}.thumbnails {	padding: 7px 12px 7px 12px;	border-top: 1px solid #CCCCCC;	border-right: #CCCCCC;	border-bottom: 1px solid #CCCCCC;	border-left: #CCCCCC;}.image {	padding: 2px;	border: 1px solid #CCCCCC;}.imagecaption {	float: left;	font-family: Helvetica;	font-size: 11px;	color: #333333;	padding: 7px;	width: 275px;	margin: 8px;	font-variant: small-caps;	line-height: 12px;}.captions {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #666;	margin-top: 0px;	margin-bottom: 10px;	text-align: left;	line-height: 14px;	padding: 6px;	width: 300px;	background-color: #FFF;	border-top: 1px dotted #AAA;	border-right: 0px dotted #AAA;	border-bottom: 1px dotted #AAA;	border-left: 0px dotted #AAA;	margin-right: auto;	margin-left: auto;}.bodycopy {	font-family: Helvetica, Arial, Verdana;	font-size: 12px;	line-height: 20px;	color: #666;}