* {
 margin: 0;
 padding: 0;
}

body {
 font-family: Arial,sans-serif;
 font-size: 11px;
 line-height: 18px;
 margin: 0px;
 cursor:auto;
 text-align:left;
}

div {text-align: left;}
li {list-style: none;}

.cleaner {clear: both;}

h1 {
 font-weight: bold;
 color: #fff1db;
 font-size:18px;
 margin-bottom: 30px; 
}
h2 {
 font-weight: bold;
 color: #0e4c7a;
 font-size:13px;
 margin-bottom: 10px; 
}
a:hover {color: #0e4c7a;
font-weight:bold;

}
a {color: #0e4c7a;
font-weight:bold;
text-decoration:none;
}
.footer a {color: #ffffff;
font-weight:bold;
text-decoration:none;
}


/*--------------------------------------------------------------------------
Template
--------------------------------------------------------------------------*/

#container {
 width: 1085px;
 margin: 0 auto;
  margin-top: 20px;
 text-align:center;
}
#skyscraper {
 width: 120px;
 height: 600px;
 float:right;
 margin-top: 110px;
 background-color:#cccccc;
}


p {
  text-align:left;
}
td {
  text-align:left;
}

#container-center {
width: 935px;
background-color:#FFFFFF;
float: left;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;

}