/* STUPIDKRAP CSS Document */

body{
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 17px;
}

a{
font-size: 11px;
color: #FF0000;
text-decoration: underline;
font-weight: bold;
}

.bodyfont{
font-size: 11px;
color: #999999;
}
.bodyfont_red{
font-size: 11px;
color: #ff0000;
}

.splash{
margin: auto;
}

a.grey{
font-size: 11px;
color: #999999;
text-decoration: underline;
}
a:hover.grey{
font-size: 11px;
color: #ff0000;
text-decoration: underline;
}

a.link_nav{
font-size: 14px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
margin-right: 10px;
}

a:hover.link_nav{
font-size: 14px;
color: #cccccc;
text-decoration: none;
font-weight: bold;
margin-right: 10px;
}

a.link_body{
font-size: 11px;
color: #FF0000;
text-decoration: underline;
}
a:hover.link_body{
font-size: 11px;
color: #FF0000;
text-decoration: none;
}

a.link_artist{
font-size: 11px;
color: #FF0000;
text-decoration: underline;
font-weight: bold;
}
a:hover.link_artist{
font-size: 11px;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#holder{
width: 897px;
margin: auto;
}

.holder_logo{
width: 197px;
float: left;
height: 147px;
}
.holder_nav{
width: 677px;
background-image:url(../images/header_bg.jpg);
background-repeat: no-repeat;
background-position: top;
background-color: #000000;
padding-top: 102px;
padding-bottom: 3px;
float: right;
text-align: left;
padding-left:23px;
}


/* LEFT HAND SIDE COLUMN */

.holder_lhs{
width: 240px;
text-align:center;
float: left;
line-height: 17px;
}

.hr_rule{
border-bottom: dashed 1px #999999;
border-top: none;
border-left: none;
border-right: none;
}


/* MIDDLE COLUMN */

.holder_middle{
padding-left: 20px;
width: 635px;
float: left;
}

/* RIGHT HAND SIDE COLUMN */

.holder_rhs{
width: 246px;
float: left;
}

.holder_news{
padding: 0px;
background-color: #f9f9f9;
}

/* CONTENT */
.holder_contentpages{
width: 676px;
padding-left: 20px;
float: left;
}


.footer{
width: 897px;
margin:auto;
margin-top: 50px;
}

.footerfont{
font-size: 10px;
color: #cccccc;
}


/* NEWS PAGE */

.news{
width: 230px;
}


