@charset "utf-8";
body    { color: #333; font: 12px/18px Arial; background: #ccc; text-align: center; margin: 0; padding: 0 }
.twoColFixRtHdr #container   { background: #ffffff; text-align: left; margin: 0 auto; width: 900px; border-color: #000000 } 
.twoColFixRtHdr #header    { background: #fff url(images/russellMediaLogo.jpg) no-repeat; text-align: center; padding: 0; height: 100px; vertical-align: bottom }
.twoColFixRtHdr #header2 { background: #fff url(images/russellPrintersLogo.jpg) no-repeat; text-align: center; padding: 0; height: 100px; vertical-align: bottom }
.twoColFixRtHdr #menu      {
	padding: 0;
	height: 51px;
	vertical-align: bottom;
	padding-left: 15px;
}
.twoColFixRtHdr #image  { background-color: #dbdbdb; text-align: center; margin: 15px; padding-top: 12px; padding-bottom: 12px; height: auto; vertical-align: top; border-bottom: 15 none }
.twoColFixRtHdr #header h1  { margin: 0 }
.twoColFixRtHdr #sidebar1       { background: #dbdbdb url(images/freeCallBack.jpg) no-repeat; margin: 0 15px 15px; padding-left: 15px; width: 205px; float: left }
.twoColFixRtHdr #sidebar3  { background-color: #dbdbdb; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; margin: 0 15px 15px; padding-top: 15px; padding-left: 15px; width: 205px; float: left }
.twoColFixRtHdr #sidebar2 { background: #fff; margin: 15px; padding: 0; width: 220px; float: left }
.twoColFixRtHdr #mainContent       { list-style-type: circle; list-style-position: inside; display: block; margin: 15px 15px 0; padding: 0 40px 20px 20px } 
.twoColFixRtHdr #footer   { color: #6ff; font-size: 10px; font-family: Arial; background: #333; padding: 0 10px 0 20px } 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #footer a  { color: #0ff; font-weight: bold; text-decoration: none; margin: 0; padding: 10px 0 }
.twoColFixRtHdr #footer a:hover  { color: #fff; text-decoration: none; margin: 0; padding: 10px 0 }
.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;
}
.menu { text-align: center }
h1 { font-size: 20px; line-height: 24px }
h2  { font-size: 14px; font-weight: bold; line-height: 18px }
h3 { font-size: 14px; font-weight: bold }
a { color: #559f00; font-family: Arial; font-weight: bold; text-decoration: none }
a:hover { color: #000 }

