/* ABOUT pages */

	h2 { color: #6BCBE7; font-size: 9px; text-transform:uppercase; margin-bottom: 1em; }
	ul { padding: 0px 0px 7px 0px; }
	li { margin: 0px 0px 5px 0px; }
	
	#content { margin-top: 16px; }
	
	.left {
		float:left;
		width: 213px;
		margin: 0px 28px 0px 4px;
		}
	
	*html .left {
		/* \*/
		float:none;
		position:absolute;
		left: -242px;
		/* */
		}
		
	.left h1 { margin: 0px 0px 10px 0px; padding-bottom: 10px; border-bottom: 1px dashed #352E2C; }
	
	.left .box {
		background: #F5F5DF;
		margin: 3px 0px 0px 0px;
		padding:10px 10px 0px 5px;
		}
	
	.left .box li a, .right p a, .right li a { color: #FF8A00; font-weight:bold; text-decoration:none; }
	.left .box a:hover, .left a:active, .right p a:hover, .right p a:active, .right li a:hover, .right li a:active { text-decoration:line-through }
	.right li a, .right p a { font-weight:normal; }
	
	.right {
		width: 496px;
		margin: 0px 0px 0px 246px;
		padding: 0px;
		}
	
	.right p, .right li { font-size:10px; }
	.right p.large, .right .wrapper p { font-size:12px; line-height:1.4; }
	
	.right h1 {
		border-top: 2px solid #6E6B63;
		padding: 11px 0px 0px 0px;
		margin-bottom: 12px;
		}
	
	.right h1.noline { border:none; padding-top: 0px; }
	
	.right h1.dashed { padding-bottom:12px; border-bottom: 1px dashed #352E2C; }
	
	.right h1.underline {
		background: url(../images/doubleline.gif) bottom right no-repeat;
		padding-bottom: 16px;
		margin-bottom:10px;
		margin-left:0px;
		border:none;
		}
	
	.right p.overline {
		padding-top: 16px;
		margin-top:10px;
		border-top: 1px dashed #352E2C; 
		}
	
	.right h2 { font-size:12px; }
	
	.twocol { position: relative; margin-bottom: 10px; }
	*html .twocol { /* \*/ position: static; padding-bottom: 15px; /* */ }
	
	.narrow, .right p.overline { width: 225px; }
	*html .narrow { /* \*/ float: left; /* */ }
	
	.narrow p { font-size: 9px; font-weight:bold; text-transform: uppercase; margin-bottom:8px; }
	
	.narrow p.dashed { width: 175px; height: 5px; border-top: 1px dashed #352E2C; }
	
	#tagline p { text-align: right; }
		
	#tagline a {
		position: relative;
		top: 9px;
		color: #FF8A00;
		font-size: 12px;
		border:none;
		}
		
	#leftcol {
		width: 290px;
		background: url(../images/line.gif) bottom right no-repeat;
		padding-bottom: 20px;
		}
		
	#rightcol { position:absolute; top: 0px; left: 312px; width: 175px; }
		
	#rightcol ul { margin: 0px 0px 20px 0px; }
	
	#rightcol ul li {
		font-size: 9px;
		margin: 0px 0px 7px 0px;
		padding: 0px 0px 7px 0px;
		border-bottom: 1px dashed #352E2C;
		}
		
	#rightcol h1 { margin: 0px 20px 10px 0px; border: none; }
	
	#rightcol h1 img { margin-left:-7px; }
		
	#rightcol h2 {
		position:absolute;
		top: 17px;
		right:0px;
		}
		
	#rightcol h5 {
		font-size: 10px;
		font-weight:normal;
		color: #6DCFF6;
		margin:0px;
		}
		
	p#nav2 { text-align:center; margin:0px 0px 15px 0px; }
		
	p#nav2 a {
		font-size:11px;
		font-weight:bold;
		margin:0px;
		padding:2px 8px 3px 8px;
		border-right: 2px solid #F2A003;
		}
		
	p#nav2 a.last { border:none; padding-right: 0px; }
		 
	a#summitlink, a#summitlink:link, a#summitlink:visited {
		width: 176px;
		height: 21px;
		background: url(../images/anti-tobacco-summit.gif) no-repeat;
		background-position: 0px 0px;
		display:block;
		margin: 0px 0px 30px 5px;
		padding: 0px;
		}
		
	a#summitlink span { position:absolute; left:-9999px; }
	
	a#summitlink:hover, a#summitlink:active { background-position: right top; }
	
	#footer { margin-top: -50px; }
	
	*html #footer { /* \*/ margin-right: -40px; /* */ }
		
/* background */

	body, html { background: #F0F0CF url(../images/bg_about_page.gif) center 70px no-repeat; }
	#container { background: transparent url(../images/bg_about.gif) 38px 0px no-repeat; }

