* { margin: 0; padding: 0; }
html, body, #main { height: 100% }
body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { margin: 0; padding: 0; font-size: small; color: #222; background-color: #fff;}
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: 15; }
h3 { margin-top: .5em; }
#main { padding: 1em; }
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x; text-align: center }
#banner a { color: white; }
fieldset { padding: 8px; }
legend { font-weight: bold; }

pre { margin-bottom: 1em; }

div#outer {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

#nav {
font-family: times;
}

#content{
margin: 0 5px 5px 5px;
padding: 5px;
padding-left: 30px;
}

.lavaLampBottomStyle {
    position: relative;
    height: 23px;
    padding: 5px;
    padding-bottom: 0px;
    margin: 0px 0;
    overflow: hidden;
}

.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}

.lavaLampBottomStyle li.back {
	border-bottom: 5px solid #7777dd;
	width: 9px;
	height: 18px;
	z-index: 8;
	position: absolute;
}

.lavaLampBottomStyle li a {
	font: bold 14px times arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 0px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
    border: none;
}                     
