/* THIS CSS FILE IS TO SET THE TWO COLUMN COLORS, IMAGES, ECT */

#container {
background: transparent url(/images/qs/bg.gif) repeat-y scroll -75px 0pt
}
/* CONTENT AREA */
#content {
color:black;
margin-left:250px;
}
#content-wrapper {
background:transparent url(/images/qs/bg.jpg);
}


/* SIDEBAR */
#sidebar {
/* background:transparent url(/images/qs/bg.gif) repeat-y scroll left top; */
color:#E3D4CF;
text-align:center;
}

#sidebar {
float:left;
margin-right:-250px;
width:250px;
}
#sidebar-include {
padding-top:25px;
padding-bottom:25px;
background:transparent url(/images/qs/bg.gif) repeat-y scroll -75px 0;
margin-right:-15px;
}

div .sidebar-text { 
color: #FEF0D1;
text-decoration:none;
font-family: Arial, Arial, Helvetica, sans-serif;
font-size:1.6em;
line-height:2.8em;
}
#sidebar a {
  color: #FEF0D1;
  text-decoration: none;
}

#sidebar a:hover {
  color: #E4C37C;
}

/* #sidebar-include hr {
background:url(/images/qs/div.gif) no-repeat top center;
border:none;
height:28px;
margin-top:25px;
margin-bottom:25px;
  }
*/
div.hr {
background:url(/images/qs/div.gif) no-repeat top center;
border:none;
height:28px;
margin-top:25px;
margin-bottom:25px;
}
div.hr hr {
  display: none;
}

#affiliate-logos {
text-align:center;
margin-top: 25px;
padding-bottom: 25px;
}



