.home_h2 {
    color: rgb(0, 128, 0); 
    font-size: 24px; 
    font-weight: bold; 
    /* margin: 10px 0; */
}

.home_image
{
    width: 100%;
    padding-top: 40%;
    /* margin: 10px 0; */
    /* position: relative; */
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-image: url(../images/home/spb.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow-y: hidden;
	overflow-x: hidden;
}

.home_image_held {
    position: absolute;
    left: 35px;
    bottom: 20px;
}

.home_image_date {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 20px;
	font-weight: bold;
	color: white;
}

.home_wrapper_title {
    font-size: 20px; 
    color: rgb(0, 128, 0);
    font-weight: bold;
}

/* #venue a {
	background-color: rgba(255,255,255,0.65);
	width: 491px;
	font-size: 20px;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	height: 25px;
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	transition: 1s;
}
#venue a:hover
{
	background-color: rgba(49,169,233,0.95);
}

#important_dates
{
	width: 460px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	vertical-align: top;
	float: left;
	height: 240px;
	text-align: center;
}

#registration
{
	width: 460px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	vertical-align: top;
	float: right;
	height: 240px;
	text-align: center;
}

#home_venue
{
	width: 980px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	vertical-align: top;
	
	float: right;
} */