		* { padding: 0; margin: 0; }
		img { border: none; }
		body, html {
			height:100%;
			text-align: center;
			color: #414141;
			background-color: #F8F8F8;
			font-family: Arial, sans-serif;
			font-size:12px;
		}
		#wrap {
			margin: 0 auto;
			width: 600px;
			height:auto !important; /* real browsers */
			height:100%; /* IE6: treaded as min-height */
			min-height:100%; /* real browsers */
			text-align: left;
		}
		#content {
			margin-top:20px;
			margin-bottom:30px;
		}
		#content h1 {
			border-left:3px solid #FF7200;
			padding-left:15px;
			color:#03416A;
			font-weight:normal;
			padding-top:2px;
			margin-bottom:20px;
			font-size:24px;
			/*font-weight:bold;
			letter-spacing:-0.6px;*/
		}
		#content h2 {
			color:#03416A;
			font-weight:normal;
			margin-bottom:8px;
			font-size:18px;
			font-weight:normal;
		}
		#content h3 {
			margin-left:20px;
		}
		#logo {
			width:387px;
			height:140px;
			margin: 0 auto 20px auto;
			cursor:pointer;
		}
		a p {
			color: #2E2E2E;
			text-decoration:none;
		}
		a:hover p {
			color: #FF7200;
			text-decoration:underline;
		}
		#description {
			color:#333;
			font-size:14px;
			padding-bottom:20px;
			text-align:left;
			line-height:1.5em;
		}
		#description h1,
		#description h2,
		#description h3,
		#description p,
		#description p strong {
			display: inline;
			font-size:14px;
			color:#333;
			font-weight:normal;
		}
		#title, #title h1, #title h2 {
			text-decoration:underline;
			font-size:16px;
		}
		#links {
			margin-top:200px;
			text-align:center;
		}
		#links, #links a, #links h1, #links h2 {
			font-size:11px;
			color: #333;
		}
		#links h1, #links h2 {
			display: inline;
		}
		#go {
			margin-left:215px;
			font-family: "Trebuchet MS", Arial, sans-serif;
			color:#2E2E2E;
			font-size:16px;
		}
		#go a:hover {
			color: #FF7200;
			text-decoration:underline;
		}