	body{
		overflow:auto;
		cursor:pointer;
		margin:25px 0 0 0;
		
	}
	a{color:#444;text-decoration:none;}
	a:hover{text-decoration:underline;}
	#logo{
		position:absolute;
		left:25px;
	}
	#menubar{
		position:absolute;
		margin:32px 0 0 200px;
		padding-left:50px;
		height:30px;
		background-repeat:no-repeat;
	}
	#menubar a:hover{text-decoration:none;}
	.menuitem{
		padding:6px;
		padding-bottom:3px;
		border:0px solid #000;
		float:left;
		margin:0 10px;
		background-repeat:no-repeat;
		background-position:bottom center;
	}
	.menuitem:hover{
		background-image:url(images/underline.gif);
}

	#container{
		position:absolute;
		top:126px;
		left:266px;
		font-family:sans-serif;
		}
	#title{
	font-size:26pt;
	font-weight:bold;
	border-bottom:0px solid #000;
	}
	#copy{
		margin:15px 0 0 0px;
		font-size:10pt;
		width:600px;
	}
	.feedback_text{
		width:500px;
		height:150px;
	}
	.feedback_box {
		width:250px;
	}
	#flickr_bar{
		position:absolute;
		left:-200px;
		top:60px;
	}
	#map_link{border:1px solid #444;}
	#zg_whatlink{display:none;}
