/* LAYOUT */
#ads { position:absolute; top:20px; left:400px; width:468px; height:60px; }
#main {
	position:absolute;
	left:400px;
	top:120px;
	right:5px;
	bottom:5px;
	margin:0;
	padding:0;
}
#sub {
	position:absolute;
	left:0;
	top:120px;
	width:400px;
	bottom:5px;
	overflow:auto;
	margin:0;
	padding:0;
}
#map { width:100%; height:100%; }
#map_prompt { }
#description { margin:5px 0 5px 0; padding:0 0 0 10px; }

/* STYLE */

#text { padding:3px; }
ul.listing { list-style:none; padding:0 0 0 10px; margin:3px 0 3px 0; display:none; }
ul.listing li { margin:3px 0 3px 0; }
h2 { border:1px solid #333; padding:3px; text-align:center; background-color:#ccc; cursor:pointer; }
h2.lit { background-color:#eee; }

/* TYPE */


