body{
background: url(../images/hand.jpg) no-repeat fixed top right;
padding: 0px 0px 0px 0px;
margin: 0px;
}

#body_home{
background: url(../images/hand_home.jpg) no-repeat fixed top right;
padding: 0px 0px 0px 0px;
margin: 0px;
}

/*
div{
padding: 0px;
margin: 0px;
}
*/

form{
padding: 0px;
margin: 0px;
}


hr{
background-color: #CCCCCC;
height: 1px;
border: none;
border-style: none;
padding: 0px;
margin: 0px;
width: 97%;
}

.title{
border-bottom: 1px solid #CCCCCC;
font-family: times;
font-size: 30px;
color: #666666;
padding: 20px 0px 0px 5px;
height: 40px;
margin-bottom: 20px;
}

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

a:hover{
color: #af3341;
text-decoration: none;
}



td{
font-family: verdana; 
font-size: 12px;
text-algin: justify;
}

li{
/*list-style:none;*/
}

h1{
font-size: 15px;
font-wieght: bold;
}


.error{
color: red;
}

.scroll_container{
position: absolute;
top: 100px;
left: 130px;
}


.scroll_container_reviews{
position: absolute;
top: 400px;
left: 500px;

}



#container{
text-align: justify;
margin-left: 5%;
margin-right: 350px;
padding: 0px;
color:#333333;
font-family: Verdana;
font-size: 12px;
}




#menu_container {
height: 30px;
margin-left: 4%;
margin-top: 30px;

}

.menu_item{
float: left;
font-family: times;
font-size: 12px;
letter-spacing: 3px;
border-right:1px dotted #e9a5ad;
padding-left: 25px;
padding-right: 25px;

}

.menu_item a:link, .menu_item a:visited{
color:#d47681;
text-decoration: none;
}

.menu_item a:hover{
color:#af3341;
text-decoration: none;
}

.button{
font-family: times;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
border-top:1px dotted #e9a5ad;
border-bottom:1px dotted #e9a5ad;
text-align: center;

}


/*
.button a:link, .button a:visited{
color:#c2a650;
text-decoration: none;
}

.button a:hover{
color: #af3341;
text-decoration: none;
}

*/
.discography_list{
/*font-family: times;*/
}


.footer_label{
font: 8px verdana;
color: #999999;
padding-top: 50px;
padding-bottom: 100px;
text-align: center;
/*border-top: 1px solid #80c453;*/
}

.footer_label a {
color: #999999;
text-decoration: none;
}

.footer_label a:hover{
color: #000000;
text-decoration: underline;
}



/*--this is for IE 5.5 and IE 6 --*/
 

div#fader_bottom {
visibility: hidden;
overflow:hidden; 
height: 1px;
}
 
 
 
/*-- this is for IE 7 and other browsers -- */
body > div#fader_bottom { 
visibility: visible;
position: fixed;
height: 99px;
width: 100%;
bottom: 0px;
left: 0px;
}



