/*
	Wedsimple Platform
	File:	default.css
	Note:	Loaded by default.asp (Home page)
*/

/* Banner */
.defaultBannerWrapper { margin: 0px 0px 2px 0px; height: 155px; clear: both; }
.defaultBannerLeft { width: 400px; height: 145px; float: left; padding-top: 10px; background: #ffffff url(/images/homePage/headerLeft.jpg) no-repeat top left; }
.defaultBannerRight { width: 300px; height: 155px; float: right; }

/* Reviews */
.defaultReviewWrapper { height: 112px; clear: both; padding-top: 2px; }

/* Two column (B) */
#columnBLeft { width: 349px; float: left; }
#columnBRight { width: 349px; float: right; }

/* Seasonal */
.christmasBody { background: url(../images/seasonal/christmasBack.jpg) top center no-repeat; }
