#body {
	background: url(../images/body-background.png) repeat-y center top;
}
#maincontent {
	background: url(../images/maincontent-background.png) repeat-y center top;
}
#maincontent .content #philosophy {
	width: 630px;
	float: left;
	background-color:#FFFFFF;
}
#philosophy {
	padding: 10px;
	font-size: 90%;
	border-top: 1px solid #FCFCFC;
}
.signature {
	color: #2D792F;
	font-style: oblique;
}
#maincontent .content #philosophy h1 {
	font: 160% "Trebuchet MS", Verdana, Arial;
	color: #009900;
	padding-bottom: 12px;
}
.intro {
	font: italic 110%/normal "Trebuchet MS", Verdana, Arial;
	color: #996600;
	padding: 5px;
	border-top: 1px solid #999900;
	border-bottom: 1px solid #999900;
	margin-bottom: 1em;
}
#philosophy p {
	padding-bottom: 1em;
}

