html,body {
	font: 0.9em Verdana, sans-serif; 
	background: #FFFFFF;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

div#container {
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 960px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

div#leader {
}

div#main {
	clear: both;
}

div#nav {
	float:left;
	width: 200px;
	background: #FFFFFF;
	height: 100%;
}

div#menu {
}

div#skyscraper {
	margin: 10px;
}

div#content {
	padding: 0px 0px 0px 20px;
	float:left;
	width: 460px;
	text-align: justify;
	background: #FFFFFF;
}

div#media {
	float:left;
	width: 300px
}

div#leader_logo {
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 140px;
	float: left;
}

div#leader_bar {
	background-image: url('../images/bar.gif');
	width: *;
	height: 98px;
}

div#leader_banner {
	width: *;
	background: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: right;
	vertical-align: baseline;
	
}