/* Events_mini */
#layoutWrapper {
	}
#leftCol {
	width: 250px;
	float: left;
	}
#topRow { /* in leftCol */
	height: 300px;
	width: 250px;
	}
#bottomRow { /* in leftCol */
	}
#subNavLinks a { /* in leftcol */
	text-decoration: none;
	text-transform: uppercase;
	line-height: 25px;
	}

#rightCol {	
	width: 750px;
	float: left;
	}
#rightColContent { /* in rightCol */
	border-width: 10px;
	border-style: solid;
	border-color: #666;
	padding: 20px 20px;	
	background-color: #000; /* necessary to show the border correctly in IE */
	min-height: 440px;
	}

#rightColText {	
	vertical-align: text-top;
	position: relative;	
    width: 400px;
	}
#rightColImg {
	padding-left: 20px; 
	padding-bottom: 20px;
	width: 270px;
	float: right;
	}
#bodytitle {
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 20px;
	width: 100%;
	}
.text {
	padding: 20px 20px;
	}

