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

body{
  background:#ccc url('images/bg.png') repeat-y center;
  margin:0 auto;
  text-align:center;}
body, td{
  color:#eee;
  font-family:arial;
  font-size: 13px;}
#page{
  text-align:left;
  margin:auto;
  width:700px;
  background:#000;}
a{color:#58BDFF;  }
p{margin:0 0 15px 0;
  padding:0;}
h1{
  margin:0 0 20px 0;
  padding:0;
  font-size:22px;
  font-family:Georgia;
  border-bottom:1px solid #fff;}
.float_l{
  float:left}
.float_r{
  float:right}
.clear{
  clear:both;
  height:0;
  overflow:hidden;}

/* HEADER */
#header{
  height:300px;
  background:url('images/header.png') no-repeat;}
#header a{
  margin:20px 100px 0 0;
  width:230px;
  padding-top:110px;
  float:right;
  overflow:hidden;
  height:0px !important;
  height /**/: 110px;}
#footer{
  margin:40px 0 0 0;
  padding:10px;
  text-align:center;
  font-size:11px;
  border-top:5px solid #fff;
  color:#666;}
#nav{
  margin:-90px 0 40px 0;
  height:40px;
  text-align:center;}
#nav ul{
  margin:0 0 0 220px;
  padding:0;}
#nav li{
  float:left;
  list-style:none;
  margin:0;
  padding:0;}
#nav li a{
  color:#fff;
  text-decoration:none;
  text-align:center;
  font-family:Georgia;
  font-size:16px;
  display:block;
  height:34px;
  line-height:34px;
  padding:0 10px;
  float:left;}
#nav li a:hover{
  text-decoration:underline;
  background:#222;}

#content{
  padding:20px;}
#content{
  line-height:20px;}
  





