﻿.imgleft 
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.imgright 
{
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}

.imgcenter 
{
    text-align: center;
}

blockquote
{
    margin: 15px;
    border: 2px solid #036;
    padding: 10px;
    background-color: #f3c638;
}

.center 
{
    text-align: center;
}

.feature 
{
    float: right;
    width: 200px;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 25px;
	margin-left: 15px;
	padding-right: 25px;
	border: 1px solid #036;
	background-color: #f3c638;
	background-image: url('../img/featured.gif');
	background-repeat: no-repeat; 
	background-position: top right;
}

.alt
{
    background-color: #dcdfe5;
}