/* stylesheet for styling content such as features and so on */

div.feature-image-right
{
	text-align: center;
	float: right;
	margin-left: 3px; margin-right: 2px; margin-top: 0px; margin-bottom: 4px;
}

div.feature-image-left
{
	text-align: center;
	float: left;
}


div.feature-caption
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	padding: 0.5em;
	font-style: italic;
	font-weight: bold;
	font-size: 0.9em;
}

div.wsfooter
{
	border: #000000 1px solid;
        width: 160px;
        float: right;
        margin: 1em 0 1em 1em;
        padding: 1em;
        text-align: center;
}

blockquote {
		font-style: italic;
		background: #ececec;
		border: solid 1px #c99;
		padding: 0 .5em;
}
