/* --------------- outside area --------------- */
body {
  background:           #CACACA url(http://www.quattromusic.com/images/back3.gif) repeat;
  font-family:          Arial, "Trebuchet MS", Verdana, sans-serif
}

/* --------------- main website area --------------- */
#container_outside {
  margin:               0 auto;
  margin-top:           15px;
  width:                721px;
  border-right:         2px solid #909090;
  border-bottom:        2px solid #909090;
  background:           #fcf7ea;
}

#containerinside {
  float:                left;
  position:             relative;
  top:                  0px;
  left:                 0px;
  width:                720px;
  background:           #FCF7EA;
}

#header {
  width:                721px;
  height:               78px;
  border-bottom:        1px solid #CCCCCC;
  background:           #fcf7ea url(http://www.quattromusic.com/images/qm_headerpic.jpg);
  color:                #fff;
}

/*#spacerline {

  height:               7px;
  background:           #FCF7EA url(http://www.quattromusic.com/images/spacer1.gif) repeat-x;
}*/

#leftcol {
  width:                570px;
  margin-top:           1px;
  border-top:           1px solid #8B8B8B;
  background:           #FCF7EA;
  color:                #808080;
}

#rightcol {
  width:                150px;
  height: 100%;
  margin-top:           1px;
  border-top:           1px solid #8B8B8B;
  border-left:          1px solid #cccccc;
  background:           #CACACA url(http://www.quattromusic.com/images/rtbkgrnd.jpg) repeat-y;
  line-height:          1.4em;
}


.right {
  color:                #0000ff;
}

.right a:link,
.right a:visited {
  color:                #A40008;
  font-size:            14px;
  font-weight:          bold;
  text-decoration:      none;
}
.right a:active,
.right a:hover {
  color:                #FF848A;
  font-size:            14px;
  font-weight:          bold;
  text-decoration:      none;
}


#footer {
  height:               12px;
  border-top:           1px solid #cccccc;
  background:           #FCF7EA;
  color:                #68500F;
  font-size:            10px;
  text-align:           center;
}

#footer a:link, a:visited {
  color:                #A40008;
  font-size:            10px;
  font-weight:          normal;
  text-decoration:      none;
}
#footer a:hover, a:active {
  color:                #FF848A;
  font-size:            10px;
  font-weight:          normal;
  text-decoration:      none;
}



ul {
  list-style-image:     url(http://www.quattromusic.com/images/bullet1.gif);
}

img {
  border:               none;
}

a:link, a:visited {
  color:                #A40008;
  font-weight:          bold;
  text-decoration:      none;
}
a:hover, a:active {
  color:                #FF848A;
  font-weight:          bold;
  text-decoration:      none;
}

h2 {
  margin-top:           5px;
  margin-bottom:        5px;
  font-size:            20px;
  font-family:          arial, sans-serif;
  color:                #660000;
}

