@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper{
	width:960px;
	margin:auto;
}

#leftcolumn{
	width:700px;
	float:left;
}

#rightcolumn{
	width:260px;
	float:left;
}

#header{
	height:100px;
	width:960px;
	float:left;
}

#headerright{
	height:100px;
	width:260px;
	float:left;
}

#headerleft{
	height:100px;
	width:600px;
	float:left;
}

#headerlogo{
	height:100px;
	width:100px;
	float:left;
}

.menu{
	height:40px;
	width:960px;
	margin:5px 0px 5px 0px;
	float:left;
	background-color:#99d914;
}

.menu ul{
	list-style:none;
	margin:0px;
	padding:13px;
}

.menu li{
	list-style:none;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 15px 0px 15px;
}

.menu a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#saleimage{
	width:700px;
	height:300px;
	float:left;
}

.skyscraper{
	width:120px;
	height:600px;
	float:right;
	margin: 0 0 0 10px;
}

#bodytext{
	width:700px;
	float:left;
}

#bodytextad{
	width:300px;
	height:250px;
	float:left;
	margin:10px 10px 10px 0px;
}

h1{
	font-family:"trebuchet MS";
	margin:20px 0px 0px 0px;
	padding:0px;
	display:block;
	text-transform:uppercase;
	font-size:40px;
	color:#3b3d3c;
}

h2{
	font-family:"trebuchet MS";
	margin:0px;
	padding:0px;
	display:block;
	text-transform:uppercase;
	font-size:14px;
	color:#bcbcbc;
}

#footerlinks{
	color:#666666;
	font-size:10px;
	text-align:center;
	float:left;
	width:960px;
}

#footerlinks a{
	color:#666666;
}