/*	
	Website:	winesaverpro.com
	File:		wspabout.css

	css for about us page
*/




	#steve {
		background: url(images/st_c.gif) no-repeat;
		background-position: 0 5px;
		margin: 30px 24px 55px 24px;
		border-top: 2px #999999 solid;
		padding-top: 3px;
		
	}

	#tim {
		background: url(images/ti_c.gif) no-repeat;
		background-position: 0 5px;
		margin: 20px 24px 35px 24px;
		border-top: 2px #999999 solid;
		padding-top: 3px;
	}

	#steve p, #tim p {
		margin: 16px 12px;
	}

	#steve p a, #tim p a {
		font-size: 1em;
		color: #FFCC66;
		font-weight: bold;
	}

	#steve h2, #tim h2 {
		margin: 2px 24px 40px 66px;
		color:	#FFCC66;
		font-size: 1.25em;; 
		font-weight: bold; 
	}

	
	.bio_box {
	   background: #cccccc url(images/highlight_grad.gif) no-repeat;
	   margin: 22px 86px 12px 86px;
	   color: #111111;
	   font-size: 0.875em;
	   font-weight: bold;
	   font-style: italic;
	   line-height: 125%;
	}
	.biobox_top div {
	   background: url(images/highlight_tl.gif) no-repeat top left;
	}
	.biobox_top {
	   background: transparent url(images/highlight_tr.gif) no-repeat top right;
	}
	.biobox_bottom div {
	   background: url(images/highlight_bl.gif) no-repeat bottom left;
	}
	.biobox_bottom {
	   background: transparent url(images/highlight_br.gif) no-repeat bottom right;
	}

	.biobox_top div, .biobox_top, .biobox_bottom div, .biobox_bottom {
	   width: 100%;
	   height: 7px;
	   font-size: 1px;
	}

	.biobox_content { 
		margin: 0 10px 0 10px; 
		text-align: center;
	}


	.bio_box cite {
		margin: 0 10px 0 auto;
		text-align: right;
		font-size: 0.77em;
		font-style: normal;
		line-height: 105%;
		color: #11111;
		display: block;
	}