﻿/* ------------------- General Layout Elements ------------------- */

html, body {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", arial, sans-serif;
font-size: 90%;
text-align: left;
background-color:#E6DDD2;
}

.footer
{
    padding-top:10px;
    color:Yellow;
    
}
.footer a:link,.footer a:visited
{
	text-decoration:none;
    color:Yellow;
}
.footer a:hover
{
	text-decoration:underline;
    color:Yellow;
}


.mainbody
{
    text-align:left;
    color: #280001;
    background:url('../../images/musicmusic.gif') no-repeat;
    background-color: #ffffff;
}

h1
{
    font-size:16px;
    color: #280001;
    
}

/*RadMenu alterations padding-right: 15px !important;*/
.RadMenu_Default 
{
	border-right: solid 0px #e5e5e5 !important;
}

.RadMenu_Default .text
{
	
}