
	#main {
		background : #fff url('../img/bg_main_page.gif') left repeat-y;
	}
	
	#shorts {
		width : 253px;
		float : left;
		background : url('../img/bg_blurbs.gif') left top no-repeat;
		padding : 10px;
	}
	
	#about {
		width : 401px;
		float : left;
		padding : 10px 15px;
	}
	
	#about .short {
		font-size : 10pt;
	}
	
	#banners {
		width : 253px;
		float : right;
		background : url('../img/bg_banners.gif') right top no-repeat;
		padding : 10px;
	}
	
	.short {
		text-align : justify;
		font-size : 8pt;
		padding-bottom : 10px;
		margin-bottom : 10px;
		clear : both;
		overflow : hidden;
		border-bottom : #e8deba solid 1px;
	}

	.short img {
		float : left;
		margin-right : 10px;
		border : #e8deba solid 1px;
	}

