#nav {
	left:5px;
	top:5px;
	width:98%;
	height:10%;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid  #FFCC00;
}

#body {
//	position: relative;
	top: 0px;
	width:100%;
	height:200px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #FFCC00;
}

#ads {
	top: 50px;
	left: 5px;

/*
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #FFCC00;	
	float:right;
	background:#eee;
	margin:0px 0px 10px 10px;*/
	border: 1px solid #FFCC00;
	float: left;
	width: 120px; 
	height: 600px;
	//background:#eee;
	//margin:0px 0px 10px 10px;
}

#news {
	position:absolute;
	left:30px;
	top:120px;
	width:400px;
	height:180px;
	z-index:1;
}	

#intro {
	position:absolute;
	left:30px;
	top:40px;
	width:732px;
	height:55px;
	z-index:2;
}
