
/***** Global style *****/

html, body, form, table, tr, td {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#615254;
	background-color:#9ac2b9;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

ul, ol, dd, blockquote {
	margin-left: 10px;
}

.wrapper {
	width:978px;
	margin:0 auto;
	height:auto;
	text-align:center;
	background: url('/images/background.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color:#f7f2e9;
}

/***** top nav section *****/

#header {
	background: url('/images/header.gif') no-repeat;
	width:978px;
	height:105px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header ul {
	position: relative;
	top: 41px; 
	left: -45px;
	font-size: 13px;
}

#header li {
	list-style-type: none;
	display:inline;
	color: #b2b479;
	
}

#header li span {
	margin-left:10px;
	margin-right:7px;
	font-weight: bold;
	color:#615254;
}

#header a {
	text-decoration: none;
	color:#615254;

}

#header a:hover {
	text-decoration: underline;
	color: #b2b479;
}

/* main content section */
#main {
	background:url('/images/background_slice.gif');
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	width:978px;

}


/* left column */
#thermometer {
	float:left;
	width: 232px;
	text-align: center;
	margin: 48px 0px 50px 0px;
}

#thermometer a {
	text-decoration: none;
	color:#615254;
	font-weight: bold;
}

#thermometer a:hover {
	text-decoration: underline;
	color: #b2b479;
}

#thermometerDiv {
	clear: both;
	margin: 20px 5px 4px 0px;
	height: 218px;
}

#thermometerDiv embed, #thermometerDiv object {
	margin: 0;
	padding: 0;
}

#thermometer h1 {
	font-weight: bold;
	font-size:12px;
	line-height:18px;
	margin-right: 20px;

}

#thermometer p {
	font-style: italic;
	font-size:11px;
	line-height:16px;
	margin:8px 53px 0px 33px;
}

#photos {
	float:left;
	width: 257px;
	margin: 35px 0px 0px 26px;
	/*using margins instead of padding for IE6 -- need to make width smaller so math works*/
}

/* IE 6 only */
*html #photos {
	margin-left: 16px;
}

#photos img {
	margin: 0 0 20px 0;

}


/* body copy */
#content {
	float: left;
	width:507px;
	text-align: left;
	margin-right: 25px;
}

#content h1,
#content2nd h1 {
	font-weight:bold;
	font-size:14px;
	line-height:17px;
}

#content h2,
#content2nd h2 {
	color:#9ac2b9;
	font-weight:bold;
	font-size:12px;
	line-height:17px;
	margin-top:12px;
	margin-bottom:8px;

	
}

#content p,
#content2nd p {
	margin-bottom: 5px;
}

#content img {
	margin: 15px 7px 15px 0;
}

#content2nd {
	float: left;
	width: 444px;
	text-align: left;
	margin: 30px 0 0 37px;
}

#content2nd ul {
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
	margin: 6px 0 6px 0;
	font-size: 11px;
	line-height: 15px;
}




/* right column graphic */
#right {
	float: left;
	width: 143px;
	margin:7px 0px 0px 47px;
}


/* Planned Parenthood Columbia Willamette logo w/link */
#footer {
	text-align:left;
	margin: 30px 0px 0px 22px;
	height: 74px;
}
