body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: url(../images/bg.gif) #fa9f44;
    background-repeat: repeat-x;
    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;
}

table, table td {
    border-spacing: 0px;
    padding: 0px;
}

a img { border: none; padding: 0; }

h1, h2, h3 { margin: 2px 0px; }
h4, h5, h6 { margin: 15px 0px 5px; }

.oneColLiqCtr #container {
    width: 900px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
    padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
    background: url(../images/header1.jpg);
    background-repeat: no-repeat;
    height: 161px;
    margin-top: 12px;
}

/*#logo {
float:left;
position:absolute;
width:267px;
height:161px;
background:url(../images/logo.gif) top center no-repeat;
z-index:100001;
left:250px;
top:5px;

}*/

p {
    margin: 0;
}
p.brother {
    background-color: transparent;
    font-family: comic sans, comic sans ms, "comic sans", "comic sans ms", Arial, Helvetica, sans-serif;
    font-size:.75em;
    padding-top: 55px;
    padding-left: 10px;
    line-height: 21px;
    font-weight:bolder;
    color: #000000;
    letter-spacing: 1px;
}
/*span {
    background-color: white;
    filter: alpha(opacity=75);
}*/
#home-table span { background-color: transparent; }

#nav {
    margin: 0;
    position: absolute;
    top: 173px;
    left: 50%;
    margin-left: -450px;
    z-index: 100000;
}
#flash {
    height: 246px;
    background: url(../images/classes.gif) top right no-repeat;
    position: absolute;
    top: 233px;
    left: 50%;
    margin-left: 186px;
    z-index: 90000;
    height: 246px;
    width: 264px;
}
p.class {
    font-family: Century Gothic, Arial, sans-serif;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    padding-top: 130px;
}
#slide_show { margin-top: 51px; }
#text {
    background-color: #080505;
    font-family: Century Schoolbook, Georgia, Times, serif;
    font-size: 16px;
    color: #fff;
    padding: 17px 12px 17px 19px;
    min-height: 300px;
}
a {
    text-decoration: none;
    color: #c1bc30;
}
a:hover {
    text-decoration: underline;
    color: #c1bc30;
}
#copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #2C2525;
    padding-top: 10px;
}

td.black {
    width: 480px;
    background-color: #080505;
    font-family: Century Schoolbook, Georgia, Times, serif;
    font-size: 16px;
    color: #fff;
    padding: 17px 12px 17px 19px;
}
td.brown {
    width: 358px;
    background-color: #2c2525;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 17px 12px 17px 19px;
}

#cart_info,
#blog_info {
    display: block;
    width: 200px;
    float: right;
}
#cart_info h2,
#blog_info h2 { font-size: 1em; }
#cart_info ul,
#blog_info ul { padding-left: 0px; }
.clear { clear: both; }

#blog_info { margin-left: 20px; width: 190px; }
#blog_info form { text-align: center; }
#blog_info #id_query { width: 100%; }
.blog_nav_month_title { margin-left: 10px; }
.blog_nav_title { margin-left: 20px; }

ul.blog-articles { margin: 0; padding: 0 }
ul.blog-articles li {
    display: block;
    width: 305px;
    float: left;
    padding: 10px;
}

.class a{
text-decoration: none;
    color: #fa9f44;
    font-weight:bold;
}

.class a:hover {
    text-decoration: underline;
}
