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


/* Begin html tags */

* { margin:0; padding:0; } 
html {hight:100%}
body {font-size: 62.5%; /* Resets 1em to 10px */font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;background: #c6c7c8;color: #26282a;	margin:0px auto;height:100%;}

hr{display: none;}

a{color: #61666c;text-decoration: none;}

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

ul{list-style-type: none;}

p { font-size:1em;
	
	}

h1{font-size:1.3em;
	margin-left:25px;
	margin-top:10px;}

h2{font-size:1.1em;
	margin-left:25px;
	margin-top:10px;}

h3,h4{font-size:1.1em;font-weight:bold;}

small{font-size:1em;}

.clear{clear:both;}

#player {
	position: absolute;
	display: block;
	left:51px;
	top:201px;
	bottom:0;
	height:100%;
	width:100%;
	}

#navBG {
	background:url(img/headerBG.gif) repeat-x;
	margin:0px;
	margin-top:5px;
	padding:0px;
	background-repeat:repeat-x;
	height:100px;
	width:100%;	
	}
	
#hdNav {
	margin:auto;
	padding:0px;
	background-image:url(img/bg.png);
	background-position:center;
	background-repeat:no-repeat;
	height:100px;
	width:600px;
	}
	
#navItems li {
	float:left;
	padding-left:5px;
	padding-right:5px;
	}

#contBody {
	margin:0;
	padding:0;
	background-color:#c6c7c8;
	position:absolute;
	top:105px;
	bottom:30px;
	width:100%;
	z-index:1;
	overflow:hidden;
	color:#666;
	}

#content {
	top:15px;
	position:relative;
	background-color:#dbdbdb;
	padding:0px;
	margin:auto;
	width:550px;
	height:100%;
	}
#links li{
	float:left;}
#footer {
	background:url(img/footer.gif) repeat-x;
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	height:30px;
}
#footer p {
	padding:6px;
	vertical-align:middle;
	color:#999;
	}
	
	/* ================================================================== Lava Lamp ================================================================= */
		.lavaLampWithImage {
			left:130px;
			position: relative;
            height: 52px;
			top:26px;
            width: 421px;
            padding: 0px;
			padding-left:20px;
            margin: 0px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("img/sel2.png") no-repeat right -52px;
                        width: 100px; height: 52px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("img/sel2.png") no-repeat top left;
                            height: 52px;
                            margin-right: 4px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
	outline: none;
	text-align: center;
	top: 30px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 7px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
                  
						
	/* ================================================================ Lava Lamp END =============================================================== */

