/* GET OUT page */

	h2 { padding-top: 7px; }
	p, li { font-size:10px; }
	li { margin: 0px 0px .5em 0px; }
	ul { margin: 0px 0px 10px 0px; }
	
	#content { margin-top: 8px; }
	
	img#ticker { border: 5px solid #F5F5DF; border-left:none; border-right:none; margin-bottom: 6px; }
	
	.left {
		float:left;
		width: 355px;
		margin: 9px 62px 0px 10px;
		}
	
	*html .left {
		/* \*/
		float:none;
		position:absolute;
		left: 0px;
		/* */
		}
		
	.left h1 { margin: 0px 0px 10px -6px; }
	
	.left .box {
		margin: 3px 0px 0px 0px;
		padding:0px;
		border: 1px dashed #352E2C;
		border-left:none; border-right:none; 
		}
	
	.left .box p {
		background: #F5F5DF;
		font-size: 12px;
		font-weight:bold;
		line-height: 1.8;
		padding: 10px 33px 0px 8px;
		margin-bottom: 5px;
		}
	
	.left .box a, .left .strategy a, .right .box a { color: #FF8A00; font-weight:normal; text-decoration:none; }
	.left .box a:hover, .left .box a:active, .left .strategy a:hover, .left .strategy a:active, .right .box a:hover, .right .box a:active { text-decoration:line-through }
	
	.right {
		width: 350px;
		margin: 0px 0px 0px 427px;
		padding: 0px;
		}
	
	.right .box {
		background: #F5F5DF;
		padding: 9px 4px 1px 10px;
		margin: 0px 0px 20px 0px;
		}
	
	.right h1 { margin: 0px 0px 10px -5px; }
	
	ul.links { margin-left: 10px; }
		
	ul.links li a {
		font-size: 12px;
		font-weight:bold;
		color: #352E2C;
		text-decoration:underline;
		}
		
	ul.links li a span {
		font-size: 10px;
		font-weight:normal;
		}
		
	ul.links li a:hover, ul.links li a:active { color: #FF8A00; text-decoration:underline; }
	
	
	ul#nav { background: transparent url(../images/nav_bg.gif) 0px 3px no-repeat; }
	
	#footer { background: transparent url(../images/footer_bg.gif) top right no-repeat; padding-top: 5px; }
		
/* background */

	body, html { background: #F0F0CF url(../images/bg_get.gif) center top no-repeat; }
