	body {
		min-width: 630px;
		margin: 0;
		padding: 0;
		/* background: #b3c5eb; */
		/* background-color: #336666; */
		background-color: #aca589;
		font: normal 14px Arial, Helvetica, sans-serif;
		color: #666;
	}
	#topnav {
        /* text-align: right; */
        /* font-size: 1em; */
        /* padding: 0.3em 0; */
        /* padding: 0; */
        /* background-color: #d0d0d0; */
        /* color: #333; */
	}
	#banner {
      	height: 100px;
      	/* background: #163f6e; */
      	background: #aca589;
      	background-image: url(http://treatcancer.com/images/machineheader3.jpg);
      	background-repeat: no-repeat;
      	text-align: left;
      	/* border-top: 1px; */
      	/* border-right: 0px; */
      	/* border-bottom: 0px; */
      	/* border-left: 0px; */
      	/* border-style: solid; */
      	/* border-color: #333; */
    } 
    #banner img {
    	position: relative;
    	left: 20px;
    	top: 20px;
    	border: 0;
    }
    #mainnav {
    		/* see tabNavigation.css */
    	}
	#photo {
		height: 260px;
 		background-color: #aca589;
 		/* background-color: #E7DEC6; */
 		/* background: #f4efd9; */
 		background-image: url(http://treatcancer.com/headers/rotate.php);
		background-repeat: no-repeat;
 		/* font-size: 1em; */
        /* padding: 0px 30px; */
        padding: 0;
        margin: 0;
        color: #666;
 	}
 	#photo h1 {
 		/* font-size: 1em; */
 		/* color: #163f6e; */
 		color: #f4efd9;
 		padding: 0px 0px 0px 20px;
 	}
	#sadness {
		min-height: 280px;
 		background-color: #fff;
        padding: 10px;
        margin: 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border-style:solid;
		border-width:10px;
		border-color: #f7f7e7;
        color: #666;
 	}
 	#sadness h1, p {
 		color: #666;
		line-height: 1.2em;
 		padding: 0px 0px 0px 20px;
 	}
 	/*** IE Fix ***/
    * html #photo h1 {
      	padding: 20px 0px 0px 20px;              /* move headings down */
      	font-size: 2em;
    }
	* html #sadness h1 {
      	padding: 20px 0px 0px 20px;              /* move headings down */
      	font-size: 2em;
    }
	.newsItemDesc {
		background: f4efd9;
	}
	#maintext {
		/* margin: 0; */
		/* padding: 0; */
		padding: .8em 2em .8em 2em;
		background-color: #f4efd9;
		/* background-image: url(http://treatcancer.com/images/silveryouth.jpg); */
		/* background-repeat: no-repeat; */
		/* background-color: #aca589; */
		border-top: 2px solid #aca589;
		color: #666;
	}
	#bottomnav {
        background-color: #163f6e;
        text-align: right;
        font-size: .9em;
        padding: .2em 1em;
        color: #ccc;
        border-top: 2px solid #aca589;
	}
	#bottomnav a {
		text-decoration: none;
		color: #ccc;
	}
	#footer {
        height: 4em;
 		background: #4c7094;
 		border-top: 1px solid #333;
 		border-bottom: 3px solid #ccc;
 		font-size: .8em;
        color: #333;
        padding: 1em;
 	}
 	#footer a {
 		color: #333;
 		}
 	#footer-address {
    	float: left;
    	text-align: left;
    }
    #footer-copyright {
    	float: right;
    	text-align: right;
    }
    .bolditalic {
    	font-weight: bold;
    	font-style: italic;
    }
    #title-leftcol {
    	float: left;
    	width: 47%;
    	min-width: 340px;
    }
    #bodytext-leftcol {
    	float: left;
    	width: 47%;
    	clear: left;
    }
    #bodytext-rightcol {
    	float: right;
    	width: 47%;
    }
    a {
      text-decoration: underline;
      } 
    a:link {
      color: #013466;
      } 
    a:visited {
      color: #4b877b; 
      } 
    a:active {
      color: #000;
      } 
    a:hover {
      color: #ccc;
      background:#333;
      }
    #banner a:hover {
    	background: none;
    }	
    /* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 35px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
