body {
	background: #666;
}
#wrapper {
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	background: #FFF;
	height: 1141px;
}
#banner {
	height: 291px;
	background: #F00;
	text-align: left;
}
#content {
	text-align: center;
	height: 780px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#devider {
	text-align: center;
	background: #F00 url(none) repeat-y;
	width: 780px;
	float: left;
	height: 20px;
}
#leftcontent {
	background: #333;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 250px;
	height: 800px;
}
#ads {
	height: 300px;
	width: 250px;
}




#rightcontent {
	height: 800px;
	width: 370px;
	background: #FFC;
	text-align: left;
	float: right;
}
#Skyscrapers {
	float: right;
	height: 800px;
	width: 160px;
}

#leftcontent a {
	font-weight: bold;
}
#leftcontent a:hover {
	color: #F60;
}
#leftcontent li{
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #000;
	background: #CCC;
	height: 20px;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	vertical-align: middle;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-left: 10px;
}
#leftcontent li:hover {
	background: #FFF;
}
#rightcontent li {
	color: #333;
	font: 12px Verdana, Geneva, sans-serif;
	margin-right: 10px;
	margin-left: 22px;
	list-style: square;
	letter-spacing: 150%;
	margin-top: 5px;
}

#footer {
	background: #000 repeat-y;
	width: 780px;
	height: 50px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	float: none;
	margin-right: auto;
	margin-left: auto;
}


.footer {
	text-align: center;
	color: #FFF;
	font: small Verdana, Geneva, sans-serif;
	height: 50px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-transform: none;
}
.footer a {
	font-size: small;
	color: #FFF;
}


h1 {
	font: bold large Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

h2 {
	font: bold medium Verdana, Geneva, sans-serif;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
}
h2 a  {
	color: #666;
	font-size: medium;
	font-weight: bold;
}
h2 a:hover {
	color: #F63;
	text-transform: none;
	font-weight: bold;
}



h3 {
    font-size: 14px;
}



p {
	font: 12px/130% Verdana, Geneva, sans-serif;
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
}
a {
	font: bold normal 12px Tahoma, Arial;
	color: #333;
	text-decoration: none;
}

.clear {
	clear: both;
}
