/*sm.css*/

		body {
			margin: 0;
			padding: 0; 
			background: #000; 
			font: 11px "Lucida Grande","Lucida Sans",Tahoma, Arial; 
			color: #666;
			text-align: center;
			}

		#wrapper{
			width: 392px;
			background-color: #fff;
			position: relative;
			top: 0;
			left: 0;
			margin: 0 auto;
			text-align: left;
			padding: 15px;
		}
		h1 {
			font: normal 20px Palatino, georgia, sans-seif;
		}
		h3 {
			font: bold 14px Helvetica, Arial, sans-serif; 
			margin: 1.5em 0 0;
		}
		ul {
			margin-top: 0.25em; padding-left: 22px;
		}
		ul li {
			line-height: 150%;
		}
		a:link,a:active,a:visited {
			color: #0175ba; 
			text-decoration: underline;
		}
		a:hover {
			color: #01a7ff; 
		}
		a img {
			border-width: 0; 
			border-style: none;
		}
		#highlight {
			width: 350px; 
			background: #FEFFE5; 
			border:1px solid #E1E2CB; 
			padding: 15px 20px;
		}

		#highlight h3 {
			margin-top: .5em !important;
		}				