﻿body {
	margin: 0px auto;
	position: relative;
	padding: 0px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	background: #000000 center top no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: lightgray;
	}
	
ul {
	text-align: left;
	padding-left: 30px;
	margin-left: 150px;
	margin-right: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	}


	
h1 {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	}
	
h2 {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	}
h3 {
	text-decoration: none;
	color: lightgray;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	}
h4 {
	text-decoration: none;
	color: lightgray;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	}
h5 {
	text-decoration: none;
	color: lightgray;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	}

img {
	border: 1px dotted #333333;
	margin: 10px;
	padding: 2px;
	}
	
a  {
	text-decoration: none;
	color: lightgray;
	}
a:hover  {
	text-decoration: none;
	color: #ffffff;
	}	

table tr td  {
    text-align: center;
	}

a.html  {
	text-decoration: none;
	color: #333;
	font-size: 9px;
	}
a.html:hover  {
	text-decoration: none;
	color: #555;
	font-size: 9px;
	}	

#menu {
	position: fixed;
	padding: 20px;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 170px;
	border: 1px dotted #333333;
	z-index: 600;
	text-align: left;
	left: 610px;
	text-transform: uppercase;
	font-size: 13px;
	}

#content {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	margin-left: 0px;
	margin-bottom: 10px;
	width: 550px;
	z-index: 400;
	color: grey;
	text-align: left;
	font-size: 11px;
	}

#bottom {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	width: 550px;
	height: 35px;
	z-index: 700;
	background: black;
	bottom: 0px;
	text-transform: uppercase;
	color: grey;
	font-size: 10px;
	text-align: center;
	}
#bottom_home {
	position: fixed;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	margin: 0px auto;
	width: 550px;
	height: 35px;
	z-index: 700;
	background: black;
	bottom: 0px;
	text-transform: uppercase;
	color: grey;
	font-size: 10px;
	text-align: right;
	right: 0px;
	top: 0px;
	}