





/* main body and background */



html {
	width: 100%;
	height: 100%;
}


body {
 
  margin: 0;
  background:  url(../images/background.gif) repeat;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 14px;
  color: #ABB5B1;

	padding: 0;
	width: 100%;
	height: 100%;
	

  
  

}




/* links */

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



a:hover 
{ 
	text-decoration: none;
	color: #ABB5B1;

}







/* text properties */




.footer{
font-size: 10px;
text-align:center;
padding-top:5px;
color:#333333;



}

.bodymain
{

	height:535px;
	background:#ffffff ;
}


.areaspace

{
height:50px;


}



.radiospace {
background:url(../images/granny.jpg);
height:380px;
color: #ffffff;
line-height:30px;
text-align:left;
padding-left:20px;
padding-top:20px;
  font-size: 12px;
  font-weight:bold;









}




/* buttons and bars */





.logo
{
padding-top:15px;

}



.topbar
{
	background:#ffffff ;
	color: #333333;
	font-size:11px;
	height:40px;

	
	
	
	
}

.topbar a
{
	color: #333333;
	text-decoration:none;
	display:block;
	verticle-align:bottom;
}


.topbar a:hover
{

	color: #ed1c24;
}


#red{

color: #ed1c24;
}



/* Lavalamp */
.lavaLamp {
    position: relative;
    height: 30px; width: 500px;
    /* background: url("../images/red.gif") no-repeat top; */
    padding: 15px 0; 
	margin: 5px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
	
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../images/p.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../images/p.gif") no-repeat center left;
                height: 26px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: 11px arial;
            color: #333333; outline: none;
            text-align: center;
            height: 30px; top: 7px;
		
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 15px;
        }
        
		
		.lavaLampsub {
    position: relative;
    height: 30px; width: 540px;
    /* background: url("../images/red.gif") no-repeat top; */
    padding: 0px 0; 
	margin: 0px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLampsub li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLampsub li.back {
            background: #CCCCCC  no-repeat right -30px;
			top:3px;
            width: 9px; height: 15px;
            z-index: 8;
            position: absolute;
        }
            .lavaLampsub li.back .left {
                background:  no-repeat center left;
                height: 16px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLampsub li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: 11px arial;
            color: #333333; outline: none;
            text-align: center;
            height: 30px; top: 2px;
			top:-10px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 15px;
        }
		
		
		
		      