html, body {
        margin:0;
	padding:0;
}
body{
	text-align: left;
	font-family: "Times New Roman", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #000000;
	color: white;
	font-size: 100%;
        height: 100%;
}
a{
	color: white;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	font-size: 12pt;
        margin-top: 0;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 100%;
	background-color: black;
	background-image: url("images/bground3.jpg");
	background-repeat: repeat-x;
	background-position: -149px 71%;
	margin: 0 auto;
	text-align: center;
	
}
#container {
	padding: 0px;
        width: 1025px;
        margin-left: auto;
        margin-right: auto;
        
        height: 428px;
}
#heading {
        width: 1050px;
        margin-left: auto;
        margin-right: auto;
        background-color: black;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

#nav {
    float: right;
    margin-top: 33px;
    padding: 0;
}
#nav, x:-moz-any-link {
    float: right;
    margin-top: -30px;
    padding: 0;
}
#nav, x:-moz-any-link, x:default {
    float: right;
    margin-top: 33px;
    padding: 0;
}
#nav ul {
    float: right;
    height: 30px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}
#nav li {
    float: left;
    font: 14px/30px Arial,Helvetica,sans-serif;
    list-style: none outside none;
    padding: 0;
    text-align: center;
}
#nav .lavaLamp li a {
    color: #E8E8E8;
    display: block;
    float: left;
    height: 30px;
    margin: auto 20px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
#nav .lavaLamp li a:hover {
    color: #E8E8E8;
    display: block;
    float: left;
    height: 30px;
    margin: auto 20px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
#nav .lavaLamp li .active {
    color: #E8E8E8;
    display: block;
    float: left;
    height: 30px;
    margin: auto 20px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
#nav .lavaLamp li.back {
    background: url("images/lava.gif") no-repeat scroll right -30px transparent;
    height: 30px;
    position: absolute;
    width: 9px;
    z-index: 8;
}
#nav .lavaLamp li.back .left {
    background: url("images/lava.gif") no-repeat scroll left top transparent;
    height: 30px;
    margin-right: 9px;
}
#nav a:link {
    color: #E8E8E8;
    text-decoration: none;
}
#nav a:hover {
    color: #E8E8E8;
    text-decoration: none;
}
#nav a:active {
    color: #E8E8E8;
    text-decoration: none;
}
