/* CSS Document */

/*containers*/

body {
background-image:url(img/bg_grad.jpg);
background-repeat:repeat;
font-family:Geneva, Arial, Helvetica, sans-serif;

}

#container{
margin-left:auto;
margin-right:auto;
border: thick;
border: #999999;
width: 800px;
background-color:#CCCCCC;
background-image:url(img/bg_grad2.jpg);
background-repeat:repeat;
}

#banner {

padding: 0px 0px 0px 0px;
margin-bottom: 0px;
height: 150px;
border-top: 0px solid #000000;
border-bottom: 10px solid #000000;
background-image: url(./img/banner.jpg);
background-position: left;
background-repeat: no-repeat;
font
color:#CCCCCC;
}

#menubox {
float:left;
margin-left: 0px;
top: 180px;
width: 200px;
height: 300px;
background-color:#003366;
color: white;

}

#maincontent {
background-image:url(img/rachelgreen-back.jpg);
background-repeat: repeat-y;
height: 460px;
margin-left:0px;
top: 180px;
color: white;
font-size:12px;

}

#footer {
color: silver;
font-size:12px;
text-align:center;
background-color:#333333;
}

#newleftbox {
float:left;
margin-left: 0px;
top: 180px;
width: 300px;
height: 300px;
color: white;

}

#musicbox{
background-image:url(img/srcofnile.jpg);
background-repeat:no-repeat;
height: 340 px;
float:left
}

#musicbox2 {
height: 330 px;
width: 300;
margin-left: 340 px;
float: right;
}

#middle {
height: 300px;
margin-left:0px;
top: 180px;
color: white;
font-size:12px;
}


#biog {
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:770px;
height:inherit;
#news{
top:inherit;
height: 300px;

}

/*headers and body text*/

h1 {
font:Verdana, Arial, Helvetica, sans-serif;
color: silver;

}

h2 {
font:Verdana, Arial, Helvetica, sans-serif;
color: silver;
font-weight:normal;
}

h3 {
font-size:14px;
}

p {
}

/*links and lists*/

a:link {
color: yellow;
text-decoration:none;
font-weight:450;
}

a:visited {
color: silver;
text-decoration: none;
}

a:hover {
color: yellow;
font-weight:bold;
}

a:active {
color: teal;
text-decoration: none;
}

ul li {
}

ol li {
}