body {
margin: 0px;
  padding: 0px;
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #000000;
  background-image: url(http://www.radiohorror.com/images/bg_repeat_fill.png);
  background-repeat: repeat-x;  /**/

}

a { color: #FFFFFF; text-decoration: none; }
a:hover { color: #990000; }

h2 {
 font-size: 16px;
}


/* header, body, constraint, footer                 */



#mcms_header {

}

#mcms_constraint {
width: 800px;

}

.mcms_body {
width: 60%;
margin-left: auto;
margin-right: auto;
background: #333333;
border: 4px solid black;
 
color: #666666;
font-size: 12px;
font-family: Arial,sans-serif;

}

#mcms_leftcol {


}

#mcms_rightcol {

}

.mcms_content {
font-size: 12px;
padding: 10px;
}



.mcms_footer {
background: #000000;
padding:10px;
font-size: 10px;
}


#content_form_title {
  float: left;
  width: 100px;
  font-size: 10px;
  font-weight: normal;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: #666666;
  padding: 6px;
  padding-left:0px;
  padding-right: 10px;

}

#content_form {
  float: left;
  font-size: 10px;
  font-weight: normal;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: #666666;
  padding: 6px;
  padding-left:0px;
  padding-right: 10px;
}


/* SIDEBAR MENU OUTPUT:         */

#sidebar_menu {
width: 190px;
padding-top: 10px;
padding-bottom: 10px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#sidebar_menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
}

#sidebar_menu li {
margin: 0px 0 0;

}


#sidebar_menu a {
font-size: 11px;
font-weight: normal;
text-align: left;
color: #FFFFFF;
display: block;
width:186px;
padding: 4px 4px 4px 10px;
border: 1px solid #000000;
border-left: 0px;

text-decoration: none; /*lets remove the link underlines*/
}

#sidebar_menu a:link, #sidebar_menu a:active, #sidebar_menu a:visited {
color: #FFFFFF;
}

#sidebar_menu a:hover {
border-top: 1px dashed #444444;
border-bottom: 1px dashed #444444;
background: #222222;
color: #FF9000;
}



/* SIDEBAR NEWS OUTPUT:         */

#sidebar_news {
width: 250px;
margin-left: 10px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#sidebar_news ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
}

#sidebar_news li {
margin: 0px 0 0;

}


#sidebar_news a {
font-size: 11px;
font-weight: normal;
text-align: left;
color: #FFFFFF;
display: block;
width:238px;
padding: 4px 4px 4px 10px;
border: 1px solid #000000;
border-right: 0px;
background: #444444;
text-decoration: none; /*lets remove the link underlines*/
}

#sidebar_news a:link, #sidebar_news a:active, #sidebar_news a:visited {
color: #FFFFFF;
}

#sidebar_news a:hover {
border-top: 1px dashed #444444;
border-bottom: 1px dashed #444444;
background: #222222;
color: #FF9000;
}














