/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
*                                       { margin: 0; padding: 0; }


#page-wrap                              {
	width: 911px;
	padding: 0px;
	background: white;
	margin: 0 auto 0px;
	position: relative;
}

ul                                      { margin: 0px; list-style-type:square; padding:0 0 0 0em; list-style-type:none; }

;




ul li                                   { font: 15px Georgia, Serif; margin: 0 0 0px 0; }

#dl                                     { position: absolute; top: 10px; right: 0; background: black; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover                               { background: #666; }



