html {
    overflow: auto;
    background: url(../img/background.png);
    background-attachment: fixed;
}
body {
    color: rgb(182,182,191);
    font-family: helvetica;
    margin-top: 0px;
    margin-bottom: 0px;
}
h1,h2,h3,h4,h5,p,ul,ol {
    font-family: helvetica;
}
div.status {
    position: fixed;
    top: 0%;
    left: 70%;
    color:  #ffffff;
	text-shadow: 0em 0em 0.2em #000;
}
div.banner {
	width: 960px;
	height: 90px;
	margin: 40px auto 1em;
	padding: 0em;
    overflow: hidden;
	background: url(../img/banner-background.jpg);
    /* border-top: solid 1px rgb(128,128,128);
	border-bottom: solid 1px rgb(0,0,128); */
    border-radius: 15px;
    box-shadow: 0px 0px 20px #9f9f9f;
    -moz-box-shadow: 0px 0px 20px #9f9f9f;
    -webkit-box-shadow: 0px 0px 20px #9f9f9f;
}
div.banner h1 {
	padding: 0em 0em 0em 1em;
	color: rgb(220,220,220);
	font-family: sans-serif;
	font-size: 34px;
	text-shadow: 0.1em 0.1em 0.1em rgb(0,0,0);
}
div.banner img {
	padding: 1.5em 1em 0em 1em;
	float: left;
}
div.banner img.logo {
    padding-top: 0.85em;
	float: right;
}
div.nav {
    text-align: center;
    width: 560px;
	height: 20px;
    position: fixed;
    z-index: 100;
    top: 0em;
    left: 50%;
    margin-left: -285px;
    padding-left: 1px;
	background: url(../img/nav-background.jpg);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 20px #9f9f9f;
    -moz-box-shadow: 0px 0px 20px #9f9f9f;
    -webkit-box-shadow: 0px 0px 20px #9f9f9f;
}
div.nav a {
	padding: 0em 0.6em 0em 0.5em;
	color: rgb(220,220,220);
	font-family: sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-shadow: 0em 0em 0.2em rgb(0,0,0);
	border-right: solid 1px rgb(128,128,128);
}
div.nav a.right {
	border-right: none;
}
div.nav a.selected {
	color: rgb(255,220,128);
	text-shadow: 0em 0em 0.2em rgb(128,128,0);
}
div.nav a:hover {
	color: rgb(0,128,255);
	text-shadow: 0em 0em 0.2em rgb(0,128,100);
}
div.links {
    height: 20em;
}
div.links a {
	text-decoration: none;
}
div.links a:hover {
	text-shadow: 0em 0em 1em rgb(200,220,255);
}
div.content {
	width: 960px;
    overflow: hidden;
	margin: 1em auto;
	padding: 1em 0em 1em 0em;
    background: rgb(0,0,0);
	border: solid 1px rgb(127,127,127);
    border-radius: 15px;
    box-shadow: 0px 0px 20px #9f9f9f;
    -moz-box-shadow: 0px 0px 20px #9f9f9f;
    -webkit-box-shadow: 0px 0px 20px #9f9f9f;
}
div.content hr {
    color: #333;
    width: 75%;
}
div.footer  {
    text-align: center;
    font-size: 13px;
	text-shadow: 0.2em 0.2em 0.2em rgb(64,64,64);
}
div.footer a {
    font-size: 13px;
	text-decoration: none;
    color: rgb(0,127,255);
}
div.footer a:hover {
	text-shadow: 0.2em 0.2em 0.2em rgb(64,64,64);
    color: rgb(0,192,162);
}
div.box {
    border: solid;
    border-width: 1px;
    width: 90%;
    padding-bottom: 1em;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #7f7f7f;
    -moz-box-shadow: 0px 0px 10px #7f7f7f;
    -webkit-box-shadow: 0px 0px 10px #7f7f7f;
}
div.box2 {
    width: 60%;
    border-top: solid;
    border-top-width: 1px;
    border-top-color: #3f3f3f;
    text-align: left;
}
div.box3 {
    width: 60%;
}
div.box4 {
    border: solid;
    border-width: 1px;
    border-color: #646464;
    width: 90%;
    padding-top: 1em;
}
div.grey {
    background-color: #646464;
}
#freedns {
    margin-top: -6px;
    margin-bottom: -8px;
    font-size: 10px;
	text-shadow: 0.2em 0.2em 0.2em rgb(64,64,64);
}
#freedns a {
	text-decoration: none;
    color: rgb(0,127,255);
}
#freedns a:hover {
	text-shadow: 0.2em 0.2em 0.2em rgb(64,64,64);
    color: rgb(0,192,162);
}
#loading {
    width: 200px;
    height: 100px;
    background-color: #646464;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -100px;
    font-family: helvetica;
    text-align: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 0px 0px 20px #9f9f9f;
    -moz-box-shadow: 0px 0px 20px #9f9f9f;
    -webkit-box-shadow: 0px 0px 20px #9f9f9f;
}
#loading img {
	padding-left: 1em;
	padding-top: 8px;
	float: left;
}
#menu {
    padding: 0px;
    background: #000;
    height: 0px;
    width: 0px;
}
#menu a {
    display:block;
    text-decoration:none;
    font-family: arial, helvetica, verdana, sans-serif;
    white-space: nowrap;
}
#zoom {
    cursor: col-resize;
}
a {
    outline: none;
}
a:link { /* for unvisited links */
    color: rgb(64,64,255);
}
a:visited { /* for visited links */
    color: rgb(200,32,255);
}
a:hover { /* when mouse is over link */
    color: rgb(0,128,255);
	text-shadow: 0em 0em 0.2em rgb(0,128,100);
}

/* Stuff for flash player */
a.flvPlayer {
    display:    block;
    width:      640px;
    height:     360px;
    text-align: center;
    border:     1px solid #555;
}
a.flvPlayer:hover {
    border:     1px solid #ddd;
}
a.flvPlayer img {
    margin-top: 140px;
    border:     none;
}
