/*
<||================================||>
<|| MusicGeeks Style Sheet.        ||>
<|| Part of Madtv.me.uk            ||>
<|| Copyright madtv.me.uk 2007     ||>
<||================================||>
*/

*{
margin:0;
padding:0;
}
body{
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:.75em;
color:#333;
background-image:url(images/test.jpg);
background-position: bottom left;
background-repeat:no-repeat;
line-height:1.5;
padding-top:20px;
}
a:hover{
text-decoration:none;
}
#container{
width:620px;
margin:0 auto;
}
#headtop{
background-image:url(images/bgtop.gif);
background-repeat:no-repeat;
width:620px;
height:23px;
}
#headmiddle{
background-image:url(images/bgmid.gif);
background-repeat:repeat-y;
width:620px;
}
#headmiddle p{
background-image:url(images/musicheader.jpg);
width:585px;
height:125px;
display:block;
margin:0 auto;
}
#headbottom{
background-image:url(images/bgbottom.gif);
background-repeat:no-repeat;
width:620px;
height:23px;
}
#middletop{
background-image:url(images/bgtop.gif);
background-repeat:no-repeat;
width:620px;
height:23px;
}
#middlemiddle{
background-image:url(images/bgcolums.gif);
background-repeat:repeat-y;
width:620px;
}
#footerbottom{
background-image:url(images/bgbottom.gif);
background-repeat:no-repeat;
width:620px;
height:23px;
}
#LeftNav{
float:left;
width:150px;
}
#RightCont{
float:right;
width:430px;
padding:0 30px 0 10px;
}
#RightCont p, #RightCont h1, #RightCont h2, #RightCont h3, #RightCont h4, #RightCont h5{
padding:0 10px 10px 10px;
}
#RightCont ol, #RightCont ul{
padding:0 0 0 30px;
}
#RightCont p a img{
border:0;
}
#LeftNav ul{
list-style:none;
}
#LeftNav ul li{
background-image:url(images/button.gif);
background-repeat:no-repeat;
width:125px;
height:20px;
font-size:10px;
line-height:20px;
margin-bottom:1em;
margin-left:20px;
}
#LeftNav ul li a{
font-weight:bold;
text-decoration:none;
display:block;
text-align:center;
width:125px;
height:20px;
color:#fff;
}
#LeftNav ul li a:hover{
text-decoration:underline;
background-image:url(images/buttonover2.gif);
background-repeat:no-repeat;
}
#Clear{
clear:both;
}
#Footnote{
margin:0 auto;
width:580px;
font-size:9px;
color:#999;
}
#Footnote p{
text-align:justify;
padding:1em;
}
/* Stuff written just for the .NET bits */
.AddComment{
text-align:left;
}	
.AddComment input{
width:90%;
}
.AddComment textarea{
width:90%;
height:200px;
font-family: Verdana, Lucida, Arial, sans-serif;
font-size:12px;
}