/* CSS Document */

/* <style type="text/css"> */
		body	
		{
			margin: 0px;
			background-color: #fff;
			background-image: url(common/images/background-gradient.jpg);
			background-repeat: repeat-x;
			background-position: 0px 0px;
			
		}
		
		#page
		{
			margin-left: auto;
			margin-right: auto;
			position: relative;
			left: 0px;
			top: 0px;
			width: 760px;
		}
		
		#pink-ribbon-glasses-banner
		{
			position:absolute; 
			top: 1px;
			width:758px; 
			height:93px;
			z-index:2; 
			visibility:visible
		}
		
		
		#nav-bar
		{
			position:absolute; 
			top:94px;
			z-index:3; 
			visibility:visible;
			float: left;
		}
		
		
		#gui-top-left-corner
		{
			position:absolute; 
			top:94px;
			width:23px; 
			height:26px;
			z-index:3; 
			visibility:visible
		}
		
		#nav-home
		{
			position:absolute; 
			left:23px; 
			top:94px;
			width:60px; 
			height:26px;
			z-index:4; 
			visibility:visible
		}
			
		#nav-contact
		{
			position:absolute; 
			top:94px;
			left:83px; 
			width:97px; 
			height:25px;
			z-index:5; 
			visibility:visible
		}
		
		#nav-background
		{
			position:absolute; 
			left:180px; 
			top:94px;
			width:103px; 
			height:25px;
			z-index:6; 
			visibility:visible
		}
		
		#nav-ordering-info
		{
			position:absolute; 
			left: 283px; 
			top:94px;
			width:110px; 
			height:25px;
			z-index:7; 
			visibility:visible
		}
		
		#nav-resources
		{
			position:absolute; 
			left: 393px; 
			top:94px;
			width:88px; 
			height:26px;
			z-index:8; 
			visibility:visible
		}
		
		#nav-news
		{
			position:absolute; 
			left: 481px; 
			top:94px;
			width:61px; 
			height:25px;
			z-index:9; 
			visibility:visible
		}
		
		#gui-top-right-corner
		{
			position:absolute; 
			left: 542px; 
			top:94px;
			width:216px; 
			height:26px;
			z-index:10; 
			visibility:visible
		}
		
		
		
		#susan-b-komen-banner
		{
			position:absolute; 
			top:120px;
			width:758px; 
			height:123px;
			z-index:11; 
			visibility:visible
		}
		
		#content
		{
	position: absolute;
	top: 245px;
	margin: 0px;
	padding: 0px;
	z-index: 20;
	width: 758px;
		}
		
		a:link,
		a:visited
		{
			text-decoration: none;
			color: #969BCA;
		}
		
		a:hover	
		{
			text-decoration: none;
			color: #663399;
		}
		
		img
		{
			border: 0px;
		}
		
		#content h1, h2, h3, h4, h5, h6	
		{
			font-family: Helvetica, Arial, sans-serif;
			font-size: x-large;
			color: #636897;
			margin-top: -5px;
			margin-bottom: -10px;
			border-color: #E2B2C5;
			border-width: 0 0 1px 0;
			border-style: none none solid none;
		}
		
		#content ul
		{
			color: #666;
			font-family: Helvetica, Arial, sans-serif;
			font-size: small;
			line-height: 20px;
			text-align: justify;
		}
		
		#content ol
		{
			color: #666;
			font-family: Helvetica, Arial, sans-serif;
			font-size: small;
			line-height: 20px;
			text-align: justify;
			margin-left:50px;
		}
		
		#content h2
		{
			font-size: large;
			margin-top: 30px;
			margin-left: 31px;
			border-width: 0px;
		}
		
		#content h3, h4, h5, h6
		{
			margin-left: 31px;
			font-size: large;
			margin-top: 40px;
			border-width: 0px;
		}
		
		#content p
		{
			margin-left: 31px;
			color: #666;
			font-family: Helvetica, Arial, sans-serif;
			font-size: small;
			line-height: 20px;
			text-align: justify;
		}
		
		#footer		
		{
			margin-top: 50px;
			border-color: #ccc;
			border-width: 1px 0 0 0;
			border-style: dotted;
			text-align: center;
			text-transform: inherit;
		}
		
		#footer p
		{
			font-family: Helvetica, Arial, sans-serif;
			font-size: small;
			line-height: 10px;
			text-align: center;
			text-transform: inherit;
			color: #b3b3b3;
		}
		
/*	</style> */
	
