@charset "UTF-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
margin:0;
height:600px;
width:830px;
position:fixed;
text-align:left;
}

a{
color:#000000;
text-decoration:none;
}

a:hover{
color:#990000;
}

a:visited{
color:#996600;
}

h1{
font-size:18px;
}

h2{
font-size:14px;
}

#navbar{
background-image:url(../images/orangebg_.jpg);
border-right-color:#000000;
width:150px;
height:100%;
position:fixed;
text-align:left;
}

#music{
background-image:url(../images/bluebg_.jpg);
background-repeat:no-repeat;
width:100%;
height:100%;
position:absolute;
text-align:left;
}

#btmnavbar{
position:absolute;
left:1px;
top:135px;
text-align:left;
}

#main_{
background-image:url(../images/bluebg_.jpg);
background-repeat:no-repeat;
position:absolute;
top:125px;
left:160px;
width:100%;
height:100%;
text-align:left;
padding:5px;
}

#menu{
background-image:url(../images/orangebg_.jpg);
background-repeat:no-repeat;
position:static;
top:;
width:180px;
height:100%;
}

#mainContainer{
width:610px;
margin:0 auto;
text-align:left;
background-color:#FFF;
}


#leftContainer{
background-image:url(../images/orangebg_.jpg);
width:160px;
float:left;
padding-left:5px;
padding-right:5px;
height:100%;
}
	
#contentContainer{
background-image:url(../images/orangebg_.jpg);
width:590px;
float:left;
}
.ad{
clear:both;
text-align:center;
padding:5px;
}

#menu3 a {
color:#996600;
text-decoration:none;
text-indent:1ex;
}

#menu3 a:hover {
color:;
background-color:#FFFF99;
}

#menu3 a:active	{
color:#ffffff;
text-decoration:none;
}

#menu3 a:visited	{
color:#990000;
text-decoration:none;
}
