@charset "UTF-8";
/*basic div definitions */
#currentPhotos {
	height: 515 px;
	width: 100px;
	padding: 0 10px;
	float: right;
}
#currentPhotos img {
	margin-top: 30px;
	display: block;
}
#currentPhotos p {
	margin: 5px 10px 0px 0px;
	display: block;
	width: 80px;
	font-size: 0.9em;
	text-align: center;
}
#currentText {
	width: 665px;
	height: 515px;
	margin-left: 10px;
}

#currentText h1 {
	margin-botton: 0px;
}
#currentText span {
	color: #000;
}
.question {
	color:#556270;
	margin: 0 20px;
}
.answer {
	color: #704234;
	margin: 0 20px;
}
#pcSiskiyou #currentText {
	height: 550px;
}
#current #main {
	margin-bottom: -10px;
	padding-bottom: 10px;
}

/* for divs on landing pages */
.landingLeft {
	width: 600px;
	height: 80px;
	margin-left: 100px;
	margin-bottom: 20px;
}
.landingRight {
	width: 600px;
	height: 80px;
	margin-left: 100px;
	text-align: right;
	margin-bottom: 20px;
}
/*link behaviors */
#current #container #main .landingLeft a,
#current #container #main .landingRight a {
	text-decoration: none;
}

