

/* Feature area __________________________________*/
#feature {
	position: relative;
	float: left;
	width: 630px;
	height: 325px;
        background-image: url(http://www.swisscanadian.ca/themes/site_themes/prohouse/images/feature.jpg);
        background-repeat: no-repeat;
        background-position: -20px 0;
}



/* Tagline ________________________________*/
#tagline {
	font-size: 2em;
        text-indent: -9999em;
}


/* Feature Aside ______________________*/
#aside {
	float: right;
	width: 350px;
        height: 325px;
        background-color: #269fce;
        color: #fff;
}

#aside h2, #aside p {
        margin-left: 30px;
        margin-right: 55px;
}

#aside h2 {
        font-family: georgia, times new roman, serif;
        padding-top: 20px;
        padding-bottom: 15px;
        font-weight: lighter;
        text-indent: -9999em;
        background-image: url(http://www.swisscanadian.ca/themes/site_themes/prohouse/images/title_aside.png);
        background-repeat: no-repeat;
        background-position: 0 25px;
        width: 264px;
        height: 64px;
}

#aside p {
        font-family: verdana, helvetica, sans-serif;
        font-size: .7em;
        line-height: 16px;
        margin-bottom: 10px;
}

#aside p.footnote {
        font-size: .6em;
}

#aside a {
        font-style: italic;
        color: #dfdac6;
}




