
		body {
			margin-top:0px;
			background: #fff url(http://www.goidel.com/images/background.jpg) repeat-x;
			text-align:center;
			font-family:arial,verdana,sans-serif;
			font-size:14px;
			color:#444444;
		}
		
		img, object, embed {
			border:none;
			vertical-align:top;
			padding:none;
			margin:none;
		}
		
		
		/* ---- layout ---- */
		
		#outerbox {
			width:864px;
			border:none;
			margin-top:28px;
			margin-bottom:0px;
			margin-left:auto;
			margin-right:auto;
			padding-bottom:1px;
			text-align:left;
		}
		
		#card {
			float:left;
			width:264px;
			height:422px;
			border:none;
			margin:0px;
			padding:0px;
		}
		
		#card .findme {
			margin:28px 2px 0px 0px;
			text-align:center;
			font-size:12px;
			color:#999999;
		}
		
		#rightbox {
			width:600px;
			height:600px;
			float:right;
		}
		
		#contentbox {
			position:absolute;
			width:600px;
			top:100px;
			background: #fff url(http://www.goidel.com/images/vertline.jpg) no-repeat;
			background-position: top right;
		}
		
		#content {
			margin:50px 64px;
		}
		
		
		/* ---- main navigation ---- */
		
		#navbar {
			width:600px;
			height:25px;
			border:none;
			margin:0px;
		}
		
		#navbar ul {
			margin:0;
			padding:0;
			list-style:none;
			display:block;
		}
		
		#navbar li {
			height:35px;
			border-right:1px solid #666666;
			margin-top:0px;
			list-style-type:none;
			display:inline;
			float:left;
			line-height:34px;
			font-family: "Times New Roman", times, georgia, serif;
			font-size:11px;
		}
		
		#navbar li.why {
			margin-left:50px;
			border-left:1px solid #666666;
			color:#fff;
			text-decoration:none;
		}
		
		#navbar li a {
			padding:0px 14px;
			color:#fff;
			text-decoration:none;
		}
		
		#navbar li a:hover {
			text-decoration:underline;
		}
		
		
		
		/* ---- content ---- */
		
		p {
			font-size:13px;
			line-height:18px;
			margin:16px 0px 8px 0px;
			color:#444444;
		}
		
		td {
			font-size:13px;
			line-height:18px;
		}
		
		ul {
			margin-top:0px;
		}
		
		li {
			font-size:13px;
			line-height:18px;
		}
		
		a {
			/*color:#ff6600;*/
			color:#ff6600;
			text-decoration:none;
		}
		
		a:hover {
			text-decoration:underline;
		}
		
		.hdr {
			font-size:18px;
			color:#ff6600;
			font-weight:bold;
		}
		
		.subhdr {
			font-size:15px;
			color:#ff6600;
			font-weight:bold;
		}
		
		.hilite {
			color:#ff6600;
			margin:0px 0px 30px 0px;
		}
		
		.popUpBox {
			clear:both;
			display:none;
			position:absolute;
			left:56px;top:300px;
			margin-left:auto;
			margin-right:auto;
			margin-top:0px;
			margin-bottom:0px;
			padding:0px;
			width:198px;
			z-index:100;
		}
		
		.popUpBody {
			background: #fff url(http://www.goidel.com/images/popup_bg.gif) repeat-y;
			padding-bottom:4px;
			text-align:center;
			font-size:12px;
		}
		
		.popUpBody p {
			margin: 2px 8px;
			font-family: "Times New Roman", times, georgia, serif;
		}
		
		.footer {
			margin-top:40px;
			font-size:9px;
			color:#bbb;
		}
