  #spotlight { width: 40em; }
    .spotlight_feature { position: relative; width: 20em; border: solid 1px #ccc; margin-left: 10em; padding: 0.5em; height: 6.5em; }
    .featured_content { display: none; }



<!--
a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


body {
	background-color: #FFF;
}
.style2 {
	color: #333;
	font: lighter 14px arial;
	font-variant:small-caps;
}	
.style3 {
	color: #333;
	font: lighter 14px arial;
	font-variant:small-caps;
}
.style4 {
	color: #333;
	font: lighter 19px arial;
	font-variant:small-caps;
	font-style:italic;
}
.style5 {
	color: #333;
	font: lighter 10px arial;
	font-variant:small-caps;
}
.style6 {
	color: #333;
	font-family:Arial;
	font-size:15px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:inherit;
	font-weight:bolder;
	line-height:normal;
	
	
	
	
}

/* Styles for the entire LavaLamp menu */
        .lavaLampWithImage {
            position: relative;
            height: 30px;
            width: 799px;
            background: url("bg.jpg") no-repeat top;
            padding: 0px;
            margin: 0px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("lava.gif") no-repeat right -3px;
                        width: 9px; height: 40px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("lava.gif") no-repeat top left;
                            height: 40px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font:  10px lucida "Lucida Sans Unicode", "Lucida Grande", sans-serif;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: inherit;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

     