/* 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;
}.twoColFixLtHdr #container {
    width: 1024px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF url(http://cdn3.itsezpz.com/21_bckgrd_full_45c25f_org.jpg);
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #333333;
    text-align: left;
} .twoColFixLtHdr #header {
    padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} .twoColFixLtHdr #header h1 {
    float: left; /* since this element is floated, a width must be given */
    width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px;
}
 /*.twoColFixLtHdr #sidebar1 {*/#sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px;
    height: 100%;
    overflow: hidden;
}.twoColFixLtHdr #mainContent {
    margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background-image: url(http://cdn3.itsezpz.com/21_backgrd_f95177_org.jpg);
    top: 0px;
    left: 0px;
    clip: rect( auto, auto, auto, auto);
} .twoColFixLtHdr #footer {
    padding: 0 0px;
    background-image: url(http://cdn4.itsezpz.com/21_footer_right_2aee9b_org.jpg);
    background-repeat: no-repeat;
    height: 195px;
    bottom: 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 */
}.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;
}.twoColFixLtHdr #sidebar2 {
    width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px;
    height: auto;
}.twoColFixLtHdr #footer_text {
    padding: 0 0px;
    width: auto;
    bottom: 0px;
    left: 0px;
    float: left;
}.footer_text {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #663300;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 24px;
    line-height: normal;
    text-decoration: none;
    color: #42210B;
    font-weight: normal;
    text-transform: lowercase;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #42210B;
    line-height: normal;
    text-decoration: none;
    text-transform: lowercase;
}

h3 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    text-decoration: none;
    color: #42210B;
    text-transform: lowercase;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    color: #42210B;
}

h5 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 11px;
    line-height: normal;
    text-decoration: none;
    color: #42210B;
    font-weight: bold;
}

h6 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 11px;
    line-height: normal;
    text-decoration: none;
    color: #42210B;
    font-weight: normal;
}
 /* 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;
}.twoColFixLtHdr #container {
    width: 1024px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF url(http://cdn3.itsezpz.com/21_bckgrd_full_45c25f_org.jpg);
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #333333;
    text-align: left;
} .twoColFixLtHdr #header {
    padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} .twoColFixLtHdr #header h1 {
    float: left; /* since this element is floated, a width must be given */
    width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px;
}.twoColFixLtHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px;
    height: 100%;
    overflow: hidden;
}.twoColFixLtHdr #mainContent {
    margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background-image: url(http://cdn3.itsezpz.com/21_backgrd_f95177_org.jpg);
    top: 0px;
    left: 0px;
    clip: rect( auto, auto, auto, auto);
} .twoColFixLtHdr #footer {
    padding: 0 0px;
    background-image: url(http://cdn4.itsezpz.com/21_footer_right_2aee9b_org.jpg);
    background-repeat: no-repeat;
    height: 195px;
    bottom: 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 */
}.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;
}.twoColFixLtHdr #sidebar2 {
    width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px;
    height: auto;
}.twoColFixLtHdr #footer_text {
    padding: 0 0px;
    width: auto;
    bottom: 0px;
    left: 0px;
    float: left;
}.footer_text {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #663300;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 24px;
    line-height: normal;
    text-decoration: none;
    color: #42210B;
    font-weight: normal;
    text-transform: lowercase;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #42210B;
    line-height: normal;
    text-decoration: none;
    text-transform: lowercase;
}

h3 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    text-decoration: none;
    color: #42210B;
    text-transform: lowercase;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    color: #42210B;
}

h5 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 11px;
    line-height: normal;
    text-decoration: none;
    color: #42210B;
    font-weight: bold;
}

h6 {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 11px;
    line-height: normal;
    text-decoration: none;
    color: #42210B;
    font-weight: normal;
}